rotsey,
Well, it very well could have to do with the initialization of the form.
Is there anything in the constructors for the form, or the user controls
created on the form that could cause a delay? What about the Load events of
the controls hosted on the form, or the Load event of the form itself?
There are many places where slowdown can happen, and it is most likely
an issue with code you have written which either processes the shortcut key,
or opens the form, but without seeing any of it, we can't tell.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hi,
>
[quoted text clipped - 11 lines]
>
> rotsey
Rotsey - 08 Sep 2007 04:45 GMT
Well I have tested with a skeleton form and the same delay esists.
What I want is the same response the Ctrl Alty Del has when
opening task manager.
Is there away of calling Win32 API to achieve that performance???
> rotsey,
>
[quoted text clipped - 23 lines]
>>
>> rotsey
Rotsey - 09 Sep 2007 13:23 GMT
After more testing it seems that sometimes it is quick other times
slow to load the app.
So what I have now done is put the app in th system tray
and hidden then form. Also registered a hotkey when the
app loads and on the hotkey show the form and on the escape
key hide the form.
And this works great.
> Well I have tested with a skeleton form and the same delay esists.
>
[quoted text clipped - 30 lines]
>>>
>>> rotsey