Click here to Skip to main content
16,017,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDeveloping UDP server using listbox Pin
akhtarparvez2-Sep-04 3:34
sussakhtarparvez2-Sep-04 3:34 
GeneralDetecting if a Dialog is Modal or Non-Modal (Modeless) Pin
James R. Twine2-Sep-04 3:33
James R. Twine2-Sep-04 3:33 
GeneralRe: Detecting if a Dialog is Modal or Non-Modal (Modeless) Pin
PJ Arends5-Sep-04 10:26
professionalPJ Arends5-Sep-04 10:26 
GeneralAnimated gif in VC5 Pin
walvdlz2-Sep-04 3:13
walvdlz2-Sep-04 3:13 
GeneralHeight and Width of Title ba Pin
persian_boi2-Sep-04 3:01
persian_boi2-Sep-04 3:01 
GeneralRe: Height and Width of Title ba Pin
David Crow2-Sep-04 5:12
David Crow2-Sep-04 5:12 
Generalstarting the application minimized - on system tray Pin
caykahve2-Sep-04 1:57
caykahve2-Sep-04 1:57 
GeneralRe: starting the application minimized - on system tray Pin
James R. Twine2-Sep-04 3:42
James R. Twine2-Sep-04 3:42 
   I have not tried this recently, but IIRC, when Win32 first came out, the behavior of Minimized windows changed.  Instead of a "real" state of being Minimized that did not affect your real X/Y position, they were moved off-screen to some really high X/Y location, and brought back when Restored.  That behavior broke older applications that saved and restored their last position when they were closed down while minimized and then restarted.

   When you restore your window, you should check its current position and make sure that you are being placed somewhere visible.  You might have to reposition the dialog yourself.  You can save your last position before being minimized and then restore yourself to that position.

   You might be able to see if this is your problem by trying to restore your dialog from the menu, and then pressing <alt-space> to activate the dialog's System Menu. You can then select Move and try to use the arrow keys to being your window back into the visible screen.  Be sure to use the KEYBOARD for this, not the mouse.

   Peace!

-=- James
Tip for SUV winter driving survival: "Professional Driver on Closed Course" does not mean "your Dumb Ass on a Public Road"!
Articles -- Products: Delete FXP Files & Check Favorites

GeneralRe: starting the application minimized - on system tray Pin
caykahve2-Sep-04 4:11
caykahve2-Sep-04 4:11 
GeneralRe: starting the application minimized - on system tray Pin
James R. Twine2-Sep-04 4:19
James R. Twine2-Sep-04 4:19 
GeneralMFC Multiple windows (pages) Pin
Jens Christiansen2-Sep-04 1:40
Jens Christiansen2-Sep-04 1:40 
GeneralRe: MFC Multiple windows (pages) Pin
RChin2-Sep-04 1:47
RChin2-Sep-04 1:47 
GeneralRe: MFC Multiple windows (pages) Pin
Jens Christiansen2-Sep-04 1:56
Jens Christiansen2-Sep-04 1:56 
GeneralRe: MFC Multiple windows (pages) Pin
vikramlinux2-Sep-04 2:29
vikramlinux2-Sep-04 2:29 
GeneralRe: MFC Multiple windows (pages) Pin
Jens Christiansen2-Sep-04 8:56
Jens Christiansen2-Sep-04 8:56 
GeneralRe: MFC Multiple windows (pages) Pin
David Crow2-Sep-04 2:45
David Crow2-Sep-04 2:45 
GeneralRe: MFC Multiple windows (pages) Pin
Jens Christiansen2-Sep-04 8:57
Jens Christiansen2-Sep-04 8:57 
GeneralRe: MFC Multiple windows (pages) Pin
David Crow2-Sep-04 9:23
David Crow2-Sep-04 9:23 
GeneralFun with Loading Windows Drivers Pin
Joel Holdsworth2-Sep-04 1:31
Joel Holdsworth2-Sep-04 1:31 
GeneralRe: Fun with Loading Windows Drivers Pin
Alexander M.,2-Sep-04 9:33
Alexander M.,2-Sep-04 9:33 
GeneralPrecompiler Directive Pin
Anonymous2-Sep-04 1:12
Anonymous2-Sep-04 1:12 
GeneralRe: Precompiler Directive Pin
Joel Holdsworth2-Sep-04 1:39
Joel Holdsworth2-Sep-04 1:39 
GeneralRe: Precompiler Directive Pin
Henry miller2-Sep-04 3:21
Henry miller2-Sep-04 3:21 
GeneralCreate Process on remote machine Pin
vikramlinux2-Sep-04 1:02
vikramlinux2-Sep-04 1:02 
GeneralRe: Create Process on remote machine Pin
jmkhael2-Sep-04 3:02
jmkhael2-Sep-04 3:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.