Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem using a DLL
Message
From
24/11/1997 12:10:08
 
 
To
24/11/1997 12:04:44
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00061055
Message ID:
00061954
Views:
44
>On a side note, I would think that there should be a way that you can create it with the set obj = new Myobj method. With CreatObject(), it gives you a late bound object, so there could be performance loss as it has to 'figure out' what the reference is at run-time.
>
>My bet, though, would be that you won't really notice unless it is something that you instantiate in high volume.

Well, because this is a DLL, maybe this is the only way to go. In the upcoming version, we will be able to create an ActiveX so maybe at that time, we'll be able to use that syntax.

BTW, I can manipulate all objects and properties in that class, however, I can't make it appear on my form. I tried calling the Show() method and the Visibile propety but that didn't change something. Here is the code I have.

Dim o As Object
Set o = CreateObject("fournier.maforme")
o.Show
o.Visible = True
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform