Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load String From Resource (String Table) Pin
David Crow11-Jul-06 5:16
David Crow11-Jul-06 5:16 
QuestionModeless Dialog in MDI app [modified] Pin
eusto10-Jul-06 23:01
eusto10-Jul-06 23:01 
AnswerRe: Modeless Dialog in MDI app Pin
Nibu babu thomas17-Jul-06 19:03
Nibu babu thomas17-Jul-06 19:03 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 2:07
eusto19-Jul-06 2:07 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 2:09
Nibu babu thomas19-Jul-06 2:09 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 2:16
eusto19-Jul-06 2:16 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 2:18
Nibu babu thomas19-Jul-06 2:18 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 2:29
eusto19-Jul-06 2:29 
I'm able to interact with the parent window..in fact it's just as if it weren't there. I can push buttons and stuff on views behind it...It's just that it is drawn on top of all other modeless windows. It's quite odd..try it, you'll see. Just create a MDI project, add in a dialog, add a member to that dialog to your mainframe class and call:
VERIFY(pMainFrame->m_InitialDlg.Create(CInitialDlg::IDD, pMainFrame));
VERIFY(pMainFrame->m_InitialDlg.SetWindowPos(&wndBottom, 0, 0, 0, 0, SWP_SHOWWINDOW|SWP_NOSIZE|SWP_NOMOVE));

in OnCreate method of the MainFrame class
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 2:33
Nibu babu thomas19-Jul-06 2:33 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 2:49
eusto19-Jul-06 2:49 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 2:51
Nibu babu thomas19-Jul-06 2:51 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 3:03
eusto19-Jul-06 3:03 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 3:05
Nibu babu thomas19-Jul-06 3:05 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 7:05
eusto19-Jul-06 7:05 
GeneralRe: Modeless Dialog in MDI app [modified] Pin
eusto19-Jul-06 3:06
eusto19-Jul-06 3:06 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 19:44
Nibu babu thomas19-Jul-06 19:44 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 21:52
eusto19-Jul-06 21:52 
QuestionDrawString(GDI+) & CString Pin
NoName II10-Jul-06 22:45
NoName II10-Jul-06 22:45 
GeneralRe: DrawString(GDI+) & CString Pin
Parthi_Appu10-Jul-06 23:00
Parthi_Appu10-Jul-06 23:00 
AnswerRe: DrawString(GDI+) & CString Pin
Mike Dimmick11-Jul-06 0:10
Mike Dimmick11-Jul-06 0:10 
Questioncan't use CPropertySheet constructor??? Pin
NoName II10-Jul-06 22:41
NoName II10-Jul-06 22:41 
AnswerRe: can't use CPropertySheet constructor??? Pin
Mike Dimmick11-Jul-06 0:12
Mike Dimmick11-Jul-06 0:12 
QuestionAdding new font Pin
Semion_N10-Jul-06 22:18
Semion_N10-Jul-06 22:18 
AnswerRe: Adding new font Pin
Monty210-Jul-06 22:27
Monty210-Jul-06 22:27 
GeneralRe: Adding new font Pin
Semion_N11-Jul-06 3:34
Semion_N11-Jul-06 3:34 

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.