Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HBITMAP from HICON Pin
20-Mar-01 3:50
suss20-Mar-01 3:50 
GeneralRichTextCtrl Pin
ThomasKennedyBose19-Mar-01 0:50
ThomasKennedyBose19-Mar-01 0:50 
GeneralRe: RichTextCtrl Pin
Mike Melnikov19-Mar-01 2:17
Mike Melnikov19-Mar-01 2:17 
GeneralMFC: Positioning a dialog Pin
Ashman19-Mar-01 0:00
Ashman19-Mar-01 0:00 
GeneralRe: MFC: Positioning a dialog Pin
l a u r e n19-Mar-01 6:05
l a u r e n19-Mar-01 6:05 
GeneralRe: MFC: Positioning a dialog Pin
Christian Graus19-Mar-01 11:50
protectorChristian Graus19-Mar-01 11:50 
GeneralMFC question: Keeping a dialog in front Pin
Ashman18-Mar-01 20:27
Ashman18-Mar-01 20:27 
GeneralRe: MFC question: Keeping a dialog in front Pin
Christian Graus18-Mar-01 21:02
protectorChristian Graus18-Mar-01 21:02 
There is a way to put the dialog in front, if it stuffs the game up remains to be seen. Inside the OnInitDialog method, do this:

SetWindowPos(&wndTopMost,0,0,0,0,SWP_NOMOVE | SWP_NOSIZE);

This will put the window on top of the Z order, even if a window underneath is clicked, and ignore the numeric paramters which position and size the dialog respectively.



Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
GeneralRe: MFC question: Keeping a dialog in front Pin
19-Mar-01 0:28
suss19-Mar-01 0:28 
QuestionHow to Change the Caption of a CPropertyPage at run time ??? Pin
Ariel18-Mar-01 17:22
Ariel18-Mar-01 17:22 
AnswerRe: How to Change the Caption of a CPropertyPage at run time ??? Pin
Mike Melnikov19-Mar-01 2:41
Mike Melnikov19-Mar-01 2:41 
QuestionHow to Select a row in CListCtrl at run time ?? Pin
Ariel18-Mar-01 17:19
Ariel18-Mar-01 17:19 
AnswerRe: How to Select a row in CListCtrl at run time ?? Pin
Michael Dunn18-Mar-01 19:09
sitebuilderMichael Dunn18-Mar-01 19:09 
GeneralRe: How to Select a row in CListCtrl at run time ?? Pin
Ariel19-Mar-01 1:34
Ariel19-Mar-01 1:34 
GeneralProblems with FlexGridControl... Pin
Brendan Tregear18-Mar-01 11:47
Brendan Tregear18-Mar-01 11:47 
GeneralVariant date's Pin
18-Mar-01 10:57
suss18-Mar-01 10:57 
GeneralRe: Variant date's Pin
Brendan Tregear18-Mar-01 11:41
Brendan Tregear18-Mar-01 11:41 
Questionhow to save my data in excel format file!? Pin
18-Mar-01 5:21
suss18-Mar-01 5:21 
AnswerRe: how to save my data in excel format file!? Pin
Tim Deveaux18-Mar-01 16:27
Tim Deveaux18-Mar-01 16:27 
AnswerRe: how to save my data in excel format file!? (again - oops) Pin
Tim Deveaux18-Mar-01 17:58
Tim Deveaux18-Mar-01 17:58 
AnswerRe: how to save my data in excel format file!? Pin
David Cunningham18-Mar-01 18:25
cofounderDavid Cunningham18-Mar-01 18:25 
GeneralRe: how to save my data in excel format file!? Pin
18-Mar-01 19:48
suss18-Mar-01 19:48 
Questionhow to Get ComputerName/user name? Pin
18-Mar-01 5:12
suss18-Mar-01 5:12 
AnswerRe: how to Get ComputerName/user name? Pin
19-Mar-01 2:14
suss19-Mar-01 2:14 
QuestionA General Question on Sound Programming? Pin
18-Mar-01 1:30
suss18-Mar-01 1:30 

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.