How to write a program to connect to the internet?
I mean one which I can type my login name and password and click connect. Then I will connect to my ISP.
Printable View
How to write a program to connect to the internet?
I mean one which I can type my login name and password and click connect. Then I will connect to my ISP.
Why do you want to re-invent this wheel? Why is the standard connection object in windows not enough?
It sounds easy :D . I have VB6 proj . Let me know if you want to give it a look .
I also have vb6.
Can you please send me that project file?
[email protected]
Thank you very much for your help.
Sure
Sorry.
When I open your Dialup.vbp,
VB 6 told me that it cannot load MSDXM.OCX in the same folder.
Can you tell me what the problem is?
That's Windows Media Player control . You need to remove that reference .Quote:
Originally posted by pi3-14159
Sorry.
When I open your Dialup.vbp,
VB 6 told me that it cannot load MSDXM.OCX in the same folder.
Can you tell me what the problem is?
How can I do that?
Right click on the toolbox , click Components then scroll down to Windows Media Player (where it's checked ) uncheck it , press OK. Run again (F5) .
Sorry,
but it seems to me that nothing happened after I clicked "Dial",
only the program itself exited.
That's all the help I can offer .:rolleyes:Quote:
Originally posted by pi3-14159
Sorry,
but it seems to me that nothing happened after I clicked "Dial",
only the program itself exited.
here is a class I adapted from a vb6 project. I simply put it in a txt file so the forum would allow me to upload it. You can either rename it to .vb or just copy the code into your own project. Hope it helps.