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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Controls For VB in Visual C++ 1

Status
Not open for further replies.

rjr9999

Programmer
Apr 7, 2001
183
US
Is it possible for me to create a control for VB in Visual C++? If so, will I be able to pass info to and from that control?
Rob
"Programming is like art...It makes me feel like chopping my ear off."
 
Yes, this is possible, and not too difficult, depending on the kind of control you want to create. You can get started right away by using the ATL COM appwizard in VC++. It generates a skeleton for you. I recommend a book called Creating Lightweight Components in ATL. You can pass information in and out of your control using OLE types.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top