Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to write a control for use in VB

Status
Not open for further replies.

rjr9999

Programmer
Apr 7, 2001
183
US
Hi, I'm a VB programmer, and I need to write a Rich Text Box control in Visual C++ (For speed isues, text manipulation in basic is bad :p). I'm not haveing any luck with it though, I used the MFC ActiveX control wizard and all I can get it to do is display an oval...I used add new dialog box, but I can't get the dialog box to display...What am I doing wrong? Can someone give me an example of how to make a Rich Text Box to display instead of that stupid oval? Any help is appriciated. Rob
"Programming is like art...It makes me feel like chopping my ear off."
 
Oh, one more tidbit, I'm also somewhat fluent in C...not C++, so I do the actual text manipulation, I just don't know how to call the text object from the RTB...like in basic it would be RTB.text...how is this done in VC++? Rob
"Programming is like art...It makes me feel like chopping my ear off."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top