Hi !
I have an application bar which can be positioned on the bottom of the screen. I got a transparent Rectangle (height = 3) which allow the user to show the application bar when mouse is over it.
My problem is :
There are two possibilities for the user. If he chooses to hide his Windows Task bar, the application bar must be completely at the bottom of the screen , and the Rectangle just on top of the minimized task bar.
And if he chooses to let the task bar, the rectangle must be just on top of it. I don't know which event can resolve this problem of task bar.
Thanks.