pausing execution

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a class that opens a login form, I want to wait for feedback from this
form before I proform anymore code. How can i do this?
 
ok.. I understand that.. the result...but I still don't understand how to
make it wait for the return result before continuing in my class.
 
ok.. I understand that.. the result...but I still don't understand how
to make it wait for the return result before continuing in my class.

When you call show dialog - execution will stop until the result is
returned.

Otherwise you can use Thread.Sleep.
 
Back
Top