|
-
Jun 5th, 2000, 05:48 PM
#1
Thread Starter
New Member
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.
-
Jun 5th, 2000, 06:26 PM
#2
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.
-
Jun 5th, 2000, 11:17 PM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|