|
-
Nov 1st, 1999, 02:50 AM
#4
New Member
If your app is an ActiveX DLL, then from the second program you need to get a handle to the first program.
Example
Dim MyGrid
Set MyGrid = CreateObject("objectname.classname")
MyGrid.Repopulate
The project group is a good way to test, but it more tightly couples the objects, making it harder to deliver updates.
------------------
WebMan
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
|