modeless window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am developing a program using modeless window with C#.
However, the windows appear behind the other application windows.
Modeless window performs correctly only when Explorer.exe is running.
Is there any component is missing or are there any special settings for
modeless windows?

Thanks,
nami
 
nami,

I personally don't recall seeing this bug but I can believe that it could be there for .Net apps if you remove Explorer shell. I
wouldn't think though you are missing a component (except the Explorer).

You can always workaround the issue in your code. Either make the window TopMost style, or at launch bring it to front (foreground).
 
Back
Top