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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top