Results 1 to 12 of 12

Thread: connect to the internet

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    21

    connect to the internet

    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.

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Why do you want to re-invent this wheel? Why is the standard connection object in windows not enough?

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    It sounds easy . I have VB6 proj . Let me know if you want to give it a look .

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    21
    I also have vb6.
    Can you please send me that project file?
    [email protected]
    Thank you very much for your help.

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Sure
    Attached Files Attached Files

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    21
    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?

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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?
    That's Windows Media Player control . You need to remove that reference .

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    21
    How can I do that?

  9. #9
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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) .

  10. #10

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    21
    Sorry,
    but it seems to me that nothing happened after I clicked "Dial",
    only the program itself exited.

  11. #11
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by pi3-14159
    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 .

  12. #12
    Lively Member
    Join Date
    Apr 2002
    Location
    US
    Posts
    64
    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.
    Attached Files Attached Files
    i have a computer.

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