No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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+ …
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 …
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 …
The End.
scsachira