CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jun 2012
    Posts
    19

    Question Question regarding waitforsingleobject

    I have doubt regarding waitforsingleobject or alternate function to use in the following scenario.

    Example
    I am entering Username and password and clicking on OK.The next window may appear in 1 second, 10 second or 120 second.I want to write a program like this.I should give wait time.Condition is this if the next window appears in 1 second the consecutive actions should go on else it should wait till the next window. How to do this. kindly help me.
    Last edited by haroonrulz; January 29th, 2014 at 06:45 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured