Hi All,

I have a WinForms application (running under Framework 1.1) that loads
correctly, but if it isn't focused at load time, a corresponding button
doesn't appear in the taskbar.

When the application is given focus by clicking on it, or switching to
it via Alt-Tab, a button for the application appears in the taskbar.
This happens even with the ShowInTaskbar property of the form set to
true in code.

Has anyone come across this problem? I've searched Google and MSDN but
found nothing, yet this smells suspiciously like a Framework bug to me.

Yours,
Duncan Bayne