How do you make a window come to the foreground or be the top window??
This is how I'm showing the window, but it will not be the top most window
if it was visible then i hide it.
When i unhide it with.
IF IsWindowVisible(hfrmMaX&) = %FALSE THEN
ShowWindow hfrmMaX&, %SW_SHOW
END IF
the window becomes visible but maybe in the background.
Thanks
Jason
------------------
This is how I'm showing the window, but it will not be the top most window
if it was visible then i hide it.
When i unhide it with.
IF IsWindowVisible(hfrmMaX&) = %FALSE THEN
ShowWindow hfrmMaX&, %SW_SHOW
END IF
the window becomes visible but maybe in the background.
Thanks
Jason
------------------
Comment