|
-
Nov 18th, 2002, 05:45 PM
#1
Thread Starter
New Member
ActiveX Dll Component . Help
Hello, I'm trying to develop an activex dll component but I have some problems.
In myComponent.dll I define the class Myclass. It has several properties and methods.
I have some forms within the component and I want to trigger a method of MyClass in the same component.
How can I do that If I do not instantiate a friend object like
friend myfriendclass as myclass
If I instantiate a class like myfriendclass, when I change a property in the client application, I can't change the same myfriendclass property
What is the best way I can develop a component with this functionallity??
Thanks a lot.
Wally from Argentina...... sorry for my poor english !!!
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
|