I create a global hot key to show a window by PInvoking RegisterHotKey(). But to do this I need that window\'s HWND, which doesn\'t exist until the
RegisterHotKey()
HWND
Make the size of the window 0 x 0 px, put ShowInTaskBar to false, show it, then resize it when needed.