How to Make application that run in background and come to foreground after pressing Ctrl+Shift+a
Thanks in advance.
How to Make application that run in background and come to foreground after pressing Ctrl+Shift+a
Thanks in advance.
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.
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.
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.
Bookmarks