PRB: Can't Get Tabstrip Control to Support Hot-Key ActivationLast reviewed: February 12, 1996Article ID: Q129894 |
The information in this article applies to:
SYMPTOMSWhen a Microsoft Tabstrip Control is used in a program, you cannot activate it by using hot keys. The control allows you to underline characters in the captions on the tabs by using the ampersand (&) character, but this doesn't enable a hot key that will activate the tab. This behavior is by design.
RESOLUTIONIf you want the tabs to be activated by hot keys, use the following method. To be able to use the Tabstrip control, you need to make sure the 'Windows Common Controls' control is included in your project.
Steps to Create Tabstrip with Hot-Keys
STATUSThis behavior is by design. The Microsoft Tabstrip functions the way it does in order to preserve system resources. As you use this control, you will notice that it is missing other features that third-party tab controls provide. This gives you, the programmer, better control over your system. You can implement only those features that you really need and not waste valuable system resources on features you don't need.
|
Additional reference words: 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |