pkaur
August 3rd, 2006, 03:39 AM
I am using C# Dll in VB. The dll contains a screen which few controls on it. When I call that scree from VB, I am unable to navigate through the controls using TAB key.
Please help.
Please help.
|
Click to See Complete Forum and Search --> : navigation through tab key pkaur August 3rd, 2006, 03:39 AM I am using C# Dll in VB. The dll contains a screen which few controls on it. When I call that scree from VB, I am unable to navigate through the controls using TAB key. Please help. Skoons August 3rd, 2006, 09:32 AM Have you code of this dll? If yes you can set properties TAbStop and TabIndex of any component you need. If no try toderive class from this form (C# dll) but there can be a problem if it`s items are private, to change them thay need to be protected codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |