Wireless with C# on WindowsXP ??
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello. Is it possible to connect to a wireless card and/or send data over the network the card is connected to using C#?
I love to program!
what kind of network are you asking about? if it is an IP network you can easily access it using
System.Net
name space; this is heavily documented - try searching here first http://www.codeproject.com/cs/internet/[^]. If it's important to you that the network is wireless or specifically if you need to comunicate directly with the network card, than i'm not sure c# is the best approach.there are no facts, only interpretations