Is there no easier way to do networking in VB besides using DLL's.

Sharky Forums


Results 1 to 6 of 6

Thread: Is there no easier way to do networking in VB besides using DLL's.

  1. #1
    Tiger Shark BobTheSlob's Avatar
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    667

    Post Is there no easier way to do networking in VB besides using DLL's.

    Arg! Network coding in Java is so easy, it has all these premade libraries. I dont know how to even attempt it with VB. Is there any easier way to do network code besides using DLL's. All the tutorials I see use DLL's.

    ------------------
    Specs:

    1 Ghz T-Bird
    ABIT KT7A-RAID
    256 MB Micron PC133 RAM
    2x 45 GB DeskStar 75GXP in a RAID 0 Array
    ASUS V7700 Deluxe 32MB
    SB Live! MP3+
    Plextor 12/10/32A IDE
    Mitsumi 1.44 MB Floppy
    USR OEM 2976 PCI Modem
    Linksys 10/100 NIC
    Klipsch v.2-400 ProMedias
    3 Antec 90mm Chassis Fans
    Win2k with SP1
    "Ich bin ein Mann des internationalen Hauses der Pfannkuchen"

  2. #2
    Hammerhead Shark
    Join Date
    Oct 2000
    Location
    Toronto, Canada
    Posts
    1,493

    Post

    Originally posted by BobTheSlob:
    Arg! Network coding in Java is so easy, it has all these premade libraries. I dont know how to even attempt it with VB. Is there any easier way to do network code besides using DLL's. All the tutorials I see use DLL's.

    It is alrdy very easy and this is simplest you can get probably. If you think Java is easier, why dont u use Java?

    ------------------
    I am crab, scoins is crap.
    DHAHL3seasons GP:73 G:121 A:55 Pts:176 GWG:12 +/-:184
    UWSWA6seasons GP:41 G:53 A:46 Pts:99 GWG:5 +/-:-25
    MCBHL3seasons GP:14 G:20 A:8 Pts:28 GWG:4 +/-:19

    uwcdc.com or monkis.com

  3. #3
    Tiger Shark BobTheSlob's Avatar
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    667

    Post

    Because I like the GUI building in Visual Basic. I'm going to brush up on my Windows API using skills a bit, and try to get the hang of it then.

    ------------------
    Specs:

    1 Ghz T-Bird
    ABIT KT7A-RAID
    256 MB Micron PC133 RAM
    2x 45 GB DeskStar 75GXP in a RAID 0 Array
    ASUS V7700 Deluxe 32MB
    SB Live! MP3+
    Plextor 12/10/32A IDE
    Mitsumi 1.44 MB Floppy
    USR OEM 2976 PCI Modem
    Linksys 10/100 NIC
    Klipsch v.2-400 ProMedias
    3 Antec 90mm Chassis Fans
    Win2k with SP1
    "Ich bin ein Mann des internationalen Hauses der Pfannkuchen"

  4. #4
    Hammerhead Shark
    Join Date
    Oct 2000
    Location
    Toronto, Canada
    Posts
    1,493

    Post

    Originally posted by BobTheSlob:
    Because I like the GUI building in Visual Basic. I'm going to brush up on my Windows API using skills a bit, and try to get the hang of it then.

    ya, i like the thing too,

    ------------------
    I am crab, scoins is crap.
    DHAHL3seasons GP:73 G:121 A:55 Pts:176 GWG:12 +/-:184
    UWSWA6seasons GP:41 G:53 A:46 Pts:99 GWG:5 +/-:-25
    MCBHL3seasons GP:14 G:20 A:8 Pts:28 GWG:4 +/-:19

    uwcdc.com or monkis.com

  5. #5
    Hammerhead Shark praxis's Avatar
    Join Date
    Oct 2000
    Location
    seattle
    Posts
    1,260

    Post

    There are controls you can use in VB, like the winsock control for example, there's also activeX controls (I've never used them tho)...you can perform simple tcp/ip tasks with winsock. Not sure what kind of networking you mean.

    ------------------
    I pity da foo

  6. #6
    Tiger Shark BobTheSlob's Avatar
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    667

    Post

    Like connect to the other computer on my network and transfer files. Something of that nature.

    ------------------
    Specs:

    1 Ghz T-Bird
    ABIT KT7A-RAID
    256 MB Micron PC133 RAM
    2x 45 GB DeskStar 75GXP in a RAID 0 Array
    ASUS V7700 Deluxe 32MB
    SB Live! MP3+
    Plextor 12/10/32A IDE
    Mitsumi 1.44 MB Floppy
    USR OEM 2976 PCI Modem
    Linksys 10/100 NIC
    Klipsch v.2-400 ProMedias
    3 Antec 90mm Chassis Fans
    Win2k with SP1
    "Ich bin ein Mann des internationalen Hauses der Pfannkuchen"

Posting Permissions

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