Position form above the clicked notify icon
问题 Is there a way to position a form just above the clicked Notify Icon in windows 7 and windows Vista? 回答1: Regarding your comment: "how could i know how is the taskbar positioned?" Check out the following article which contains a class which exposes a method for retrieving a Rectangle Structure for the tray: [c#] NotifyIcon - Detect MouseOut Using this class you can retrieve the Rectangle Structure for the tray like so: Rectangle trayRectangle = WinAPI.GetTrayRectangle(); Which will provide