TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jim jimmy
NA
3
0
TCP/IP in VB.NET
Mar 22 2010 8:49 AM
Hi Guys,
I am trying to send bytes over TCP/IP using the StreamWriter and/or the BinaryWriter.
I am so confused, and tried various other ways.
what I want to do:
send 1st data packet as a Long (47, 4, 0)
get a reply (automatic one)
then send long (001)
I can open a connection using the Client connect....
using Dim Client as new Net.sockets.TCPclient
then just send the packets as above!
Really could do with some help!
Cheers,
James
Reply
Answers (
1
)
Listbox displaying and stroing data in another listbox
Convert Visual Studio 2008 project to Visual Studio 2003 project?