Click here to Skip to main content
16,004,778 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exceptions WTF Pin
Joaquín M López Muñoz8-Sep-02 23:30
Joaquín M López Muñoz8-Sep-02 23:30 
GeneralRe: Exceptions WTF Pin
Rickard Andersson209-Sep-02 0:39
Rickard Andersson209-Sep-02 0:39 
GeneralRe: Exceptions WTF Pin
Joaquín M López Muñoz9-Sep-02 1:23
Joaquín M López Muñoz9-Sep-02 1:23 
GeneralCRichEditCtrl::LineScroll() Problem! Pin
jabbaj8-Sep-02 20:53
jabbaj8-Sep-02 20:53 
GeneralDoDataExchange problem Pin
Anonymous8-Sep-02 20:36
Anonymous8-Sep-02 20:36 
GeneralRe: DoDataExchange problem Pin
Tomasz Sowinski8-Sep-02 23:37
Tomasz Sowinski8-Sep-02 23:37 
QuestionHow to change the caption? Pin
Daniel Strigl8-Sep-02 20:26
Daniel Strigl8-Sep-02 20:26 
AnswerRe: How to change the caption? Pin
Pavel Klocek8-Sep-02 21:20
Pavel Klocek8-Sep-02 21:20 
The CMainFrame caption is build from IDR_MAINFRAME resource string and a string describing the active document. You can change the IDR_MAINFRAME string in resources.

If you want to change the caption at runtime, override the OnUpdateFrameTitle virtual method of CMainFrame or your CMDIChildFrame derived class (for the active document caption, if you are building MDI application).

Also SetWindowText method sets the caption immediatelly, but this will be sooner or later set back to default caption.

Pavel
Sonork 100.15206
GeneralChanging the font used to draw tabs in CPropertyPage Pin
fferland8-Sep-02 16:59
fferland8-Sep-02 16:59 
GeneralRe: Changing the font used to draw tabs in CPropertyPage Pin
.dan.g.8-Sep-02 17:22
professional.dan.g.8-Sep-02 17:22 
Generalwindows ce programming Pin
bryce8-Sep-02 15:56
bryce8-Sep-02 15:56 
GeneralCButtonST question !!! Pin
Hadi Rezaee8-Sep-02 13:39
Hadi Rezaee8-Sep-02 13:39 
GeneralRe: CButtonST question !!! Pin
Christian Graus8-Sep-02 14:09
protectorChristian Graus8-Sep-02 14:09 
QuestionIs there a way around this? Pin
WREY8-Sep-02 13:35
WREY8-Sep-02 13:35 
AnswerRe: Is there a way around this? Pin
Paul M Watt8-Sep-02 18:49
mentorPaul M Watt8-Sep-02 18:49 
Generalerror in displaying in listbox Pin
danag8-Sep-02 13:22
danag8-Sep-02 13:22 
GeneralRe: error in displaying in listbox Pin
Anonymous8-Sep-02 13:46
Anonymous8-Sep-02 13:46 
GeneralRe: error in displaying in listbox Pin
danag9-Sep-02 4:31
danag9-Sep-02 4:31 
GeneralRe: error in displaying in listbox Pin
Licensed2Code14-Sep-02 7:50
sussLicensed2Code14-Sep-02 7:50 
GeneralWinExec("program.exe", SW_HIDE) problem Pin
RobJones8-Sep-02 12:48
RobJones8-Sep-02 12:48 
GeneralRe: WinExec("program.exe", SW_HIDE) problem Pin
Paul M Watt8-Sep-02 18:51
mentorPaul M Watt8-Sep-02 18:51 
GeneralRe: WinExec("program.exe", SW_HIDE) problem Pin
nlecren9-Sep-02 6:19
nlecren9-Sep-02 6:19 
Questionhow to execute a script file or command in VC++? Pin
Anonymous8-Sep-02 10:02
Anonymous8-Sep-02 10:02 
AnswerCan I use "System(command) " ? Pin
Anonymous8-Sep-02 10:34
Anonymous8-Sep-02 10:34 
GeneralRe: Can I use "System(command) " ? Pin
adamUK8-Sep-02 11:53
adamUK8-Sep-02 11:53 

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.