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

C / C++ / MFC

 
GeneralChanging Dialog Caption at run time Pin
C++NewBe22-Apr-04 4:01
C++NewBe22-Apr-04 4:01 
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 
It gives me an Unhandled exception....see code below and remember that my environment is net 7.1, MFC.

void SystemAlign::OnBnClickedOk()
{
GetDlgItem(IDD_SYSTEM_ALIGN)->SetWindowText("Junk One");

//CPropertySheet mySheet;
//mySheet.SetTitle("System: Signal-To-Noise", 0);
//mySheet.DoModal();

}
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 
GeneralBasic Polymorphism Pin
MatthewP22-Apr-04 3:59
MatthewP22-Apr-04 3:59 
GeneralRe: Basic Polymorphism Pin
FionaL22-Apr-04 4:21
FionaL22-Apr-04 4:21 
GeneralRe: Basic Polymorphism Pin
MatthewP22-Apr-04 4:28
MatthewP22-Apr-04 4:28 
GeneralRe: Basic Polymorphism Pin
jmkhael22-Apr-04 4:32
jmkhael22-Apr-04 4:32 
GeneralRe: Basic Polymorphism Pin
MatthewP22-Apr-04 5:25
MatthewP22-Apr-04 5:25 
Generalpls help, i want to change ip address of computer dynamically Pin
ThatsAlok22-Apr-04 3:51
ThatsAlok22-Apr-04 3:51 
GeneralWriting float values to a list or edit control Pin
johnsb222-Apr-04 3:18
johnsb222-Apr-04 3:18 

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.