What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » Boss protect/messenger lock neglects new contact notification

Pages: (2): « First « 1 [ 2 ] Last »
Boss protect/messenger lock neglects new contact notification
Author: Message:
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: Boss protect/messenger lock neglects new contact notification
ha, thanks.. this should help.

The problem is that dialog boxes are normally always created as visible windows.
[Image: signature2.gif]
10-06-2007 01:36 AM
Profile PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Boss protect/messenger lock neglects new contact notification
This should work if you're hooking the CreateDialogIndirectParamAorW function.

code:
HWND MyCreateDialogIndirectParamAorW(HINSTANCE hInstance, LPCDLGTEMPLATE lpTemplate, HWND hWndParent, DLGPROC DialogFunc, LPARAM lParamInit)
{
  HWND hWndRet = OriginalCreateDialogIndirectParamAorW(hInstance, lpTemplate, hWndParent, DialogFunc, lParamInit);

  ShowWindow(hWndRet, SW_HIDE);

  return hWndRet;
}

10-06-2007 03:58 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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