Hi all,
I want to write some text(simply a string of characters) to the edit control on a click event. How can I do that. I know it is able to write something to the control using member function,
GetDlgItemText()
by passing two arguments, control ID and string variable. Is there a similar function which I can use.
Thanks.
Eranga