Click to See Complete Forum and Search --> : OCX done on VB to be used on VC++


bimborock
March 30th, 1999, 04:16 AM
I create an OCX under VB, it has a mehthod that will fillup the property. Most of the method has a parameter of a string, but how can I implement it under VC++ or how can I use this method on VC++ since the string on VB is BSTR while on the VC++ is LPCTSTR or so?