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

    float FAR* convert in VB

    i have create a ActiveX in VC++ and one of the Method has a parameter "float FAR* MyParameter".
    When i want to use this activeX in VB, what shall i put for this paramter? From the object broswe, VB say this is a "MyParameter as single", but i still can't get it work. Any idea? TQ

    Sooner Or Later, Everyone Does...

  2. #2
    Join Date
    Feb 2001
    Location
    Denmark
    Posts
    32

    Re: float FAR* convert in VB

    Hey,
    Sorry for asking another question in your thread but did you get this to work?
    I have the exact same problem only my parameter is "VARIANT FAR* MyParameter". I do not know what to write in VB to be able to change this value in my VC build ActiveX ctrl.

    Kind regards Nyrup


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