using VB Interface with C++ code
Hi,
Im new to C++ and I was wondering if anyone knows if its possible to use a VB user interface with Visual C++ Code behind it? I currently have a Visual Basic form which I would like to combine with some C++ code that I have found open source so I was thinking I would have to translate all of the C++ code to VB or maybe go the other way , but Im not sure where to begin.
Any suggestions would be apreciated
Thanks
Casey
Re: using VB Interface with C++ code
compile those c++ code into DLL and call it from vb.
HTH
cksiow
http://vblib.virtualave.net - share our codes
Re: using VB Interface with C++ code
Thanks for your help
Casey