Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. VB and Activex Control

VB and Activex Control

Scheduled Pinned Locked Moved Visual Basic
helpc++comdata-structures
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hajer
    wrote on last edited by
    #1

    I'm writing an activex Control in VC++ to be deployed with VC++, VB and VBScript. The problem that i encouters is the following : I writed a function in the Activex Code which takes as arguments a VARIANT FAR * which is a SAFEARRAY, in this function i should be able to read all variable Contents usibg SAFEARRAYs methods. With VC++, everything go allright. With VB, i just write the following code : ... dim Lst as variant redim Lst(2) Lst(0) = 1 Lst(1) = 2 Result = MyActivex.Function1(Lst) ... When debugging this program within the VC Activex Code, i notice that the the Lst parameter don't seems to have the good values, it contains another values. What should i do to pass an array in my Activex Function... I need Your Help. :confused:

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups