Results 1 to 3 of 3

Thread: Exe Active X / DLL ActiveX problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Spain
    Posts
    12

    Talking

    Active X exe-Control problem

    --------------------------------------------------------------------------------

    Hi all,

    Some time ago, I implemented a control that contained a image control and a image list, I called it ImageSet and it has been running well.

    I've implemented an Active X server, which contains an object with a function whose only parameter is a reference to my ImageSet control (parameter is declared As Object). When I pass a reference to my control, my ActiveX server can't access to it, and if I try to view the control property values using the debug window (always from my ActiveX server), then VB suffers an automation error -2147417851 (80010105)

    Anybody has experienced it? Anybody can help me?

    Thank you all.



  2. #2
    Guest

    Arrow Try it using passing by Value..

    When u pass the parameter...(object) try to pass it using Byavl in function call.... it may work I m not sure....but still you can try...

    bye.

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Spain
    Posts
    12

    Thumbs up

    Thank you, Bhavin Sanghvi.

    If I use VB5, it continues failing, even passing parameter by value. It doesn't happen if I use VB6. It must be a VB5 bug.

    However, thank you very much.

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