What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » hitting esc when "find" is showing.

hitting esc when "find" is showing.
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: hitting esc when "find" is showing.
quote:
Originally posted by raceprouk
Just checked msnmsgr.exe in PE Explorer - there's no dialog resources. So, logically, the message loop in MSNM7 doesn't have IsDialogMessage().
Because a program doesn't have dialog resources, it doesn't mean there are no dialogs. There are other ways to create a dialog, you don't have to have a resource dialog template to base your dialog on (eg: you can create your dialog on run-time. Or take VB for example it totally doesn't have any type of resources, not for dialogs, not for menu's, etc.)...

Anyways, MSN Messenger does use CreateWindowEx, IsDialogMessage, etc... (see under the "Imports" section > "USER32.DLL" in PE explorer).

quote:
Originally posted by raceprouk
Therefore, keypresses don't go to modal dialogs, unless you use DialogBoxParam(), which has it's own message loop.

Is that correct?
not really, it is Plus! which creates the Find dialog and thus it is a Plus' message loop, it is in Plus!'s process were the messages are handled.

Also, (and as shown in reply above about msn messenger and dialogs) there are more ways to handle a message loop. Letting DialogBoxParam() handle the loop is one way (the most convenient though)...

-------------

quote:
Originally posted by Patchou
I'll have to fix that in the next verison, thanks for reporting.
(Y)... btw, can you tell us, confirm/deny/etc. what the exact bug was and all. As talking about this with Raceprouk makes me seriously wonder (and I think Raceprouk also) ;)

This post was edited on 11-30-2005 at 03:42 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-30-2005 03:39 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
hitting esc when "find" is showing. - by -dt- on 11-27-2005 at 09:24 AM
RE: hitting esc when "find" is showing. - by Matti on 11-27-2005 at 10:29 AM
RE: hitting esc when "find" is showing. - by John Anderton on 11-27-2005 at 01:52 PM
RE: hitting esc when "find" is showing. - by CookieRevised on 11-27-2005 at 02:09 PM
RE: RE: hitting esc when "find" is showing. - by Matti on 11-28-2005 at 06:25 PM
RE: hitting esc when "find" is showing. - by Mnjul on 11-28-2005 at 01:23 PM
RE: hitting esc when "find" is showing. - by RaceProUK on 11-28-2005 at 11:49 PM
RE: hitting esc when "find" is showing. - by CookieRevised on 11-29-2005 at 02:52 PM
RE: hitting esc when "find" is showing. - by RaceProUK on 11-29-2005 at 03:19 PM
RE: RE: hitting esc when "find" is showing. - by CookieRevised on 11-29-2005 at 03:28 PM
RE: hitting esc when "find" is showing. - by RaceProUK on 11-29-2005 at 10:11 PM
RE: hitting esc when "find" is showing. - by Patchou on 11-29-2005 at 10:42 PM
RE: hitting esc when "find" is showing. - by CookieRevised on 11-30-2005 at 03:39 PM
RE: hitting esc when "find" is showing. - by RaceProUK on 11-30-2005 at 04:07 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On