PDA

Click to See Complete Forum and Search --> : Add Inet-ref to module?


jenlid
Oct 16th, 2000, 09:28 AM
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
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.

Dim Inet1 As Inet
Inet1.
'where the dot is, if you type the dot,
'than a list will come up with Inet's properties.

jenlid
Oct 17th, 2000, 01:37 AM
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