|
-
Oct 24th, 2007, 02:58 AM
#1
Thread Starter
Member
Binary connection to spesific IP and Port?
I need to create a binary connection to a spesific IP and port.
I am using VB6.
Any help would be greatly appreciated.
-
Oct 26th, 2007, 04:18 PM
#2
Re: Binary connection to spesific IP and Port?
Specify the remote address and the remote port. Which control are you using?
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
-
Oct 29th, 2007, 04:05 AM
#3
Thread Starter
Member
Re: Binary connection to spesific IP and Port?
I am not using any control at the moment.
I am just trying to create this connection by any means.
Can I use Inet?
-
Oct 29th, 2007, 05:26 PM
#4
Re: Binary connection to spesific IP and Port?
Inet or Winsock - search the forum for code. There's plenty of it.
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
-
Oct 30th, 2007, 01:53 AM
#5
Thread Starter
Member
Re: Binary connection to spesific IP and Port?
I know how the Inet and Winsock controls work, but I cant get it to connect to the IP and Port I need. The Port is not a ftp or http or any other recognised port.
-
Oct 31st, 2007, 03:26 PM
#6
Re: Binary connection to spesific IP and Port?
If it has a number you can connect to it. If you don't know the port number you can't.
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
-
Nov 2nd, 2007, 03:29 AM
#7
Thread Starter
Member
Re: Binary connection to spesific IP and Port?
I know the IP and port.
I just don't know how to connect to it.
-
Nov 6th, 2007, 05:33 PM
#8
Re: Binary connection to spesific IP and Port?
Lookup the Winsock control. That's an easy way to initiate a raw TCP or UDP connection to a remote host through VB6.
-
Nov 7th, 2007, 05:16 AM
#9
Re: Binary connection to spesific IP and Port?
Show us what you do have coded for the connection so far, that way we might be able to help.
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Nov 7th, 2007, 08:33 AM
#10
Re: Binary connection to spesific IP and Port?
There are numerous examples of how to use Winsock right here on the forums. You should find something you can use pretty easily.
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
|