I would like to launch & or switch to application at x, y coordinates from my application.
I dont necessarily need the application to show up in a child form or anything but
I just need it to show up where we expect it to be. How can I accomplish this?
CWnd* CWndScrnDisplay;
CWndScrnDisplay= FindWindow( NULL, svScreen );
SetWindowPos (CWndScrnDisplay,0,0,0,0,SWP_NOSIZE|SWP_SHOWWINDOW);
Here are my recent attempts to do this. The CWnd comes back unititialized.
Any Ideas?
Asher
Shift to the left! Shift to the right! Pop up, push down! Byte! Byte! Byte!"
I dont necessarily need the application to show up in a child form or anything but
I just need it to show up where we expect it to be. How can I accomplish this?
CWnd* CWndScrnDisplay;
CWndScrnDisplay= FindWindow( NULL, svScreen );
SetWindowPos (CWndScrnDisplay,0,0,0,0,SWP_NOSIZE|SWP_SHOWWINDOW);
Here are my recent attempts to do this. The CWnd comes back unititialized.
Any Ideas?
Asher
Shift to the left! Shift to the right! Pop up, push down! Byte! Byte! Byte!"