M
Markus Tsch?p
Hi everyone,
I have a problem with the behaviour of the tab key when showing a .NET
form from a visual basic 6 application.
The tab key works probably if I show the .NET form with .ShowDialog()
and you can jump from one textbox to the other. But if I show it with
..Show() there?s no result (expect of a beep) when I hit the tab key or
the focus returns to the calling VB6 application (depends on where the
focus in the calling application is). I think it?s because if a .NET
form is shown nonmodally there?s no separate message queue for this
form.
I?ve already found some posts on this problem but still no solution
for it. Please can anyone help? It?s very important for us to properly
integrate our new .NET component in our existing VB6 application.
Thanks a lot for any help
Markus
P.S.: Please excuse my English, it?s not the very best.
I have a problem with the behaviour of the tab key when showing a .NET
form from a visual basic 6 application.
The tab key works probably if I show the .NET form with .ShowDialog()
and you can jump from one textbox to the other. But if I show it with
..Show() there?s no result (expect of a beep) when I hit the tab key or
the focus returns to the calling VB6 application (depends on where the
focus in the calling application is). I think it?s because if a .NET
form is shown nonmodally there?s no separate message queue for this
form.
I?ve already found some posts on this problem but still no solution
for it. Please can anyone help? It?s very important for us to properly
integrate our new .NET component in our existing VB6 application.
Thanks a lot for any help
Markus
P.S.: Please excuse my English, it?s not the very best.