Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Microsoft Systems Journal recent issues Pin
David Crow20-Nov-06 5:08
David Crow20-Nov-06 5:08 
QuestionWNetAddConnection2 Pin
Kiran Pinjala19-Nov-06 23:08
Kiran Pinjala19-Nov-06 23:08 
QuestionRe: WNetAddConnection2 Pin
David Crow20-Nov-06 2:52
David Crow20-Nov-06 2:52 
QuestionRe: WNetAddConnection2 Pin
Mila02520-Nov-06 2:57
Mila02520-Nov-06 2:57 
AnswerRe: WNetAddConnection2 Pin
Kiran Pinjala20-Nov-06 18:29
Kiran Pinjala20-Nov-06 18:29 
AnswerRe: WNetAddConnection2 Pin
Mila02520-Nov-06 20:16
Mila02520-Nov-06 20:16 
QuestionHow to handle modeless popups in main window iconic state? Pin
petekurki19-Nov-06 22:57
petekurki19-Nov-06 22:57 
AnswerRe: How to handle modeless popups in main window iconic state? Pin
Michael Dunn19-Nov-06 23:05
sitebuilderMichael Dunn19-Nov-06 23:05 
The behavior looks weird because the dialog's parent window is hidden.
You could
a) Restore the main window then show the dialog
b) Don't restore the main window and use NULL for its parent window
c) Don't restore the main window, create the dialog, but don't show it

If you go with c), make sure the visible style is turned off in the dialog resource.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

GeneralRe: How to handle modeless popups in main window iconic state? Pin
petekurki19-Nov-06 23:13
petekurki19-Nov-06 23:13 
Questionhow to get the length (duration) of a wave file Pin
singersinger19-Nov-06 22:17
singersinger19-Nov-06 22:17 
QuestionFinding if a pc has n/w connection Pin
Smith#19-Nov-06 22:13
Smith#19-Nov-06 22:13 
AnswerRe: Finding if a pc has n/w connection Pin
Michael Dunn19-Nov-06 22:34
sitebuilderMichael Dunn19-Nov-06 22:34 
QuestionRe: Finding if a pc has n/w connection Pin
Smith#19-Nov-06 23:08
Smith#19-Nov-06 23:08 
QuestionHiding private members of Class with DLLs Pin
uusheikh19-Nov-06 22:10
uusheikh19-Nov-06 22:10 
AnswerRe: Hiding private members of Class with DLLs Pin
Cedric Moonen19-Nov-06 22:50
Cedric Moonen19-Nov-06 22:50 
AnswerRe: Hiding private members of Class with DLLs Pin
Mr.Brainley19-Nov-06 23:28
Mr.Brainley19-Nov-06 23:28 
AnswerRe: Hiding private members of Class with DLLs Pin
Maximilien20-Nov-06 1:49
Maximilien20-Nov-06 1:49 
AnswerRe: Hiding private members of Class with DLLs [modified] Pin
cmk20-Nov-06 3:39
cmk20-Nov-06 3:39 
GeneralRe: Hiding private members of Class with DLLs Pin
uusheikh20-Nov-06 22:55
uusheikh20-Nov-06 22:55 
GeneralConvert Date to COleDateTime Pin
Monty219-Nov-06 21:51
Monty219-Nov-06 21:51 
GeneralAnd the answer is .. Pin
Monty219-Nov-06 21:54
Monty219-Nov-06 21:54 
QuestionAdding treeviewCtrl to a combobox Pin
Nagaraju_Focus19-Nov-06 21:33
Nagaraju_Focus19-Nov-06 21:33 
AnswerRe: Adding treeviewCtrl to a combobox Pin
Steve Echols19-Nov-06 21:52
Steve Echols19-Nov-06 21:52 
QuestionScoket. Pin
Abbas Murad19-Nov-06 21:11
Abbas Murad19-Nov-06 21:11 
AnswerRe: Scoket. Pin
Mark Salsbery20-Nov-06 5:58
Mark Salsbery20-Nov-06 5:58 

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.