G
Guest
Hi,
The main project in VB6. Our developer team started gradual moving to VB.NET project and created some .net forms. They are called from VB6. But one day we noticed ununderstandable Tab key behaviour and here is the problem.
When a .net form is shown and if the user presses Tab key the form is being deactivated and main MDI form of VB6 project is getting active. The cursor in the .net form is not moving to the next form control.
In VB6 project there is a reference to .NET library that contain some classes.
The variables of these classes are declared WithEvents and there are some code with handling these events (in VB6).
Can someone help us and explain what is happening.
Great thanks in advance.
Ivan Abramov, CSBI, TotalObjects.
The main project in VB6. Our developer team started gradual moving to VB.NET project and created some .net forms. They are called from VB6. But one day we noticed ununderstandable Tab key behaviour and here is the problem.
When a .net form is shown and if the user presses Tab key the form is being deactivated and main MDI form of VB6 project is getting active. The cursor in the .net form is not moving to the next form control.
In VB6 project there is a reference to .NET library that contain some classes.
The variables of these classes are declared WithEvents and there are some code with handling these events (in VB6).
Can someone help us and explain what is happening.
Great thanks in advance.
Ivan Abramov, CSBI, TotalObjects.