Internet Transfer Control

  • Thread starter Thread starter HB
  • Start date Start date
H

HB

Hi,

Is the Internet Transfer Control (that was shipped with VB 6) is available
to VB.NET, Where I can find it?
Thanks

Best Regards
HB
 
Hi,

In my opinion, you should use native .NET means for accessing the Internet.
These are more complex that the control you are used to, but I'm afraid they
are the only alternative unless this control can be obtained without
purchasing VB6 and - what could be even more important - can be
redistributed along with your application.

The native means include the WebRequest class enabling the user to issue
HTTP requests and recieve responses. MSDN has several examples which I
believe will help get you started.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top