|
-
Aug 30th, 2000, 10:18 AM
#1
Thread Starter
New Member
I'm trying to create an ActiveX object that I created using VB, in another project on the fly. I like to Create the object and show it in a form. The thing is, I need to do it late binding, like:
dim obj as object
set obj = CreateObject("myObj.TestControl")
' Then show it some how
How do I do this?
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
|