Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: charsets and Windows 98 Pin
Jim Crafton22-Apr-04 6:10
Jim Crafton22-Apr-04 6:10 
GeneralRe: charsets and Windows 98 Pin
Navin22-Apr-04 6:13
Navin22-Apr-04 6:13 
GeneralRe: charsets and Windows 98 Pin
Jim Crafton22-Apr-04 6:18
Jim Crafton22-Apr-04 6:18 
GeneralRe: charsets and Windows 98 Pin
Navin22-Apr-04 6:38
Navin22-Apr-04 6:38 
GeneralSimulating pressing ctrl + c Pin
ravjak22-Apr-04 5:12
ravjak22-Apr-04 5:12 
GeneralRe: Simulating pressing ctrl + c Pin
Anonymous22-Apr-04 8:56
Anonymous22-Apr-04 8:56 
GeneralRe: Simulating pressing ctrl + c done :-) Pin
ravjak22-Apr-04 11:18
ravjak22-Apr-04 11:18 
GeneralChanging Dialog Caption at run time Pin
C++NewBe22-Apr-04 4:01
C++NewBe22-Apr-04 4:01 
Using the basic code below, I am tring to change the caption(title bar) of the Dialog at run time. It does not work for me........my environment is net 7.1,MFC.
Any ideas on how to solve my problem?

void SystemAlign::OnBnClickedOk()
{
CPropertySheet mySheet;
mySheet.SetTitle(_T("Junk One"), 0);
mySheet.DoModal();
}
GeneralRe: Changing Dialog Caption at run time Pin
hasansheik22-Apr-04 4:07
hasansheik22-Apr-04 4:07 
GeneralRe: Changing Dialog Caption at run time Pin
David Crow22-Apr-04 4:12
David Crow22-Apr-04 4:12 
GeneralRe: Changing Dialog Caption at run time Pin
C++NewBe22-Apr-04 4:13
C++NewBe22-Apr-04 4:13 
GeneralRe: Changing Dialog Caption at run time Pin
Anonymous22-Apr-04 4:19
Anonymous22-Apr-04 4:19 
GeneralRe: Changing Dialog Caption at run time Pin
C++NewBe22-Apr-04 4:23
C++NewBe22-Apr-04 4:23 
GeneralRe: Changing Dialog Caption at run time Pin
Anonymous22-Apr-04 4:34
Anonymous22-Apr-04 4:34 
GeneralRe: Changing Dialog Caption at run time Pin
C++NewBe22-Apr-04 4:42
C++NewBe22-Apr-04 4:42 
GeneralRe: Changing Dialog Caption at run time Pin
David Crow22-Apr-04 4:50
David Crow22-Apr-04 4:50 
GeneralRe: Changing Dialog Caption at run time Pin
C++NewBe22-Apr-04 4:57
C++NewBe22-Apr-04 4:57 
GeneralRe: Changing Dialog Caption at run time Pin
David Crow22-Apr-04 5:01
David Crow22-Apr-04 5:01 
GeneralRe: Changing Dialog Caption at run time Pin
C++NewBe22-Apr-04 5:05
C++NewBe22-Apr-04 5:05 
GeneralRe: Changing Dialog Caption at run time Pin
David Crow22-Apr-04 5:07
David Crow22-Apr-04 5:07 
GeneralRe: Changing Dialog Caption at run time Pin
C++NewBe22-Apr-04 5:12
C++NewBe22-Apr-04 5:12 
GeneralRe: Changing Dialog Caption at run time Pin
David Crow22-Apr-04 5:19
David Crow22-Apr-04 5:19 
GeneralRe: Changing Dialog Caption at run time Pin
C++NewBe22-Apr-04 5:22
C++NewBe22-Apr-04 5:22 
GeneralRe: Changing Dialog Caption at run time Pin
David Crow22-Apr-04 4:46
David Crow22-Apr-04 4:46 
GeneralRe: Changing Dialog Caption at run time Pin
Prakash Nadar22-Apr-04 4:54
Prakash Nadar22-Apr-04 4:54 

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.