Click here to Skip to main content
15,903,540 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HEADER FILE PROBLEM Pin
Prakash Nadar23-Feb-04 0:11
Prakash Nadar23-Feb-04 0:11 
GeneralRe: HEADER FILE PROBLEM Pin
Caoimh23-Feb-04 1:42
Caoimh23-Feb-04 1:42 
GeneralRandom numbers Pin
amit sebiz22-Feb-04 23:14
amit sebiz22-Feb-04 23:14 
GeneralRe: Random numbers Pin
Elmar Weber22-Feb-04 23:33
Elmar Weber22-Feb-04 23:33 
GeneralRe: Random numbers Pin
Prakash Nadar23-Feb-04 0:12
Prakash Nadar23-Feb-04 0:12 
GeneralRe: Random numbers Pin
Elmar Weber23-Feb-04 0:35
Elmar Weber23-Feb-04 0:35 
GeneralRe: Random numbers Pin
amit sebiz23-Feb-04 2:18
amit sebiz23-Feb-04 2:18 
GeneralEDIT BOX PROBLEMS Pin
Caoimh22-Feb-04 23:06
Caoimh22-Feb-04 23:06 
I've two separate dialogs (Dialog1,Dialog2), each having its own class. Dialog1 has an Edit box which I need to write to, from Dialog2. In Dialog1 I normally use
CString Status;
GetDlgItemText(IDC_EXIT_BOX_ONE, STATUS);
SetDlgItemText(IDC_EDIT_BOX_ONE, "TEST APPLICATION");

However If I do the very same in Dialog2 nothing appears in the Edit box of Dialog1.

Any Suggestions.
(Note required to use GetDlgItemText to maintain all information on the Edit box)

Kind Regards
Caoimh

GeneralRe: EDIT BOX PROBLEMS Pin
Prakash Nadar23-Feb-04 0:15
Prakash Nadar23-Feb-04 0:15 
GeneralMacros in Windowsx.h Pin
JGStanier22-Feb-04 23:02
JGStanier22-Feb-04 23:02 
GeneralRe: Macros in Windowsx.h Pin
Prakash Nadar23-Feb-04 0:22
Prakash Nadar23-Feb-04 0:22 
Generalneed help in connecting VC++ with Oracle Pin
alex30322-Feb-04 23:01
alex30322-Feb-04 23:01 
GeneralMFC Serialization Pin
Neha22-Feb-04 22:28
Neha22-Feb-04 22:28 
GeneralRe: MFC Serialization Pin
Selvam R23-Feb-04 0:25
professionalSelvam R23-Feb-04 0:25 
GeneralRe: MFC Serialization Pin
Prakash Nadar23-Feb-04 0:31
Prakash Nadar23-Feb-04 0:31 
QuestionIs there any Tree control that shows the expansion of the nodes horizontally ? Pin
Gem22-Feb-04 22:20
Gem22-Feb-04 22:20 
AnswerRe: Is there any Tree control that shows the expansion of the nodes horizontally ? Pin
Prakash Nadar23-Feb-04 0:33
Prakash Nadar23-Feb-04 0:33 
GeneralAUTOCAD in Visual C++ Pin
Anonymous22-Feb-04 21:58
Anonymous22-Feb-04 21:58 
GeneralRe: AUTOCAD in Visual C++ Pin
Mike Eriksson22-Feb-04 22:30
Mike Eriksson22-Feb-04 22:30 
GeneralConverting an in-proc server to out-of-proc server Pin
Roozbeh6922-Feb-04 21:53
professionalRoozbeh6922-Feb-04 21:53 
GeneralRe: Converting an in-proc server to out-of-proc server Pin
Prakash Nadar23-Feb-04 0:43
Prakash Nadar23-Feb-04 0:43 
GeneralHide console window Pin
Abebe22-Feb-04 21:33
Abebe22-Feb-04 21:33 
GeneralRe: Hide console window Pin
Abebe22-Feb-04 21:50
Abebe22-Feb-04 21:50 
GeneralRe: Hide console window Pin
Prakash Nadar23-Feb-04 0:48
Prakash Nadar23-Feb-04 0:48 
QuestionHow to run a programm from memory location Pin
Anonymous22-Feb-04 20:32
Anonymous22-Feb-04 20:32 

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.