Results 1 to 3 of 3

Thread: Add Inet-ref to module?

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    Swe
    Posts
    14
    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.
    Jesse

  2. #2
    Guest
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    Swe
    Posts
    14

    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
    Jesse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width