Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: playing with edit ctrl Pin
PJ Arends25-Oct-04 18:46
professionalPJ Arends25-Oct-04 18:46 
GeneralRe: playing with edit ctrl Pin
bektek25-Oct-04 19:22
bektek25-Oct-04 19:22 
Questionhow to use flash in vc++ Pin
vc-programmer-25-Oct-04 16:57
vc-programmer-25-Oct-04 16:57 
AnswerRe: how to use flash in vc++ Pin
bryce25-Oct-04 19:41
bryce25-Oct-04 19:41 
GeneralRe: how to use flash in vc++ Pin
vc-programmer-25-Oct-04 20:29
vc-programmer-25-Oct-04 20:29 
QuestionHow to display from dialog box to sdi window? Pin
zhaque25-Oct-04 14:43
zhaque25-Oct-04 14:43 
AnswerRe: How to display from dialog box to sdi window? Pin
Maximilien25-Oct-04 14:55
Maximilien25-Oct-04 14:55 
GeneralRe: How to display from dialog box to sdi window? Pin
dharani26-Oct-04 21:28
dharani26-Oct-04 21:28 
Maximilien wrote:
I want to diaply the content of a particular edit control from a dialog box to the SDI window?

Well to do that assume you are calling your manu dialogs from your view class .
Declare the Dialog objects in view.h and call dlg.DoModal() in the button event handler.
if( dlg.DoModal()==IDOK)
{
//access the edit control's contents and copy it to a global string ...
}
Now Dig the msdn to find out how a text editor program works so that you can display the contents in your view . ( I ha done it but forgot )



Dharani babu S
GeneralDetect Privileges Pin
Anonymous25-Oct-04 13:27
Anonymous25-Oct-04 13:27 
GeneralRe: Detect Privileges Pin
vcplusplus25-Oct-04 14:37
vcplusplus25-Oct-04 14:37 
GeneralCreating Stochastic models (Probability density functions) in Visual C++6.0 Pin
Member 260788825-Oct-04 11:11
Member 260788825-Oct-04 11:11 
GeneralRe: Creating Stochastic models (Probability density functions) in Visual C++6.0 Pin
Christian Graus25-Oct-04 12:51
protectorChristian Graus25-Oct-04 12:51 
GeneralAccessing ActiveX in VC++ 1.52 Pin
Anonymous25-Oct-04 10:50
Anonymous25-Oct-04 10:50 
GeneralRe: Accessing ActiveX in VC++ 1.52 Pin
Ryan Binns25-Oct-04 18:01
Ryan Binns25-Oct-04 18:01 
QuestionInordinate Delaying in Form Display? Pin
NietzscheDisciple25-Oct-04 10:06
NietzscheDisciple25-Oct-04 10:06 
GeneralAnother threading question Pin
Tom Wright25-Oct-04 9:52
Tom Wright25-Oct-04 9:52 
GeneralRe: Another threading question Pin
David Crow25-Oct-04 10:36
David Crow25-Oct-04 10:36 
GeneralRe: Another threading question Pin
Blake Miller25-Oct-04 12:16
Blake Miller25-Oct-04 12:16 
GeneralRe: Another threading question Pin
dharani26-Oct-04 21:37
dharani26-Oct-04 21:37 
GeneralCharNext Pin
Timothy Grabrian25-Oct-04 9:39
professionalTimothy Grabrian25-Oct-04 9:39 
GeneralRe: CharNext Pin
David Crow25-Oct-04 10:47
David Crow25-Oct-04 10:47 
GeneralRe: CharNext Pin
Timothy Grabrian25-Oct-04 10:54
professionalTimothy Grabrian25-Oct-04 10:54 
GeneralRe: CharNext Pin
David Crow26-Oct-04 2:34
David Crow26-Oct-04 2:34 
GeneralFinding COM Memory Leak in ISAPI Extension Pin
Turtle Hand25-Oct-04 9:36
Turtle Hand25-Oct-04 9:36 
GeneralRe: Finding COM Memory Leak in ISAPI Extension Pin
Chris Richardson25-Oct-04 11:21
Chris Richardson25-Oct-04 11:21 

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.