Apr 4, 2011 at 9:55am
I have created a textbox in VC++ using following code. ..
HWND ehnd = CreateWindow(TEXT("edit"), TEXT("Enter your text here"),
WS_VISIBLE |WS_CHILD,
50,50,480,300,
hwnd, (HMENU) 3,NULL,NULL);
now I want to get/set the text in the textbox.... please help me out of this...
Thanks in advance,,
Last edited on Apr 4, 2011 at 11:35am
Apr 4, 2011 at 12:00pm
GetWindowText and SetWindowText functions