Results 1 to 4 of 4

Thread: How to Make application that run in background and come to foreground after pressing

  1. #1
    Join Date
    Aug 2012
    Posts
    9
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Windows

    Default How to Make application that run in background and come to foreground after pressing

    How to Make application that run in background and come to foreground after pressing Ctrl+Shift+a

    Thanks in advance.

  2. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to Make application that run in background and come to foreground after press

    you will need a 'keyboard hook' if I am not mistaken. This will be platform specific code.
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

  3. #3
    Join Date
    Aug 2012
    Posts
    9
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Windows

    Default How to Make application that run in background and come to foreground in QT GUI Appli

    in qt how can we do...


    Added after 4 minutes:


    How to Make application that run in background and come to foreground after pressing Ctrl+Shift+a in qt gui application

    Reply as soon as possible...

    Thanks in advance.
    Last edited by ajaysaini.sgvu; 10th August 2012 at 12:39.

  4. #4
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to Make application that run in background and come to foreground in QT GUI A

    Qt wont deal with keyboard hooks. you have to investigate platform specific solutions. I suggest google.


    "Reply as soon as possible..."
    ^^ How not to endear your self with the audience. Very annoying.
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

Similar Threads

  1. Replies: 3
    Last Post: 5th October 2011, 16:45
  2. Replies: 4
    Last Post: 11th January 2011, 07:56
  3. Replies: 9
    Last Post: 14th September 2010, 18:00
  4. How to make a label be on the background?
    By Bong.Da.City in forum Newbie
    Replies: 3
    Last Post: 6th September 2010, 11:37
  5. Receiving application foreground event
    By kokilakr in forum Qt Programming
    Replies: 0
    Last Post: 24th June 2010, 11:31

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.