BinaryBrother Posted April 15, 2009 Posted April 15, 2009 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
PsaltyDS Posted April 15, 2009 Posted April 15, 2009 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
BinaryBrother Posted April 15, 2009 Author Posted April 15, 2009 (edited) 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... Edited April 15, 2009 by BinaryBrother SIGNATURE_0X800007D NOT FOUND
PsaltyDS Posted April 15, 2009 Posted April 15, 2009 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... They say "Learn something new every day."So you're done for the day, go back to bed! 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
BinaryBrother Posted April 15, 2009 Author Posted April 15, 2009 lol... I've been up since 9am EST... *whew*... lol SIGNATURE_0X800007D NOT FOUND
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now