Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: set wallpaper Pin
David Crow11-Jul-06 5:14
David Crow11-Jul-06 5:14 
GeneralRe: set wallpaper Pin
Parthi_Appu11-Jul-06 17:58
Parthi_Appu11-Jul-06 17:58 
GeneralRe: set wallpaper Pin
Hamid_RT11-Jul-06 19:44
Hamid_RT11-Jul-06 19:44 
QuestionDisplaying problem in Bitmaps Pin
rkshdixit10-Jul-06 23:25
rkshdixit10-Jul-06 23:25 
AnswerRe: Displaying problem in Bitmaps Pin
Justin Tay10-Jul-06 23:45
Justin Tay10-Jul-06 23:45 
GeneralRe: Displaying problem in Bitmaps Pin
rkshdixit11-Jul-06 1:05
rkshdixit11-Jul-06 1:05 
GeneralRe: Displaying problem in Bitmaps Pin
Justin Tay11-Jul-06 6:58
Justin Tay11-Jul-06 6:58 
QuestionLoad String From Resource (String Table) Pin
mehmetned10-Jul-06 23:19
mehmetned10-Jul-06 23:19 
AnswerRe: Load String From Resource (String Table) Pin
Parthi_Appu10-Jul-06 23:30
Parthi_Appu10-Jul-06 23:30 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned10-Jul-06 23:36
mehmetned10-Jul-06 23:36 
GeneralRe: Load String From Resource (String Table) Pin
toxcct10-Jul-06 23:39
toxcct10-Jul-06 23:39 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:33
mehmetned11-Jul-06 0:33 
GeneralRe: Load String From Resource (String Table) Pin
toxcct11-Jul-06 2:23
toxcct11-Jul-06 2:23 
GeneralRe: Load String From Resource (String Table) Pin
Parthi_Appu10-Jul-06 23:50
Parthi_Appu10-Jul-06 23:50 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:28
mehmetned11-Jul-06 0:28 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:30
mehmetned11-Jul-06 0:30 
GeneralRe: Load String From Resource (String Table) Pin
Parthi_Appu11-Jul-06 0:37
Parthi_Appu11-Jul-06 0:37 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:53
mehmetned11-Jul-06 0:53 
GeneralRe: Load String From Resource (String Table) Pin
Parthi_Appu11-Jul-06 0:59
Parthi_Appu11-Jul-06 0:59 
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 
First of all i'm working in a MDI evironment
I want to create a CDialog that would kind off stay on the background of all other windows so i've placed it in the MainFrm Object:

VERIFY(pMainFrame->m_InitialDlg.Create(CInitialDlg::IDD, pMainFrame));
VERIFY(pMainFrame->m_InitialDlg.SetWindowPos(&wndBottom, 0, 0, 0, 0, SWP_SHOWWINDOW|SWP_NOSIZE|SWP_NOMOVE));

The trouble is that m_InitialDlg stays on top of all the other Windows (the Doc/View/Frame ones) Any ideea how to fix this?
Is there a beter way of doing it that does not require the CDialog..?


-- modified at 5:01 Tuesday 11th July, 2006
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 

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.