I want to be able to show a form and have it appear on top of the task bar (one that is set to always on top) I know that when you right click a system tray icon the PopMenu appears on top of the task bar. How can I get a small form to do that? I have tried:

MyForm.ZOrder
SetForegroundWindow MyForm.hwnd

but the form always shows up underneath the taskbar. Is this possible? Obviously the Popmenu seems to have the ability...