|
-
Mar 4th, 2002, 01:46 AM
#1
Thread Starter
Junior Member
any Flush function in VB????
hi,
I am sending a message thro winsock(send data method)after sending that i need to flush or empty the buffer........im trying to connect java client and vb server thro socket connection.....after connecting im sending a message from server(written in vb)..
wskserver.senddata ("connected");
this is should get in java client...but im not getting this response.... after closing the server i get connected in the java client...y is this so...y i get the "connected" message after closing the VB server.....???
i have got a suggestion saying
"if you close the socket is that the O/S is flushing the buffers before handling all the termination...........but look for a flush() function call
on the socket or stream and call that"
I want to know that any fulsh function is there in VB......to solve my problem...please help me.....
Thanks in advance..
Padma.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|