Hello
I have a problem with my main app, the app opens using a maximized window and is a mixture of windows system menus and graphics.
On one of the graphics sections I'm using a small animated 'file 'graphic. When the user clicks on it it opens the windows file requester [RequestFile$].
If the user left clicks with a mouse or single taps with a laptop pad the requester opens in front of the app window. The problem arises if the user double taps a laptop pad (or double clicks a mouse). The first click activates the gadget, the second click hides it behind the app.
Other than writing my own windows file requester, is there another way of forcing the file window on top of my main app window?
At the minute, if the user double clicks, it looks like the apps frozen.
I have a problem with my main app, the app opens using a maximized window and is a mixture of windows system menus and graphics.
On one of the graphics sections I'm using a small animated 'file 'graphic. When the user clicks on it it opens the windows file requester [RequestFile$].
If the user left clicks with a mouse or single taps with a laptop pad the requester opens in front of the app window. The problem arises if the user double taps a laptop pad (or double clicks a mouse). The first click activates the gadget, the second click hides it behind the app.
Other than writing my own windows file requester, is there another way of forcing the file window on top of my main app window?
At the minute, if the user double clicks, it looks like the apps frozen.