Click here to Skip to main content
15,888,047 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Moving from MFC CList to stl::vector; please help Pin
Diddy1-Feb-04 22:21
Diddy1-Feb-04 22:21 
GeneralRe: Moving from MFC CList to stl::vector; please help Pin
Cloaca2-Feb-04 4:49
Cloaca2-Feb-04 4:49 
GeneralRe: Moving from MFC CList to stl::vector; please help Pin
Diddy2-Feb-04 5:41
Diddy2-Feb-04 5:41 
QuestionIs there a function to create sound? Pin
siew hoon1-Feb-04 15:51
siew hoon1-Feb-04 15:51 
AnswerRe: Is there a function to create sound? Pin
Prakash Nadar1-Feb-04 16:26
Prakash Nadar1-Feb-04 16:26 
AnswerRe: Is there a function to create sound? Pin
george ivanov2-Feb-04 2:05
george ivanov2-Feb-04 2:05 
QuestionHow to fix the 2nd dialog from moving? Pin
siew hoon1-Feb-04 15:49
siew hoon1-Feb-04 15:49 
AnswerRe: How to fix the 2nd dialog from moving? Pin
Diddy1-Feb-04 22:40
Diddy1-Feb-04 22:40 
Are you repainting the main dialog correctly?

Sounds like a case of paint-once - IE you are painting the main dialog and then leaving it, when ever windows invalidates the area for what ever reason, you're not repaiting.

Try opening the main dialog and dragging another app (say an open copy of notepad) over the main dialog, what happens?

If the drawings dissapear insure you repaint what's ever on the dialog (well, the area that has been invalidated) everytime you get a WM_PAINT message - not just once.
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon21-Feb-04 19:40
siew hoon21-Feb-04 19:40 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy22-Feb-04 10:23
Diddy22-Feb-04 10:23 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Anonymous22-Feb-04 13:33
Anonymous22-Feb-04 13:33 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy23-Feb-04 5:10
Diddy23-Feb-04 5:10 
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon27-Feb-04 16:26
siew hoon27-Feb-04 16:26 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy28-Feb-04 1:21
Diddy28-Feb-04 1:21 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy29-Feb-04 8:52
Diddy29-Feb-04 8:52 
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon2-Mar-04 3:04
siew hoon2-Mar-04 3:04 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy2-Mar-04 8:30
Diddy2-Mar-04 8:30 
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon3-Mar-04 1:45
siew hoon3-Mar-04 1:45 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy3-Mar-04 2:53
Diddy3-Mar-04 2:53 
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon6-Mar-04 16:24
siew hoon6-Mar-04 16:24 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy8-Mar-04 8:23
Diddy8-Mar-04 8:23 
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon13-Mar-04 0:55
siew hoon13-Mar-04 0:55 
GeneralRe: How to fix the 2nd dialog from moving? Pin
Diddy14-Mar-04 3:25
Diddy14-Mar-04 3:25 
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon21-Mar-04 0:41
siew hoon21-Mar-04 0:41 
GeneralRe: How to fix the 2nd dialog from moving? Pin
siew hoon21-Mar-04 0:37
siew hoon21-Mar-04 0:37 

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.