Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~493 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for scsachira

I'm designing chat application these days.. I tried several samples which i found from the web.. I designed Server and Client.. When i run client in my machine, server get it nicely.. but when server in my machine and client in other machine, server doesn't detect client.. I tried 5+ …

Member Avatar for scsachira
0
139
Member Avatar for Manikyr

I don't understand exactly what u mean... But try this code... May be it'll help you.. Add this code to command button.. TextBox1 is input text box.. Label1 is shows output you asked for... In the text box two stings must be separated from coma(",").. If u don't understand... Give …

Member Avatar for scsachira
0
175
Member Avatar for Moselekm

try this...this code from MSDN ============================================ to read file... use this ============================================ Imports System Imports System.IO Class Test Public Shared Sub Main() Try ' Create an instance of StreamReader to read from a file. Dim sr As StreamReader = New StreamReader("c:\TestFile.txt") Dim line As String ' Read and display the …

Member Avatar for scsachira
0
179

The End.