Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Edit Box

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Example is I have an editbox called EditBox1 and I want it to say "hello" on button click event. How do I call the value property?
 
you can use CWnd's SetWindowText("Hello") function.
you can call this function on your Button's event.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top