Restored from previous forum. Originally posted by ricardo.
Originally posted by Julien Morel
I do not know, know how one is done?
Every time that windows create a window (or even a gadget that are windows too) gives a handle to it. The handle is a number that its used to identify each window.
The handle is different every time, so if you search for the hanld eof the explorer per example today, next time you run your code you will need to search again because the hanlde will de different.
To search for the handle of certain window you can use:
Handle=FindWindow_(0, "Title of The Window")
If the result is 0 then you got the Handle and then you can try to hide, show, minimize, give top most, etc. those window.
Try to do a search for FindWindow_ in this forum and you can learn a lot from many excellent answer that was given to this or any other issue.
Hope this helps.
* The gadget are childwindow and need a different procedure to find the handle.
Best Regards
Ricardo
Dont cry for me Argentina...