[shell-coding] Re: Quick module question
- From: Kevin Schaffer <kschaffe@xxxxxxxx>
- To: shell-coding@xxxxxxxxxxxxx
- Date: Thu, 29 May 2003 15:37:13 -0400
I've got a quick question here: when coding a Litestep module with a
modeless dialog, is it possible to support keyboard commands and shortcuts
in said dialog? The problem is that the message loop is not accessible to
me, and I would normally need that in order to call IsDialogMessage for my
dialog.
You need to create a separate thread with its own message
loop. Then you can do anything you want.
--
Maduin
__________________________________________________
Subscription options and archive:
http://www.freelists.org/list/shell-coding
- References:
- [shell-coding] Quick module question
- From: Seth McCarus
Other related posts:
- » [shell-coding] Quick module question
- » [shell-coding] Re: Quick module question
I've got a quick question here: when coding a Litestep module with a modeless dialog, is it possible to support keyboard commands and shortcuts in said dialog? The problem is that the message loop is not accessible to me, and I would normally need that in order to call IsDialogMessage for my dialog.
You need to create a separate thread with its own message loop. Then you can do anything you want.
- [shell-coding] Quick module question
- From: Seth McCarus