disable ALT+TAB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tom

    disable ALT+TAB

    Hello,

    How can I disable ALT+TAB?

    I've already done it for ALT+F4 by trapping
    windows message 16 in the WndProc override of a form.

    Does anyone know the windows message for ALT+TAB?

    thanx
    t
  • Randy Charles Morin

    #2
    Re: disable ALT+TAB


    Hope this is what you want,

    Randy


    "tom" <anonymous@disc ussions.microso ft.com> wrote in message news:<060e01c3a 88a$e7045580$a1 01280a@phx.gbl> ...[color=blue]
    > Hello,
    >
    > How can I disable ALT+TAB?
    >
    > I've already done it for ALT+F4 by trapping
    > windows message 16 in the WndProc override of a form.
    >
    > Does anyone know the windows message for ALT+TAB?
    >
    > thanx
    > t[/color]

    Comment

    Working...