Click here to Skip to main content
16,010,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CBitmap to HICON Pin
GurGur19-Dec-01 9:13
GurGur19-Dec-01 9:13 
GeneralRe: CBitmap to HICON Pin
Joaquín M López Muñoz18-Dec-01 23:52
Joaquín M López Muñoz18-Dec-01 23:52 
GeneralRe: CBitmap to HICON Pin
GurGur19-Dec-01 9:18
GurGur19-Dec-01 9:18 
GeneralRe: CBitmap to HICON Pin
Jim Crafton19-Dec-01 10:11
Jim Crafton19-Dec-01 10:11 
Generaldrag'n drop Pin
Jerome Conus18-Dec-01 22:34
Jerome Conus18-Dec-01 22:34 
GeneralRe: drag'n drop Pin
Joaquín M López Muñoz18-Dec-01 23:33
Joaquín M López Muñoz18-Dec-01 23:33 
QuestionHow to set MDIChildFrame title case different view? Pin
wuxy18-Dec-01 22:24
wuxy18-Dec-01 22:24 
AnswerRe: How to set MDIChildFrame title case different view? Pin
Chambers18-Dec-01 23:38
Chambers18-Dec-01 23:38 
The Child Windows of MFC use the title of the associated document as the title of the window frame (automatically). To change the title of the window frame, all you need to do is change that in the document using :
pDoc->SetTitle(WHATEVER_YOU_WANT);

and you should notice that the title in the window frame has been automatically updated to reflect this.

P.S. make sure you get the active document (pDoc) by using the GetActiveDocument() member function of the CHILD frame or view.

"When I left you I was but the learner, now I am the Master" - Darth VaderMad | :mad:
GeneralRe: How to set MDIChildFrame title case different view? Pin
wuxy19-Dec-01 15:19
wuxy19-Dec-01 15:19 
QuestionI got a HWND of CFileDialog, how can I use this HWND to get the current path of the CFileDialog? Pin
18-Dec-01 22:22
suss18-Dec-01 22:22 
AnswerRe: I got a HWND of CFileDialog, how can I use this HWND to get the current path of the CFileDialog? Pin
Bernhard18-Dec-01 22:57
Bernhard18-Dec-01 22:57 
Questionhow to make the window invisible? Pin
haiyan_qi18-Dec-01 21:54
haiyan_qi18-Dec-01 21:54 
AnswerRe: how to make the window invisible? Pin
Nish Nishant18-Dec-01 22:13
sitebuilderNish Nishant18-Dec-01 22:13 
AnswerRe: how to make the window invisible? Pin
Joaquín M López Muñoz18-Dec-01 23:17
Joaquín M López Muñoz18-Dec-01 23:17 
GeneralRe: how to make the window invisible? Pin
haiyan_qi19-Dec-01 14:13
haiyan_qi19-Dec-01 14:13 
GeneralRe: how to make the window invisible? Pin
Joaquín M López Muñoz19-Dec-01 21:12
Joaquín M López Muñoz19-Dec-01 21:12 
AnswerRe: how to make the window invisible? Pin
Alvaro Mendez19-Dec-01 6:17
Alvaro Mendez19-Dec-01 6:17 
GeneralAbout Hook Pin
18-Dec-01 21:52
suss18-Dec-01 21:52 
GeneralEnable/disable popup menu items Pin
Mr.Freeze18-Dec-01 21:28
Mr.Freeze18-Dec-01 21:28 
GeneralRe: Enable/disable popup menu items Pin
Rickard Andersson2019-Dec-01 1:08
Rickard Andersson2019-Dec-01 1:08 
GeneralRe: Enable/disable popup menu items Pin
Ravi Bhavnani19-Dec-01 11:30
professionalRavi Bhavnani19-Dec-01 11:30 
GeneralRe: Enable/disable popup menu items Pin
Mr.Freeze19-Dec-01 18:09
Mr.Freeze19-Dec-01 18:09 
Generalcontrol the video source (capture) Pin
Sergei18-Dec-01 14:33
Sergei18-Dec-01 14:33 
QuestionHow to get string laid below mouse pointer Pin
prog758418-Dec-01 13:34
prog758418-Dec-01 13:34 
AnswerRe: How to get string laid below mouse pointer Pin
Christian Graus18-Dec-01 13:45
protectorChristian Graus18-Dec-01 13:45 

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.