REPOST: MDI-style app on Windows CE

  • Thread starter Thread starter Alexander
  • Start date Start date
A

Alexander

Hello, MS support!

My C# Windows CE.NET application shows all its modal dialogs (child
windows) in the taskbar, so user can switch to the parent window (!),
but, of cause, it's inactive, so user goes frustrated. Is it possible to
supress this behavior? I mean, to create MDI application with the main
window container, no child windows on the taskbar...

How to...?

Thank you!
 
What type of device are you targeting for your application?
Have you thought about using a TabControl instead of multiple forms?
 

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