SA-MP Forums Archive
Visual Basic 'check' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Visual Basic 'check' (/showthread.php?tid=297394)



Visual Basic 'check' - Jantjuh - 15.11.2011

Hello, thanks for reading this.

I'm trying to make a 'check' (like the 'if' statement in PAWN) in Visual Basic which will check if an FTP server is online. I have no idea where to start :P Would be great if someone could tell me the piece of code I need to check that.

Thx,

Jantjuh

Edit: Yep, I did a few ****** searches. I couldn't find it. Well, I had some results, but I don't get what they mean lawl.


Re: Visual Basic 'check' - playbox12 - 15.11.2011

Why don't you use something like C#, IMHO it's even easier. (can also use the GUI builder like in VB). It's also similar to C and thus PAWN in means of syntax.


Re: Visual Basic 'check' - [L3th4l] - 15.11.2011

Also, you will get MORE ACCURATE answers on a forum related to Visual Basic!!


Re: Visual Basic 'check' - Ash. - 15.11.2011

Check out the "Net" namespace on the Microsoft Development Site.


Re: Visual Basic 'check' - park4bmx - 15.11.2011

Quote:
Originally Posted by Jantjuh
Посмотреть сообщение
Hello, thanks for reading this.

I'm trying to make a 'check' (like the 'if' statement in PAWN) in Visual Basic which will check if an FTP server is online. I have no idea where to start :P Would be great if someone could tell me the piece of code I need to check that.

Thx,

Jantjuh

Edit: Yep, I did a few ****** searches. I couldn't find it. Well, I had some results, but I don't get what they mean lawl.
well i cant show a code to see if the FTP is online now becouse i got no time :X but u can look at my old app source which connects to samp server nearly the same way
here


Re: Visual Basic 'check' - Jantjuh - 16.11.2011

Thank you guys!

park4bmx, gottago to school now, but I'll check that code out later!

thx!