What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [How To] - Find CmdId's

[How To] - Find CmdId's
Author: Message:
Alain_87
New Member
*


Posts: 2
Joined: Dec 2008
RE: [How To] - Find CmdId's
thanks, but in fact it is not a function activable from menu that i want to trigger.  :)
and meanwhile i found a module :  VB Script

' get windows "handle"
Set oWrap = CreateObject("DynamicWrapper")
oWrap.Register "USER32.DLL","FindWindowA","i=ss","f=s","r=l"
HWndWLM = oWrap.FindWindowA(vbNullString,  "Windows Live Messenger")

Const WM_COMMAND = &H111
const wParam = 40233    ' CmdId  example
const lParam = 0 '&H00000000 

oWrap.Register "USER32.DLL","PostMessageA","i=huuu","f=s","r=l"
oWrap.PostMessageA HWndWLM,WM_COMMAND,wParam,lParam

---

thanks a lot :)
12-15-2008 06:21 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[How To] - Find CmdId's - by vikke on 12-14-2007 at 03:22 PM
RE: [How To] - Find CmdId's - by CookieRevised on 12-14-2007 at 09:19 PM
RE: [How To] - Find CmdId's - by warmth on 12-26-2007 at 08:27 PM
RE: [How To] - Find CmdId's - by TRash19 on 01-04-2008 at 06:14 PM
RE: [How To] - Find CmdId's - by deAd on 01-04-2008 at 06:27 PM
RE: RE: [How To] - Find CmdId's - by TRash19 on 01-04-2008 at 06:41 PM
Trigger CmdId's - by Alain_87 on 12-15-2008 at 03:43 PM
RE: [How To] - Find CmdId's - by stuartbennett on 12-15-2008 at 05:40 PM
RE: [How To] - Find CmdId's - by Alain_87 on 12-15-2008 at 06:21 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