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


bimborock
March 30th, 1999, 12:50 AM
I have an OCX created under VB. In this OCX have few methods that has a parameter defined as string. How can I fill-up those methods that has a parameter of string on VC++?

deep
March 30th, 1999, 05:51 AM
VB string equivalent in VC++ is lpsz...

You can use CString variable also