CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2008
    Posts
    4

    Question wireless communication using visual basic

    Where can i find information on wireless communication between two computers using wireless lan card to sent and receive data? single thread and multithread using visual basic 2005
    Last edited by dchanyh; May 6th, 2008 at 12:23 AM.

  2. #2
    Join Date
    May 2008
    Posts
    4

    HELP NEEDED for wireless communication using VB 2005

    Where can i find information on wireless communication between two computers using wireless lan card to sent and receive data? single thread and multithread using visual basic 2005

  3. #3
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: wireless communication using visual basic

    [ redirected ]
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: HELP NEEDED for wireless communication using VB 2005

    [ Moved ]

  5. #5
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: HELP NEEDED for wireless communication using VB 2005

    [Merged] Duplicate Threads

  6. #6
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: HELP NEEDED for wireless communication using VB 2005

    I'm expecting to find a interesting discution but i find...

    [ redirected ]
    [ Moved ]
    [Merged] Duplicate Threads

    So i'll post some info...

    using wireless lan is the same as using cabled lan card.. for a working example of VB.NET 2005 code you can look at this thread

    Gremmy..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  7. #7
    Join Date
    May 2008
    Posts
    4

    Re: wireless communication using visual basic

    thks for the information given. really appreciate. Im new to this VB 2005 and is starting from scratch. Actually i got a project which required me to sent strings of data from one laptop to another via wireless communication. then break down the received data into different parts and store into a database. need to link the two computer together via wireless. Is there any more examples for me to look into?

  8. #8
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: wireless communication using visual basic

    You can also look at this FAQ that documents the networking code used in the IP Chat example..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

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

Featured