using api how can i create a rich text box using Create windowEx command
hi,
I need to create a richtextbox on my form2 by using API.
The command to do this i think is CreateWindowEx
If anyone could tell me the code that would be great.
thanks,
from James :)
Re: using api how can i create a rich text box using Create windowEx command
with createwindow and createwindowex u can create only windows (form, button,...) but not activex control...
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
Re: using api how can i create a rich text box using Create windowEx command
is there anyway at all i can create a rich text box with API?