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++?
Printable View
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++?
VB string equivalent in VC++ is lpsz...
You can use CString variable also