writing to an EDIT box
C / C++ / MFC
3
Posts
3
Posters
1
Views
1
Watching
-
Visual C++ 6 how can i write to ( or read from) an EDIT BOX through my code without assigning it a member variable. hint: i could get a pointer with its address by GetDlgItem() but i could not use it !!
Use GetWindowText and SetWindowText. Regards, Alvaro
Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.
-
Visual C++ 6 how can i write to ( or read from) an EDIT BOX through my code without assigning it a member variable. hint: i could get a pointer with its address by GetDlgItem() but i could not use it !!