Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I need to get schooled on shutting down my program Pin
Wes Aday11-Jan-12 8:39
professionalWes Aday11-Jan-12 8:39 
GeneralRe: I need to get schooled on shutting down my program Pin
jkirkerx11-Jan-12 9:17
professionaljkirkerx11-Jan-12 9:17 
GeneralI want the message loop in the mdi child window for the tab function Pin
jkirkerx11-Jan-12 14:17
professionaljkirkerx11-Jan-12 14:17 
GeneralRe: I need to get schooled on shutting down my program Pin
Stefan_Lang12-Jan-12 1:31
Stefan_Lang12-Jan-12 1:31 
GeneralRe: I need to get schooled on shutting down my program Pin
jkirkerx12-Jan-12 6:12
professionaljkirkerx12-Jan-12 6:12 
QuestionCompiler Error ??? Pin
ForNow10-Jan-12 5:23
ForNow10-Jan-12 5:23 
AnswerRe: Compiler Error ??? Pin
Albert Holguin10-Jan-12 5:46
professionalAlbert Holguin10-Jan-12 5:46 
AnswerRe: Compiler Error ??? Pin
Chuck O'Toole10-Jan-12 6:16
Chuck O'Toole10-Jan-12 6:16 
QuestionRe: Compiler Error ??? Pin
CPallini10-Jan-12 9:32
mveCPallini10-Jan-12 9:32 
AnswerRe: Compiler Error ??? Pin
Richard MacCutchan10-Jan-12 11:59
mveRichard MacCutchan10-Jan-12 11:59 
GeneralRe: Compiler Error ??? Pin
CPallini10-Jan-12 21:32
mveCPallini10-Jan-12 21:32 
AnswerRe: Compiler Error ??? Pin
Mohibur Rashid10-Jan-12 14:15
professionalMohibur Rashid10-Jan-12 14:15 
GeneralRe: Compiler Error ??? Pin
Stefan_Lang12-Jan-12 1:23
Stefan_Lang12-Jan-12 1:23 
AnswerRe: Compiler Error ??? Pin
Eytukan11-Jan-12 0:37
Eytukan11-Jan-12 0:37 
Question.ani picture or animation control Pin
Chris Geddes10-Jan-12 1:45
Chris Geddes10-Jan-12 1:45 
QuestionRe: .ani picture or animation control Pin
Richard MacCutchan10-Jan-12 2:33
mveRichard MacCutchan10-Jan-12 2:33 
AnswerRe: .ani picture or animation control Pin
Albert Holguin10-Jan-12 3:44
professionalAlbert Holguin10-Jan-12 3:44 
GeneralRe: .ani picture or animation control Pin
Chris Geddes11-Jan-12 1:00
Chris Geddes11-Jan-12 1:00 
QuestionEmbedding a CDialog in a CMFCOutlookbar Pin
UrbanBlues9-Jan-12 11:16
UrbanBlues9-Jan-12 11:16 
AnswerRe: Embedding a CDialog in a CMFCOutlookbar Pin
«_Superman_»9-Jan-12 14:40
professional«_Superman_»9-Jan-12 14:40 
GeneralRe: Embedding a CDialog in a CMFCOutlookbar Pin
UrbanBlues10-Jan-12 7:01
UrbanBlues10-Jan-12 7:01 
QuestionProblem with resizing window Pin
blackbolek9-Jan-12 4:45
blackbolek9-Jan-12 4:45 
QuestionRe: Problem with resizing window Pin
Albert Holguin9-Jan-12 4:58
professionalAlbert Holguin9-Jan-12 4:58 
what assertion error are you getting? when you call this, that's the object instance of whatever object you're calling that within, what object type is that?

btw... if the error is telling you that the window handle is invalid, then you're probably not passing the argument correctly (it usually does a check as to whether that handle corresponds to any available windows)...and you're using SetWindowPos() wrong, look at the documentation again:
http://msdn.microsoft.com/en-us/library/a1yzfz6d%28v=VS.80%29.aspx[^]
AnswerRe: Problem with resizing window Pin
blackbolek9-Jan-12 10:01
blackbolek9-Jan-12 10:01 
AnswerRe: Problem with resizing window Pin
Albert Holguin9-Jan-12 10:18
professionalAlbert Holguin9-Jan-12 10:18 

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.