Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 22:08
sussMirko M.19-Sep-02 22:08 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S19-Sep-02 22:17
Steve S19-Sep-02 22:17 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 22:44
sussMirko M.19-Sep-02 22:44 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Stephane Rodriguez.19-Sep-02 23:07
Stephane Rodriguez.19-Sep-02 23:07 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 23:29
sussMirko M.19-Sep-02 23:29 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Stephane Rodriguez.19-Sep-02 23:44
Stephane Rodriguez.19-Sep-02 23:44 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S20-Sep-02 0:23
Steve S20-Sep-02 0:23 
GeneralMainframe Caption Pin
Mazdak19-Sep-02 20:34
Mazdak19-Sep-02 20:34 
I use this code to chane the caption of my frame in my formview class in OnInitUpdate:

CMainFrame * pWnd = (CMainFrame *) (AfxGetMainWnd());
ASSERT_VALID(pWnd);
pWnd->SetWindowText(str);


But nothing change in title of maniframe!

Mazy

"If I go crazy then will you still
Call me Superman
If I’m alive and well, will you be
There holding my hand
I’ll keep you by my side with
My superhuman might
Kryptonite"
Kryptonite-3 Doors Down

GeneralRe: Mainframe Caption Pin
Nish Nishant19-Sep-02 21:18
sitebuilderNish Nishant19-Sep-02 21:18 
GeneralRe: Mainframe Caption Pin
Mazdak19-Sep-02 21:42
Mazdak19-Sep-02 21:42 
GeneralRichEdit and its advance width Pin
Elf19-Sep-02 19:56
Elf19-Sep-02 19:56 
Generalhandle Pin
Anonymous19-Sep-02 19:51
Anonymous19-Sep-02 19:51 
GeneralRe: handle Pin
Nish Nishant19-Sep-02 21:19
sitebuilderNish Nishant19-Sep-02 21:19 
GeneralWill these api work in 98 Pin
suresh_sathya19-Sep-02 19:31
suresh_sathya19-Sep-02 19:31 
GeneralRe: Will these api work in 98 Pin
Paul M Watt19-Sep-02 19:38
mentorPaul M Watt19-Sep-02 19:38 
GeneralRe: Will these api work in 98 Pin
Michael Dunn19-Sep-02 19:37
sitebuilderMichael Dunn19-Sep-02 19:37 
Generalpragma optimize Pin
Chris Losinger19-Sep-02 19:00
professionalChris Losinger19-Sep-02 19:00 
Generalnevermind... Pin
Chris Losinger19-Sep-02 19:10
professionalChris Losinger19-Sep-02 19:10 
QuestionHow to make a toolbar button for a menu item with a number of sub menus? Pin
chen19-Sep-02 18:59
chen19-Sep-02 18:59 
GeneralScreen and Menu designer Pin
Anonymous19-Sep-02 18:34
Anonymous19-Sep-02 18:34 
GeneralReading Writing XML in C++ 6.0 Pin
Gilfrog19-Sep-02 18:34
Gilfrog19-Sep-02 18:34 
GeneralRe: Reading Writing XML in C++ 6.0 Pin
Jason Henderson19-Sep-02 19:06
Jason Henderson19-Sep-02 19:06 
GeneralRe: Reading Writing XML in C++ 6.0 Pin
Paul M Watt19-Sep-02 19:27
mentorPaul M Watt19-Sep-02 19:27 
GeneralRe: Reading Writing XML in C++ 6.0 Pin
Steve S19-Sep-02 21:53
Steve S19-Sep-02 21:53 
Generalpostmessage Pin
Anonymous19-Sep-02 18:33
Anonymous19-Sep-02 18:33 

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.