Jump to content
Fórum Script Brasil
  • 0

Ping


Densyy

Question

Bom pessoal

já fiz milhoes de tentativas

Agora estou tentando fazer o vb pingar ips

mas n esta dando muito certo

Preciso q ele mostre apenas os campos

Status: (Diz se o ping foi bem sucedido ou não)

IP: (ip que estou pingando)

TEMPO: (o tempo q leva para o pacote chegar ao alvo)

TTL: (numero que apresenta quando pingamos no DOS)

apenas isso

Se alguém poder me ajudar

ficarei muito grato

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Bom Densyy

Eu fiz essa semana um programa de ping

Faço ele abrir pelo executar (e já derrubei muitos ips)

Voce cria um form com:

2 TextBox

1 Numéric Up Down

2 Buttons

Da dois cliques no Button 1 e cola isso:

For h = 0 To NumericUpDown1.Value - 1

Shell("cmd.exe /c ping -l " + TextBox2.Text + " " + TextBox1.Text + " " + "-t ")

Next

Lembrando que no TextBox1 fica o IP

No TextBox2 o tamanho dos pacotes

No Numeric UP Down seria a quantidade

Button1 - Iniciar

Button2 - Parar

Dois cliques no Button 2 e cola isso:

Dim myProcesses() As Process

Dim myProcess As Process

myProcesses = Process.GetProcessesByName("cmd")

For Each myProcess In myProcesses

myProcess.CloseMainWindow()

Next

Só isso :D

Não sei se isso ajudaria. :blush:

Edited by Lucas 2012
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...