Click here to Skip to main content
15,921,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdding custom menu in Front page (Add Ins) Pin
Sameer_Thakur31-May-07 19:30
Sameer_Thakur31-May-07 19:30 
Questionhow to insert combo box in a tool bar? Pin
bigphish31-May-07 19:17
bigphish31-May-07 19:17 
AnswerRe: how to insert combo box in a tool bar? Pin
_AnsHUMAN_ 31-May-07 19:24
_AnsHUMAN_ 31-May-07 19:24 
AnswerRe: how to insert combo box in a tool bar? Pin
Hamid_RT31-May-07 19:48
Hamid_RT31-May-07 19:48 
QuestionSetFieldValue Pin
hero199531-May-07 19:05
hero199531-May-07 19:05 
QuestionRe: SetFieldValue Pin
Programm3r31-May-07 22:53
Programm3r31-May-07 22:53 
QuestionSave as.. Pin
Aint31-May-07 18:15
Aint31-May-07 18:15 
AnswerRe: Save as.. Pin
Christian Graus31-May-07 18:26
protectorChristian Graus31-May-07 18:26 
The title bar is set with SetWindowText. It's set by the framework, you'd need to change it after this occurs, but the thing is, the filename is obviously being saved in a member variable, if you change the frame text without changing this value, clicking save won't do what you'd expect. So, I'd recommend stepping into the MFC code to work out the stuff that happens in a save as that you want to reverse.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: Save as.. Pin
kishore j hp31-May-07 20:20
kishore j hp31-May-07 20:20 
AnswerRe: Save as.. Pin
Nelek31-May-07 22:15
protectorNelek31-May-07 22:15 
AnswerRe: Save as.. Pin
Nelek31-May-07 22:16
protectorNelek31-May-07 22:16 
QuestionHow to get CPU usage in vista Pin
Finix31-May-07 17:23
Finix31-May-07 17:23 
AnswerRe: How to get CPU usage in vista Pin
Nelek31-May-07 22:07
protectorNelek31-May-07 22:07 
QuestionHow to use CListCtrl with CImageList? Pin
whiteclouds31-May-07 17:13
whiteclouds31-May-07 17:13 
AnswerRe: How to use CListCtrl with CImageList? Pin
Naveen31-May-07 18:03
Naveen31-May-07 18:03 
QuestionRe: How to use CListCtrl with CImageList? Pin
Hamid_RT31-May-07 18:27
Hamid_RT31-May-07 18:27 
AnswerRe: How to use CListCtrl with CImageList? Pin
whiteclouds4-Jun-07 15:41
whiteclouds4-Jun-07 15:41 
QuestionC++ reference continued Pin
C_Zealot31-May-07 13:02
C_Zealot31-May-07 13:02 
AnswerRe: C++ reference continued Pin
Christian Graus31-May-07 13:29
protectorChristian Graus31-May-07 13:29 
GeneralRe: C++ reference continued Pin
Stephen Hewitt31-May-07 14:26
Stephen Hewitt31-May-07 14:26 
GeneralRe: C++ reference continued Pin
Christian Graus31-May-07 18:28
protectorChristian Graus31-May-07 18:28 
GeneralRe: C++ reference continued Pin
Stephen Hewitt31-May-07 18:57
Stephen Hewitt31-May-07 18:57 
AnswerRe: C++ reference continued Pin
Mark Salsbery31-May-07 14:08
Mark Salsbery31-May-07 14:08 
GeneralRe: C++ reference continued Pin
C_Zealot31-May-07 14:29
C_Zealot31-May-07 14:29 
AnswerRe: C++ reference continued Pin
Jeffrey Walton31-May-07 20:39
Jeffrey Walton31-May-07 20:39 

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.