Minimize Window
Minimize Window
I want to minimize a window to the task bar. My script is:Check for windowMinimize windowstop taskInstead of minimizing the window to the task bar, a small bar goes to the lower left corner of the screen.
Minimize Window
The behavior of window depend on configuration of window.
RoboTask only send a message to the window with MINIMIZE command
Probably your window is not a top-level window.
Usually child windows is being minimized to small bar outside of system task bar.
RoboTask only send a message to the window with MINIMIZE command
Probably your window is not a top-level window.
Usually child windows is being minimized to small bar outside of system task bar.
Minimize Window
So how do I find the top-level window?
Minimize Window
I got it to work, in Minimize Window->Advanced, I selected 'process child windows'. Thanks for your help!Mike