|
-
Apr 2nd, 2007, 02:31 PM
#1
Thread Starter
Frenzied Member
[VB & C# 2005]generating and sending tcp packet?
Well what I wanna do is make a program that generates a tcp connect packet and sends it to an ip address. I wanna do this for learning purposes because I'm very interested in how it works. If someone could help me get started that would be appreciated(either VB or C# I know both).
-
Apr 2nd, 2007, 03:20 PM
#2
Re: [VB & C# 2005]generating and sending tcp packet?
(VB6) Put either a Winsock or INet control on your form and read the help for the control.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Apr 2nd, 2007, 06:11 PM
#3
Thread Starter
Frenzied Member
Re: [VB & C# 2005]generating and sending tcp packet?
 Originally Posted by Al42
(VB6) Put either a Winsock or INet control on your form and read the help for the control.
Thats not what I want to do...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|