C++ Controls in VB?
-
Hi Everybody! Being a little bit inexprienced in the .NET Toolbox controls department, i keep stumbling across wonderful C++ Controls and components, only to download them and find that all i get is two .cpp files that i can't figure out how to integrate (if it is ppossible at all) into my vb project. Is it possible to add C++ Controls to a VB Project, and if so, how? Thanks Everybody! MrWolfy :-D
-
Hi Everybody! Being a little bit inexprienced in the .NET Toolbox controls department, i keep stumbling across wonderful C++ Controls and components, only to download them and find that all i get is two .cpp files that i can't figure out how to integrate (if it is ppossible at all) into my vb project. Is it possible to add C++ Controls to a VB Project, and if so, how? Thanks Everybody! MrWolfy :-D
compile the control(s) into a class library, and then load the resulting .dll file into your VB app. I'm sure someone else will give you a more detailed explaination.
How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...