|
-
Oct 16th, 2000, 09:28 AM
#1
Thread Starter
New Member
How do I add and use an Inet-ref to a module?
Which reference do I use in the projectproperties?
I know how to do it using a form, but thats not the way
I want to do it. I want to be able to call the inet from
within the module.
-
Oct 16th, 2000, 01:17 PM
#2
Click Project > References... and then if Microsoft Internet Transfer Control 6.0 (or whatever version you have) is not listed in there, than click Browse... and add the MSInet ocx file. And then you have access to use it in a module.
Code:
Dim Inet1 As Inet
Inet1.
'where the dot is, if you type the dot,
'than a list will come up with Inet's properties.
-
Oct 17th, 2000, 01:37 AM
#3
Thread Starter
New Member
Thnx alot!
I knew that thing about the dot :-)
I was just looking for the right component, I was to lazy to
examine it myself before I left work yesterday
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
|