Hi,
I've just started to look a Class Modules, so I need a little help.
I'm trying to create a Class Module, that does my Internet connections transfers for me.
I need to add the 'inet' control to the class.
I belive I need to put...
Dim myINET as inet
But, how do I then start using it?
I though I had to create a 'new' instance of it, something like this, before I can start using it...
set myINET = New INET
But that line does compile...
Any clues, or am I going totaly in the wrong direction??
Thanks,
Rob Donovan
I've just started to look a Class Modules, so I need a little help.
I'm trying to create a Class Module, that does my Internet connections transfers for me.
I need to add the 'inet' control to the class.
I belive I need to put...
Dim myINET as inet
But, how do I then start using it?
I though I had to create a 'new' instance of it, something like this, before I can start using it...
set myINET = New INET
But that line does compile...
Any clues, or am I going totaly in the wrong direction??
Thanks,
Rob Donovan