Results 1 to 13 of 13

Thread: Send stuff to notepad...

Threaded View

  1. #12
    Fanatic Member TTn's Avatar
    Join Date
    Jul 2004
    Posts
    708

    Re: Send stuff to notepad...

    So did you put in the DoWhile Loop, to wait for the process?
    That's not usually how you would use the FindWindow API, because it implies that there may be multiple passes through the loop, perhaps many on a slow OS. If there were more than one pass, then there's some kind of problem, and this thread will tie up alot of other things, while it loops.

    I just dont get why, since it's unneeded anyway.
    Code:
    hwnd = FindWindow("Notepad", "Untitled - Notepad")
    Same thing right?

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