Window title flash several times when open form?

  • Thread starter Thread starter Voi Coi
  • Start date Start date
V

Voi Coi

Hi,

When I open a new form by ShowDialog, I noticed that before the form is
appear on screen the content of the taskbar (top of screen) change several
times with different texts (cannot read exactly what it is), it seemed that
happening only with .NET CF applications. What is it and why does it happen?
how to open a form in correct way?

Again, when I open my forms by ShowDialog from main form, and then open
iTask (application included with HP iPAQs), each form of my application
appear like a seperate running application instance (of course only one can
be activate), I don't know why? it like all your forms have ShowInTaskbar =
true (but ShowInTaskbar is not supported in CF).

Thanks,
 
Back
Top