Click to See Complete Forum and Search --> : wireless communication using visual basic


dchanyh
May 5th, 2008, 11:43 PM
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

dchanyh
May 6th, 2008, 12:42 AM
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

cilu
May 6th, 2008, 01:10 AM
[ redirected ]

HanneSThEGreaT
May 6th, 2008, 01:10 AM
[ Moved ]

Shuja Ali
May 6th, 2008, 01:58 AM
[Merged] Duplicate Threads

GremlinSA
May 6th, 2008, 02:36 AM
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 (http://www.codeguru.com/forum/showthread.php?p=1593071#post1593071)

Gremmy..

dchanyh
May 6th, 2008, 03:11 AM
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?

GremlinSA
May 6th, 2008, 03:33 AM
You can also look at this FAQ (http://www.codeguru.com/forum/showthread.php?p=1593071#post1593071) that documents the networking code used in the IP Chat example..