Click here to Skip to main content
15,908,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dynamic_cast and static_cast Pin
User 988514-Apr-03 5:31
User 988514-Apr-03 5:31 
QuestionMSAccess BatchUpdate throw ADO ? Pin
rosen14-Apr-03 3:58
rosen14-Apr-03 3:58 
AnswerRe: MSAccess BatchUpdate throw ADO ? Pin
Dave Kreskowiak14-Apr-03 5:05
mveDave Kreskowiak14-Apr-03 5:05 
GeneralEnumerate and Disconnect LAN Pin
Ceri14-Apr-03 3:21
Ceri14-Apr-03 3:21 
GeneralCStdioFile and Seek-Method Pin
tabor2514-Apr-03 3:09
tabor2514-Apr-03 3:09 
GeneralRe: CStdioFile and Seek-Method Pin
valikac14-Apr-03 7:46
valikac14-Apr-03 7:46 
GeneralRe: CStdioFile and Seek-Method Pin
tabor2514-Apr-03 20:06
tabor2514-Apr-03 20:06 
QuestionHow do you move a window without showing it? Pin
Abin14-Apr-03 3:04
Abin14-Apr-03 3:04 
Hi, I have a whindow which is currently minimized, now for some particular reason I must set it to be a foreground window for a short moment, but I do not want the user to see it. So the best way to do so, I guess, is to restore the window then immediately move it off screen(e.g., call "::MoveWindow" and give it a CRect(-999, -999, 100, 100), or something like that).

Now the problem is that, since calling "::MoveWindow" while the window is minimized has NOT effect, I must first restore the window by calling "ShowWindow(hwnd, SW_RESTORE)", at that time, before it gets moved off screen, the window displays on screen for one second or two, and that will annoy my user.

So, is there anyway I can move a previously minimized window off screen without letting it show on the visible screen area at all? Thanks.
AnswerRe: How do you move a window without showing it? Pin
Rage14-Apr-03 6:01
professionalRage14-Apr-03 6:01 
Generalwon't work Pin
Abin14-Apr-03 13:36
Abin14-Apr-03 13:36 
GeneralVisual studio Add-In Pin
Rage14-Apr-03 2:48
professionalRage14-Apr-03 2:48 
GeneralRe: Visual studio Add-In Pin
Zdeslav Vojkovic14-Apr-03 4:03
Zdeslav Vojkovic14-Apr-03 4:03 
GeneralLooking for graphing components Pin
Anonymous14-Apr-03 2:39
Anonymous14-Apr-03 2:39 
QuestionHow to make a multiline cell in MFCGridctrl Pin
Bilal Akram14-Apr-03 2:35
Bilal Akram14-Apr-03 2:35 
AnswerRe: How to make a multiline cell in MFCGridctrl Pin
cr9714-Apr-03 3:54
cr9714-Apr-03 3:54 
GeneralRe: How to make a multiline cell in MFCGridctrl Pin
Bilal Akram14-Apr-03 4:25
Bilal Akram14-Apr-03 4:25 
GeneralRe: How to make a multiline cell in MFCGridctrl Pin
cr9714-Apr-03 22:06
cr9714-Apr-03 22:06 
GeneralRe: How to make a multiline cell in MFCGridctrl Pin
Bilal Akram15-Apr-03 22:51
Bilal Akram15-Apr-03 22:51 
GeneralRe: How to make a multiline cell in MFCGridctrl Pin
cr9716-Apr-03 4:06
cr9716-Apr-03 4:06 
GeneralHBITMAP resource from file Pin
pankajdaga14-Apr-03 2:15
pankajdaga14-Apr-03 2:15 
GeneralRe: HBITMAP resource from file Pin
Rage14-Apr-03 2:32
professionalRage14-Apr-03 2:32 
GeneralRe: HBITMAP resource from file Pin
Iain Clarke, Warrior Programmer14-Apr-03 5:35
Iain Clarke, Warrior Programmer14-Apr-03 5:35 
GeneralWindow Position Pin
John-theKing14-Apr-03 2:13
John-theKing14-Apr-03 2:13 
GeneralRe: Window Position Pin
Rickard Andersson2014-Apr-03 2:27
Rickard Andersson2014-Apr-03 2:27 
GeneralRe: Window Position Pin
Rage14-Apr-03 2:33
professionalRage14-Apr-03 2:33 

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.