Related topics

hide the top bar?????????
MORE INFORMATION ================ The Marlett TrueType font is used for displaying scroll bar arrows, Maximize and Minimize buttons, option buttons, check boxes, After you extract the file to the Windows\Fonts folder, set its attributes by typing the following line at a command prompt: " attrib +s

How to make a popup window in vb
And yes, for all the forms (except ofcourse for forms like your search dialog box) I would like a click on all the minimize buttons to result in minimizing the application. 5. When you click on the minimized app in the start bar, you want it restored to its previous condition (the way it was before you minimized

add a button on caption bar
Storeboss ckl...@hkstar.com borland public cppbuilder winapi Hi, how can i add a button on a form's caption bar (near the minimize button) and setting its status (pressed, unpressed)? Thanks in advance. Alex.

Minimize all forms....
In the mainmenu form: A: the minimize button at the top of the screen should minimize paradox and the application completely. When the user clicks on the mimimized Paradox box at the start bar again it should restore in the same state (fully maximized) as when it was minimized. Also the blue bar at the top of the

03.12.21 minimize bug
Aaron Bockover abocko...@crevasoft.com borland public cppbuilder winapi how can I add a 2nd "minimize" button to the applications title bar? this button would minimze to the system tray. I have seen some applications do this, the button is on the left side of the actual minimize button, and its glyph is just a 2x2

Eudora Light acting strangely
I looked in the EVT / 2002 SDK help ( search "smart minimize") and got the following This will work OK for EVC based apps. It's the best I could find. If you need to create a top-level window without the Smart Minimize button in the upper right of the Navigation Bar, do not use the WS_CAPTION style,

Word 2000 Minimize Button Missing
Then Outlook will revert to its old behavior of minimizing to the taskbar. -- Russ Valentine [MVP-Outlook] "Bill" <B...@discussions.microsoft.com> wrote in message When i press the minimize button outlook exits completly - This also happens when I press the outlook icon in the task bar when Outlook is running.

removing tooltip from maximize button
Api-Guides newest version simply mirrors the Minimize Button. That's not a bad idea, but I prefer a button with a small dot instead of a small line... It's more meaningfull for the user... But it's surely easier to create a mirror of the minimized button ;-) I still don't understand why the msn messenger doesn't

New button in Title bar next to minimize, maximize and close.
Scripting Seattle WA US -- "Dr.X" <nospam_at_...@rxp.com> wrote in message news:OSM5YJdyBHA.2328@tkmsftngp07... does anyone know how to minimize a window to the task bar? not just clicking on the min button. i have much of my script in an "*.hta" and i managed to make the title, the icon, size, and many other

Would it have been so hard to include a 'minimize' button in BeOS?
It's very annoying, since I don't want to go to msn.com, but sometimes when I go to click on the minimize button, I accidentally click on the black bar instead and then have to undo stuff. Is there any way to get rid of it? Well, I solved this one myself. If anyone is interested, here's the story.

Creating title bar controls
WS_MINIMIZEBOX Creates a window that has a Minimize button. Cannot be combined with the WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be specified. WS_SYSMENU Creates a window that has a window-menu on its title bar. The WS_CAPTION style must also be specified. WS_TABSTOP Specifies a control that can

Minimize button in projector
If it's Windows CE, it should work correctly. In Windows Mobile, to improve responsiveness, Microsoft set things up so that the X button does not close the application. It's called Smart Minimize and you can look up the details in the newsgroup archives and all over the place. When you do that, launching the

Venting about NT
MacOS X now has some sort of perverted, poorly-function bar of icons at the bottom of the screen. Maybe it's a taskbar/start menu clone, but the icons are And the minimize button didn't work, but made windows roll up into shade mode. That's not a bad idea, except I also like to be able to minimize them (make

Some Bugs While Running C# Application On Win98
That way I don't have to resize anything, and I can use the minimize button to get it out of the way quickly. Thats the way the zoom button on the Mac ought to work too, IMHO. 4) The menus appear on each window. Its still adequate, but it could be better (ie menu bar in side of window) This is really horrible!

Merlin - Please lose the Drives object!
That is a pain because I can barely reach the maximize button and I cannot reach the minimize button. I would enjoy it if microsoft would eliminate that object, but as long as it's there, I'll use it. FS Have you been using a sheath? Stevo wrote: Sent this to Microsoft a moment ago.... Now I'm putting it where it

Minimize all forms....
I found that to be useless, and just took up space (there is a switch you can use with Pulse to get rid of its menu bar so that it takes up less room on the I didn't see a whole lot of point in virtual desktops either - they seem just as quick and easy to use as the Minimize button is ;) And the task bar? Ugh..

Minimize Problems
The case is I also want to place a Minimize button that the projector will minimize to the task bar. (like what in our Windows). Is it possible to do so? Because I find there are no such "fscommand" script. I've searched the old posts, find that: on(release){ fscommand("fullscreen", "false"); I try, but it's not

WS_CAPTION. WS_SYSMENU and borderless dialog -- a different pr
The Dock is a lot closer to being a graphic (traditional) Apple menu than the task bar. I *hate* app windows that aren't tied to the app; it's messy and annoying and there's no If you want to minimize all of an app's windows, hold down the option key when you click the minimize button for one of the windows.

Add a button in the menu bar
The bar with the minimize button, the button that lets you make something full screen, or less than full screen, and the big red X button is the only affected bar, but its so small. :-( I have no idea how to change it back to its origninal size. I tried changing the font size in the accessability settings,

File open screen maximised
WS_MINIMIZEBOX 20000 Window has a minimize box to the right of its title bar. WS_OVERLAPPED 0 Default (no bits set) is an overlapped top level window with a .... Bits Table Constant Name HexValue Description SBS_HORZ 0 Default: Horizontal scroll bar. SBS_SIZEBOX 8 Creates a size box (maximize or minimize button).