SA-MP Forums Archive
Any PRO VB 6 Scripter [Need some help lol] - 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: Any PRO VB 6 Scripter [Need some help lol] (/showthread.php?tid=562504)



Any PRO VB 6 Scripter [Need some help lol] - ZombieNest - 09.02.2015

Well, I'm making a mini panel which connects through SSH and shutdowns, start the server../..
The server shutdowns but dosent start when I click start, Same codes, But commands are different.. nohup ./samp03svr &
Well cut it, All I want to ask is a question which is..
How can I find out the ping of an ip/server/dns/domain and list it? Using TextBox..
Anyone has any plugin(.dll) of VB6 which has ping.send or whatever option?
I want it to display like . Ping: pingtosvr ms


Re: Any PRO VB 6 Scripter [Need some help lol] - KingPlayer - 09.02.2015

By VB, I thought you were thinking about vBulletin.


Re: Any PRO VB 6 Scripter [Need some help lol] - ikkentim - 09.02.2015

There's a simple Ping class. https://msdn.microsoft.com/en-us/lib...vs.110%29.aspx

Don't ask me how to use it in VB, I hate VB.


Respuesta: Re: Any PRO VB 6 Scripter [Need some help lol] - [CG]Milito - 09.02.2015

Quote:
Originally Posted by KingPlayer
Посмотреть сообщение
By VB, I thought you were thinking about vBulletin.
Same.

On topic, I remember reading a post about it. Lemme search it


Re: Any PRO VB 6 Scripter [Need some help lol] - Abagail - 10.02.2015

I'd derecommend using VB for such a sophisticated thing, as it really can't handle anything intense, how-ever iKentim gave you a class that may be able to help you.


Re: Any PRO VB 6 Scripter [Need some help lol] - KingHual - 10.02.2015

>VB
>pro


Re: Any PRO VB 6 Scripter [Need some help lol] - ZombieNest - 10.02.2015

Lol.. you hate it for?

Tryin the class
Well how will I downlaod it? No plugins? Im still new and I don't know how to use classes, As a module?


Re: Any PRO VB 6 Scripter [Need some help lol] - iZN - 10.02.2015

what the hell u even want OP

Quote:
Originally Posted by Abagail
Посмотреть сообщение
I'd derecommend using VB for such a sophisticated thing, as it really can't handle anything intense, how-ever iKentim gave you a class that may be able to help you.
derecommend??


Re: Any PRO VB 6 Scripter [Need some help lol] - ZombieNest - 10.02.2015

I want to know the ping of my server using the textbox and the pinging command to tell me the ping -.-


Re: Any PRO VB 6 Scripter [Need some help lol] - KingHual - 10.02.2015

Quote:
Originally Posted by ZombieNest
Посмотреть сообщение
I want to know the ping of my server using the textbox and the pinging command to tell me the ping -.-
Or, you could learn sockets and do it properly...