Click here to Skip to main content
15,888,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOpening Image in Vb from SQL database Pin
Dileep_Vickey24-May-07 23:12
Dileep_Vickey24-May-07 23:12 
AnswerRe: Opening Image in Vb from SQL database Pin
MhmdSherin24-May-07 23:31
MhmdSherin24-May-07 23:31 
AnswerRe: Opening Image in Vb from SQL database Pin
Syed Ali Raza25-May-07 2:48
Syed Ali Raza25-May-07 2:48 
GeneralRe: Opening Image in Vb from SQL database Pin
Dileep_Vickey27-May-07 23:38
Dileep_Vickey27-May-07 23:38 
GeneralRe: Opening Image in Vb from SQL database Pin
Dileep_Vickey27-May-07 23:44
Dileep_Vickey27-May-07 23:44 
AnswerRe: Opening Image in Vb from SQL database Pin
Syed Ali Raza29-May-07 0:23
Syed Ali Raza29-May-07 0:23 
GeneralRe: Opening Image in Vb from SQL database Pin
Syed Ali Raza29-May-07 1:01
Syed Ali Raza29-May-07 1:01 
QuestionHelp me ! Urgent. Pin
d_smit24-May-07 22:37
d_smit24-May-07 22:37 
hi,
i have developed a client-server application in vb.net.
I am using a socket class in this application.
I have written the following code:
Dim wsTCP As New TcpClient
Dim nwStream As NetworkStream
Dim byt_Buffer() As Byte
Dim async_CallBack As AsyncCallback
Dim ipLocal As System.Net.IPAddress = IPAddress.Parse("MyIpaddress")
Dim wsTcpLst As New TcpListener(ipLocal, portno)
wsTcpLst.Start()
If wsTcpLst.Pending = True Then
wsTCP = wsTcpLst.AcceptTcpClient
wsTCP.Connect(ipaddress, portno)
nwStream = wsTCP.GetStream
byt_Buffer = System.Text.ASCIIEncoding.ASCII.GetBytes("hello")
nwStream.BeginWrite(byt_Buffer, 0, byt_Buffer.Length, Nothing, Nothing)
wsTCP .close
endif
I am getting the error:
Only one usage of each socket address (protocol/network address/port)is normally permitted
at line wstcplst.start.
Please help me out at the earliest how this can be resolved.
Thanks in advance.

AnswerRe: Help me ! Urgent. Pin
Colin Angus Mackay24-May-07 22:50
Colin Angus Mackay24-May-07 22:50 
GeneralRe: Help me ! Urgent. Pin
d_smit24-May-07 23:01
d_smit24-May-07 23:01 
GeneralRe: Help me ! Urgent. Pin
Sonia Gupta24-May-07 23:33
Sonia Gupta24-May-07 23:33 
GeneralRe: Help me ! Urgent. Pin
Colin Angus Mackay25-May-07 0:05
Colin Angus Mackay25-May-07 0:05 
AnswerRe: Help me ! Urgent. Pin
Tom Wright25-May-07 8:39
Tom Wright25-May-07 8:39 
AnswerHow many friggin' times do we have to tell you?!?!?! Pin
leckey25-May-07 18:00
leckey25-May-07 18:00 
QuestionReading from rtf file to DB Pin
samerh24-May-07 21:45
samerh24-May-07 21:45 
AnswerRe: Reading from rtf file to DB Pin
Dave Kreskowiak25-May-07 3:06
mveDave Kreskowiak25-May-07 3:06 
QuestionGetting values from datagridview and showing in relevant textboxes Pin
venkata lakshmi prasanna24-May-07 21:43
venkata lakshmi prasanna24-May-07 21:43 
AnswerRe: Getting values from datagridview and showing in relevant textboxes Pin
Rupesh Kumar Swami24-May-07 22:09
Rupesh Kumar Swami24-May-07 22:09 
Questioncall a .css Pin
matjame24-May-07 21:35
matjame24-May-07 21:35 
AnswerRe: call a .css Pin
Vasudevan Deepak Kumar24-May-07 22:25
Vasudevan Deepak Kumar24-May-07 22:25 
AnswerRe: call a .css Pin
Guffa24-May-07 23:05
Guffa24-May-07 23:05 
GeneralRe: call a .css Pin
matjame24-May-07 23:59
matjame24-May-07 23:59 
GeneralRe: call a .css Pin
Colin Angus Mackay25-May-07 0:08
Colin Angus Mackay25-May-07 0:08 
AnswerRe: call a .css Pin
Guffa25-May-07 0:11
Guffa25-May-07 0:11 
QuestionHow to delete a particular row from a datagrid..? Pin
Balagurunathan S24-May-07 20:23
Balagurunathan S24-May-07 20:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.