how to fire the code without firing event in vb.net?

  • Thread starter Thread starter muthu krishnan via .NET 247
  • Start date Start date
M

muthu krishnan via .NET 247

(Type your message here)
hi group,

greetings....

hai everybody,
right now i am involving a chat application in vb.net using tcp/ip application.....

in this project , whenever the msg come to server(vb.net program which has listener),, how to i pass that to different client(another pc which has vb.net client program)...without firing any event..

whenever the msg comes into server that automatically pass to that particular user(pc) or client..

how to i do that??

may be with timer????


pls give me ur valueable information or example codeing....

expect your valuable reply......................
 
Hi,

http://msdn.microsoft.com/msdnmag/issues/01/02/NetPeers/default.aspx

Ken
-------------------
(Type your message here)
hi group,

greetings....

hai everybody,
right now i am involving a chat application in vb.net using tcp/ip
application.....

in this project , whenever the msg come to server(vb.net program which has
listener),, how to i pass that to different client(another pc which has
vb.net client program)...without firing any event..

whenever the msg comes into server that automatically pass to that
particular user(pc) or client..

how to i do that??

may be with timer????


pls give me ur valueable information or example codeing....

expect your valuable reply......................
 
Back
Top