CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    2

    VC++ use OCX done on VB



    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++?

  2. #2
    Join Date
    Apr 1999
    Posts
    6

    Re: VC++ use OCX done on VB



    VB string equivalent in VC++ is lpsz...

    You can use CString variable also

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured