Jump to content

Bruno Costa

Members
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Bruno Costa

  1. QUOTE (clementgirod @ May 11 2009, 12:23 PM) Hi, You must be able to handle windows messages, Whe a window is inactive and you click inside it, the OS sends to the window the message WM_MOUSEACTIVATE and the window must reply this message with MA_ACTIVATE, MA_NOACTIVATE or MA_ACTIVATEANDDEAT. In your case you must use MA_NOACTIVATE. I dont know how to disable alt+tab too. Bruno.
  2. Hi, If you are using MS Windows you can do this. You must make 2 Windows API Calls First, you will get the handle of the window with the function FindWindow And after, you call the function SetWindowPos with thew option TopMost See on MSDN for the parameters of functions
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.