PRB: Windows 95/98 Ignores ALT+TAB from SendKeys in VB (129839)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Standard Edition for Windows 2.0
- Microsoft Visual Basic Standard Edition for Windows 3.0
- Microsoft Visual Basic Professional Edition for Windows 2.0
- Microsoft Visual Basic Professional Edition for Windows 3.0
- Microsoft Visual Basic Standard Edition for Windows 1.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q129839 SYMPTOMS
A Visual Basic application running under Windows 95 or Windows 98 is unable
to use SendKeys to send an ALT+TAB key sequence to the operating system.
The application can use SendKeys to send an ALT+TAB key sequence to the
operating system when the application is running under Windows version 3.x,
Windows for Workgroups, Windows NT, or Windows 2000.
Windows 95 and Windows 98 ignore the ALT+TAB key sequence sent by the
Visual Basic application.
CAUSE
Windows 95 and Windows 98 handle the processing of the ALT+TAB key sequence
differently. When you press the ALT+TAB key sequence, Windows 95 and
Windows 98 handles it immediately rather than placing it in the message
queue as Windows 3.x, Windows for Workgroups, Windows NT, and Windows 2000 do. Therefore, placing the ALT+TAB sequence in the message queue by using SendKeys does not produce the desired behavior.
RESOLUTION
Modify any application that programmatically sends an ALT+TAB key sequence
to the Windows 95 or Windows 98 operating systems.
NOTE: Using the ALT+TAB keystroke sequence to make an application active is
not recommended by Microsoft under any operating system. In Visual Basic,
use the AppActivate statement instead.
STATUS
This behavior is by design. It is not a problem with Visual Basic. It is a
difference in the behavior of Windows 95 and Windows 98. By design, Windows
95 and Windows 98 handle the ALT+TAB keystroke sequence differently.
Modification Type: | Major | Last Reviewed: | 6/12/2001 |
---|
Keywords: | kbDSupport kbprb KB129839 |
---|
|