Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with socket

Status
Not open for further replies.

Taxidriver

Programmer
Jan 15, 2002
79
0
0
IT
I have a problem with a winsocket in a vb application.

Private Sub WinsockPdf_DataArrival(ByVal bytesTotal As Long)
' MsgBox (Format(bytesTotal))
WinsockPdf.GetData Mailfile, vbString ', bytesTotal

'
OpenURL " + Mailfile
End Sub

the problem is that I only get the data when I'm in debug mode, otherwise I get a null string although the number of bytestotal is correct.
What can I do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top