Disabling alt-tab, VB App that takes total control of Win '95 
Author Message
 Disabling alt-tab, VB App that takes total control of Win '95

I have designed a client/server app in VB 4.0 Professional Edition.  I would
like the app to take control of Win '95 so that, when the app is running, the
user cannot get out of the program or alt-tab to another window.  

Any suggestions would be much appreciated.

Please post or email any suggestions.

Dan Gardner



Fri, 25 Dec 1998 03:00:00 GMT  
 Disabling alt-tab, VB App that takes total control of Win '95

You could try to use the Windows API call SetSysModalWindow:
Declare Function SetSysModalWindow Lib "User" (ByVal hWnd As Integer) As Integer

Peter Larsson

Quote:

> I have designed a client/server app in VB 4.0 Professional Edition.  I would
> like the app to take control of Win '95 so that, when the app is running, the
> user cannot get out of the program or alt-tab to another window.

> Any suggestions would be much appreciated.

> Please post or email any suggestions.

> Dan Gardner




Fri, 25 Dec 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. THIS IS HOW 2 DISABLE ALT-TAB and CTRL-ALT-DELETE in W95 VB

2. DISABLE TAB IN TABSTRIP WIN 95

3. Preventing a VB app from closing when user logs off in Win '95

4. HELP with taking control of Win 95 printing

5. HELP with taking control of Win 95 Printing

6. Alt+Tab from IDE to modal VB App - 5.0 works, 6.0 doesn't

7. Disabling alt+tab in WIN 3.11

8. disable keys like "key WIN", ctrl-ESC, ALT-TAB

9. Icon drawing from resource editor won't show in Alt-Tab window

10. Disable CTRL ALT DELETE, CTRL ESC, and ALT TAB with VB5/NT40

11. VB4.0 W95 - How to disable ALT-TAB and CTRL-ALT-DELETE

12. Developing VB3 Apps Under Win '95

 

 
Powered by phpBB® Forum Software