thatsalok
Fri Feb 25 03:13:15 CST 2005
these api will help
SetWindowPos(...) this will bring your Window above all the window.
and for HOTKEY you have to register the hotkey using RegisterHotkey(...) and
listen for WM_HOTKEY message.
hope these help you out
--
With Regards
Alok Gupta
Visit me at
http://alok.bizhat.com
"I think this will Help"
"zsth" <zsth@discussions.microsoft.com> wrote in message
news:902BEF1C-3833-4739-80EA-16EC3237361D@microsoft.com...
> How to popup a chat-dialog by hotkey when playing game in full screen
mode?
>
> I want to make a program to do this, then I can play games while chating
> with my friends. The question is the game should still in full screen mode
> and still be running when the dialog pop up. The two should coexistence.
> --
> Because we are curious.
> Because we are lazy.
> Because we are not so able.