some sort of online chat ?
-
hi there , am i able to create some sort of a online chat ... saying like the same application connecting to each other ? are there samples for this ? thanks
-
Search on remoting. use TcpChannel classto connect. send the data through start googleing Nick 1 line of code equals many bugs. So don't write any!!
-
ic thx .. but for normal chat is something like irc .. i was having something like linksys online support ...
-
ic .. but looking through lots of sites , i cant find one thats using the 3 tier system , most of the using vb ..
The building blocks are remoting. Get that basic system down. then expand on it. I did a few in java. Getting them to register with the server and send data back in forth and mirroring takes work. Once you get the basic system down, just imitate the features you want. I found one last month for linux on accident. It was in C. I would do any of that in VB. Nick 1 line of code equals many bugs. So don't write any!!
-
ic .. but looking through lots of sites , i cant find one thats using the 3 tier system , most of the using vb ..