Windows Develop Bookmark and Share   
 index > Windows Forms General > Dialog ZOrder Behind Parent on Win98 / NT
 

Dialog ZOrder Behind Parent on Win98 / NT

I beleive I've found a bug in the Windows 98 / NT runtime for .NET framework 1.1.

I've an MDI child which opens another form as Dialog.  While editing the form I noticed that while clicking on the second control in the tab index on the from caused that form to "fall behind" the parent form.  The form was still open but the ZOrder changed!

None of my other forms did this so I was baffeled.  More baffeling, it did not happen in XP.  My tester only found it on 98 and NT!

Then I noticed that the Tab Index was not in order for each tab stop enabled control on my form.  Once I filled in the gaps in the tab order everyting worked fine.

Great so I've found a bug.  Where do I report it?

Lon Palmer
MigrationUser 1  Thursday, January 08, 2004 5:11 PM
If you create a form as a dialog.. I don't see how you can change the index of it if it's modal.  It's parent is the calling form, and as far as I recall, you can't make it lose focus for another form in the application until it closes.

Are you sure it's a bug?
MigrationUser 1  Friday, January 16, 2004 7:33 PM

You can use google to search for other answers

Custom Search

More Threads

• detaching events
• Create button in Listview cell
• Confusing focus behaviour with child forms & alt-tab.
• Visual Studio 2005 help required
• Printing True Type font
• color dialog in japanese OS
• Showing form on main thread
• clicking on a picture instead of a control
• is it possible to group controls in the toolbox from code?
• minimize forms