MDI + KEY DOWN EVEN problem

  • Thread starter Thread starter Govind
  • Start date Start date
G

Govind

Hi,

I am working with MDI form in .NET, In a child form i am unable to move the

cursor to previous control using the Shift + Tab combination in Keycode

Event procedure. Even i set the tabStop property to false for all controls.

It is working fine when it shows as a normal form (Non MDI). The problem

occurded only when it shows as a MDI child.

Kindly let me the problem

Regards,

GOVIND.
 
I am working with MDI form in .NET

Please do not crosspost .NET questions to non-.NET groups (and vice versa).
The *.vb.* groups are for VB6 and earlier.
 
Back
Top