using the winsock1 command, how can I transfer somethng? I know how to send
text like this: Winsock1.SendData msg.Text
So using the CommonDialog1 command, to select the file, how could I send it?
would it be something like this:
winsock1.SendData CommonDialog1.ShowOpen or whatever? Would this be right or
no? And how could I make it so it tells me how much percent is sent? either
using the PercentBar or something else..
Please let me know,
Arron Mitchell