-
best thing to do :0/
Hello everyone what up??
well i want to build a small program for me and my friend to send messages back and forth like a im program and send files what would be the best way to do this ???? i did one in vb6 with the winsoc control but cant seem to find that control in .net ?
-
Yeah there is no winsock control in .net you use the Sockets in the framework. You may want to check out this link: http://www.vbforums.com/showthread.p...hreadid=153781 or search on MSDN for a 'vbSocket' example. You may not understand it at first but it'll give you some keywords to search by and find more tutorials and things.
-
-
hmm not seeing how to use this anyone have a Demo would help alot more ?
-
The .Net SDK includes a sample application called wintalk which is a simple example of how to do a server-client app. On my machine it is at C:\Program Files\Microsoft.NET\FrameworkSDK\Samples\Applications\Wintalk
-
hmm i have the Academic version of VS.net and didnt find that anywhere? can you zip it and post it for me ?
*Never Mind* Found it!
"C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Applications\Wintalk"
-
Ok that example wasnt to helpful anyone have a working app that i can see ?
-