CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Posts
    2

    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


  2. #2

    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>

  3. #3
    Join Date
    Sep 2001
    Posts
    2

    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?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured