|
-
Sep 28th, 2003, 03:33 PM
#1
Thread Starter
Frenzied Member
Class Module and Inet Control
Hi,
I have and ActiveX DLL project in which I have a class module, I want to use Inet Control in my class module, how can I create the instance of Inet Control in class module, as in Standard EXE project, we select and draw control on form, what will I do in case of class module.
Thanks.
-
Sep 30th, 2003, 03:22 PM
#2
Thread Starter
Frenzied Member
-
Sep 30th, 2003, 05:59 PM
#3
You cannot create an instance of a control without a Form. Some options for you
1) Pass an instance of the INet control sited on a form to your class module
2) Use the COM object model instead. Set a Reference to the Microsoft Internet Controls (not the same as the INet Component).
3) Use the Microsoft Win32 Internet API functions directly.
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
|