Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
For example:
I have a text file and the given below is that binary source code of text file:
01001101 01111001 00100000 01101110 01100001 01101101 01100101 00100000 01101001 01110011 00100000 01010100 01100101 01100011 01101000 01101110 01101111 01101100

I would like to send all bytes (8 bits binary)one by one and with sort to another user.

How can I do that in visual basic?
Posted
Updated 23-Jan-13 7:26am
v2
Comments
Richard MacCutchan 23-Jan-13 13:46pm    
Do you mean send across a network? If so, just use sockets.
anonymous10 23-Jan-13 13:48pm    
yes i want to send across a network.
Can you plz give me code example.
PIEBALDconsult 23-Jan-13 14:05pm    
What's wrong with email? What are you trying to do?
Sergey Alexandrovich Kryukov 23-Jan-13 14:14pm    
I already saw identical or nearly identical question. What, was it you, or is it the same school assignment.
You are not going to get help, because it does no look like you understand the problem yourself.
If you show some code sample and explain where did you stuck, you might get some help, but not before.
—SA

1 solution

Have a look at the following MSDN's code samples: Socket Code Examples[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900