Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCLSIDFromProgID with VB6 DLL Pin
Hesham Amin23-Jul-03 1:19
Hesham Amin23-Jul-03 1:19 
GeneralRe: CLSIDFromProgID with VB6 DLL Pin
Mike Dimmick23-Jul-03 4:01
Mike Dimmick23-Jul-03 4:01 
GeneralMCIWnd woes Pin
brian scott23-Jul-03 1:15
brian scott23-Jul-03 1:15 
GeneralRe: MCIWnd woes Pin
RobJones23-Jul-03 5:11
RobJones23-Jul-03 5:11 
GeneralREAD FROM RESOURCE FILE Pin
Cheickna23-Jul-03 0:28
Cheickna23-Jul-03 0:28 
GeneralRe: READ FROM RESOURCE FILE Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:51
Iain Clarke, Warrior Programmer23-Jul-03 0:51 
GeneralRe: READ FROM RESOURCE FILE Pin
Alexander M.,23-Jul-03 1:41
Alexander M.,23-Jul-03 1:41 
QuestionHow to wait Windows to repaint? Pin
Daniel Woo23-Jul-03 0:20
Daniel Woo23-Jul-03 0:20 
I am writing a software, it needs hide itself and capture a snapshot of the screen. It works well normally, but when system is busy, sometimes, the window of my program has not been hiden or the background has not been repainted but my program does not know that, the snapshot is taken even the screen is not updated yet.

I just use
ShowWindow(hwnd, SW_HIDE);
UpdateWindow(hwnd);
to hide my window. But I don't know when Windows will repaint the screen, how to wait until the background covered by my program is repainted by Windows?
AnswerRe: How to wait Windows to repaint? Pin
Frank K23-Jul-03 0:48
Frank K23-Jul-03 0:48 
GeneralSaving/loading bitmaps Pin
Lakitu23-Jul-03 0:11
Lakitu23-Jul-03 0:11 
GeneralRe: Saving/loading bitmaps Pin
Philip Patrick23-Jul-03 1:01
professionalPhilip Patrick23-Jul-03 1:01 
QuestionHow to reach external devices? Pin
cemlouis23-Jul-03 0:02
cemlouis23-Jul-03 0:02 
AnswerRe: How to reach external devices? Pin
Toni7823-Jul-03 0:31
Toni7823-Jul-03 0:31 
AnswerRe: How to reach external devices? Pin
KarstenK23-Jul-03 0:35
mveKarstenK23-Jul-03 0:35 
AnswerRe: How to reach external devices? Pin
Toni7823-Jul-03 1:25
Toni7823-Jul-03 1:25 
GeneralHelp me.....about MDI app Pin
_skidrow_vn_22-Jul-03 23:56
_skidrow_vn_22-Jul-03 23:56 
GeneralRe: Help me.....about MDI app Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:27
Iain Clarke, Warrior Programmer23-Jul-03 0:27 
GeneralIE Programming question! Pin
Small Rat22-Jul-03 23:48
Small Rat22-Jul-03 23:48 
GeneralDialog box pops up and vanishes immediately Pin
Deepak Samuel22-Jul-03 23:43
Deepak Samuel22-Jul-03 23:43 
GeneralRe: Dialog box pops up and vanishes immediately Pin
Frank K23-Jul-03 0:56
Frank K23-Jul-03 0:56 
GeneralRe: Dialog box pops up and vanishes immediately Pin
David Crow23-Jul-03 3:44
David Crow23-Jul-03 3:44 
GeneralRe: Dialog box pops up and vanishes immediately Pin
wb23-Jul-03 1:48
wb23-Jul-03 1:48 
GeneralEnumerates LPT Pin
Eugene Pustovoyt22-Jul-03 22:16
Eugene Pustovoyt22-Jul-03 22:16 
GeneralRe: Enumerates LPT Pin
Alexander M.,23-Jul-03 1:54
Alexander M.,23-Jul-03 1:54 
GeneralRe: Enumerates LPT Pin
Iain Clarke, Warrior Programmer23-Jul-03 1:59
Iain Clarke, Warrior Programmer23-Jul-03 1:59 

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.