|
-
May 2nd, 1999, 09:03 AM
#1
Multiline Editbox cause problems in my dialogbox
I'm using Visual C++ 4 and I have some problems with a multiline editbox. I want it to display a string variable when I push a button.
I add a member variable to the editbox.
CEdit m_Edit. And in the OnButton1() function I add following text.
CEdit m_Edit;
m_Edit.SetWindowText( "hello, edit" );
I get no errors when I compile it, but when I push button1 the program c
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|