Search results for query: *

  1. G

    Pausing a sub

    The application.Doevents works great though. Thanks a lot for your help!
  2. G

    Pausing a sub

    I actually tried separating this sub on a new thread, unfortunately I get an error saying listbox1.items.add is not on the same thread and cross threading is not allowed.
  3. G

    Pausing a sub

    I am in the process of making a program that does continuous pings on a target. Basically it pings the target and returns back a response (Successful, host unreachable, etc) which is then added to a listbox. So far The program crashes if I attempt to put the code in a Do Loop. Based on this I...
Back
Top