Click to See Complete Forum and Search --> : using api how can i create a rich text box using Create windowEx command


jslawler
September 5th, 2001, 02:27 AM
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 :)

berta
September 5th, 2001, 02:46 AM
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/images/bertaplanet.gif'>
</center>

jslawler
September 5th, 2001, 02:53 AM
is there anyway at all i can create a rich text box with API?