Click here to Skip to main content
15,893,904 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a problem to attach audio file using vb 2010 and send to other pc via wifi. For wifi i can chat with other pc using ip address. I think i can do the same to send audio file to other using wifi. but my main problem now is attach audio file in vb. my due date is tomorrow. i hope someone can help me.
Posted
Comments
[no name] 27-Mar-14 12:54pm    
http://www.bing.com/search?q=vb+send+file+tcpip&src=IE-TopResult&FORM=IE11TR&conversationid=

1 solution

If you already have a Chat application, you can use the same mechanism you use to send messages (probably Sockets) to send the binary file data: all you have to do is assemble it into a file at the other end and save it.

Socket.SendFile method[^]
 
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