L
lomegah
I have a Windows application written in c#. I use the framework 3.5.
This application load pluggin (Class library) written in c# with the
framework 3.5 too. Each plugin is loaded in a separated Domain. I
try to create a windows form with some textboxes. I don't know why
but the Tab Order is reversed.
Problem #1:
3 Textbox, with Tab Order 0, 1, 2. The first TextBox selected is the
0, and if I press TAB Key, the focus go in the 2 and after 1, and
after 0, etc. The problem is on many computers. (I use 64 bits
computers).
Problem #2:
If I want to "simulate" MDI with my settings, when I open a form, the
main MDI form capture an event and call SetParent of User32, and
SetWindowPos. If I try this, this is the end of Tab Key, Tab Order
doesn't work in all controls of my form.
Any ideas ?
This application load pluggin (Class library) written in c# with the
framework 3.5 too. Each plugin is loaded in a separated Domain. I
try to create a windows form with some textboxes. I don't know why
but the Tab Order is reversed.
Problem #1:
3 Textbox, with Tab Order 0, 1, 2. The first TextBox selected is the
0, and if I press TAB Key, the focus go in the 2 and after 1, and
after 0, etc. The problem is on many computers. (I use 64 bits
computers).
Problem #2:
If I want to "simulate" MDI with my settings, when I open a form, the
main MDI form capture an event and call SetParent of User32, and
SetWindowPos. If I try this, this is the end of Tab Key, Tab Order
doesn't work in all controls of my form.
Any ideas ?