Click here to Skip to main content
16,019,043 members

Comments by dodita (Top 4 by date)

dodita 17-Jan-12 16:29pm View    
hey Mr.Javedsamrt
thnx for those web-site,but i wish if u know like this website in vb2005 or 2008 language because i never study c# language.
dodita 16-Jan-12 17:18pm View    
i mean her that send file between client and serveur.Im creating server and client using winsock,okey so i want to send file from server to clien.that's the idea i try to convert the file to binary and send it to client but the client can't see what's writing in file because all the texte is in binary,so i want if u have code or juste direction to beggin the send.I wish u understand me know.
dodita 16-Jan-12 17:16pm View    
send that's mean her that send file between client and serveur.Im creating server and client using winsock,okey so i want to send file from server to clien.that's the idea i try to convert the file to binary and send it to client but the client can't see what's writing in file because all the texte is in binary,so i want if u have code or juste direction to beggin the send.I wish u understand know.
dodita 14-Jan-12 17:52pm View    
im using winsock i don't need socket in my code.i use this function like that in

server :

<pre>Winsock1.SendData("file" & ReadFile(TextBox3.Text))</pre>

in cliet :

Winsock1.GetData(data)
SaveFile(data)

the probleme is not in socket or in winsock the file is send succsesfully but i give u example if i put text in file.txt and i send it.in client i found the file but i can't read the text because it's in binery so i need a function to convert this file from binery to normal language if u know how plss some helpp i wish u unterstand my problem