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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.