[vc] blocking unwanted hot keys

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

    [vc] blocking unwanted hot keys

    How to write an function which will be abble
    to block popular hot keys
    (e.g. Alt+Crtl+Del; Alt+F4; Alt+Tab; Crtl+Esc (start menu); Alt+space bar)
    and win button (on windows keyboard)

    thanks for help

    --
    kamilem

  • Victor Bazarov

    #2
    Re: [vc] blocking unwanted hot keys

    "kamilem" <slot4@wp.pl> wrote...[color=blue]
    > How to write an function which will be abble[/color]

    There is no way to do it in standard C++, the subject of
    this newsgroup. Please post to a VC++ newsgroup, e.g.
    microsoft.publi c.vc.language or to a Windows programming
    newsgroup, comp.os.ms-windows.program mer.

    Victor


    Comment

    • kamilem

      #3
      Re: [vc] blocking unwanted hot keys

      U¿ytkownik Victor Bazarov napisa³ :
      [color=blue]
      > There is no way to do it in standard C++, the subject of
      > this newsgroup. Please post to a VC++ newsgroup, e.g.[/color]
      sorry it was my mistake...

      Comment

      Working...