Dear all,
In my application I ma using a small windows form wich is displayed
information based on a ertain criteria. That forms gets display in Messenger
notofication style. For that I am using the following code to posistion my
form
desktopsize = System.Windows.Forms.SystemInformation.WorkingArea .Size
height = desktopsize.Height + Me.Size.Height
width = desktopsize.Width
Me.SetDesktopLocation(height, width)
If I start my application, it works fin , my form is shown at the proper
place. But then if I move or hide the task bar, then the behavuiour is
different. I have seen in the workingarea description that when using desktop
coordinate it does not take in account the task bar.
How can I set my coodinate to tak in account the task bar behaviour ??
Thnaks for your help
regards
serge