I'm trying to do it myself...
but I need some help...
If anyone want my .asm file I'll send it.
I don't know:
How may I put some text immediatly (at start) inside an edit control
How may I load on the memory and put inside the edit control some other text...
not from extern files
but text just inside the programm
If anyone may help me...
thanks...
g.
Use SetWindowText. the first parameter is the handle of the control and the second parameter is the address of a zero-terminated string.