Jump to content

TCPConnect() Question. :)


Recommended Posts

Is it possible to attempt a connection to a VNC Server, and if that server accepts the connection then mark it as online?

TCPStartup()

TCPConnect($IP,$Port)

If @error then MsgBox(0,"","Server Down")

TCPClose()

Or will the connection be rejected due to protocol difference?

Sorry for the newbie question... >.<

SIGNATURE_0X800007D NOT FOUND

Link to comment
Share on other sites

Is it possible to attempt a connection to a VNC Server, and if that server accepts the connection then mark it as online?

TCPStartup()

TCPConnect($IP,$Port)

If @error then MsgBox(0,"","Server Down")

TCPClose()

Or will the connection be rejected due to protocol difference?

Sorry for the newbie question... >.<

So, what happened when you tried it?

Seriously, you could test that on your own box in seconds, so what happens?

^_^

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

You caught me red handed PsaltyDS... :(

I'm fairly new to TCP Functions... So I kinda wanted to make sure it was possible before I started writing faulty code... ^_^

That way I won't be posting code going "This doesn't work... >.<" And then someone saying "Of course it doesn't work... RTFM..."

But alas... I'll go see if I can get it working... ;)

It works... :D

Edited by BinaryBrother

SIGNATURE_0X800007D NOT FOUND

Link to comment
Share on other sites

You caught me red handed PsaltyDS... :(

I'm fairly new to TCP Functions... So I kinda wanted to make sure it was possible before I started writing faulty code... ^_^

That way I won't be posting code going "This doesn't work... >.<" And then someone saying "Of course it doesn't work... RTFM..."

But alas... I'll go see if I can get it working... ;)

It works... :D

They say "Learn something new every day."

So you're done for the day, go back to bed!

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...