Originally posted by parksie
Agreed.

It's a fairly common thing for people to do - write the interface in VB, and that calls on DLLs written in C, or C++, or any language for that matter (for example there's a vbasm.dll floating around the internet that does some cool things).

thats what i do, i just do an interface in VB then do the code via DLLs in C++. yeah its not the best way, but until im comfortable with the api in vc, then ill do it that way