I have a program that runs a shell command to do constant ping, but when it starts, it does not bring the cmd window to the forefront.
It seems like he should have some minor fix that I am missing.
The code:
Shell("ping " & IPAddy.Text & " -t")
source
share