What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin that Adds a MENU?

Pages: (2): « First « 1 [ 2 ] Last »
Plugin that Adds a MENU?
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
if only he knew the class names :P
07-03-2004 08:15 AM
Profile PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
to effectivly use in messenger, you need the class names...so it works when u have polygamy etc
07-03-2004 10:21 AM
Profile PM Web Find Quote Report
jahufar
New Member
*


Posts: 2
Joined: Jul 2004
Grin  RE: Plugin that Adds a MENU?
hey. looks like u figured out how to get the hWnd of the messenger window and append a menu item to it.  So u have problems capturing user events to the new item.

Well, the only way to implement this functionality is to install a global window hook. If u read the docs regarding this u will see u have to isolate ur hook callback proc to a DLL (a 'real' WIN32 DLL - not  ActiveX). Since ur using VB to implement this plugin u will run into problems with this approach since VB does not allow you to create 'real' DLLs.  8o|

Its possible to code the DLL using another language like C++ or Delphi with the hook proc passing events to a VB frontend application  using some form of IPC.  :D

I believe thats only only way if you want to use VB with this.  Life would be a little less complicated if you decide to do this with C++ or Delphi. 8-|
07-08-2004 07:18 AM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
lol i asked patchou to do this for me :)


he didnt reply :(
so im just stuck with api user events

also, have you been able to hook convo windows?
07-08-2004 08:55 AM
Profile PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
classnames for im window

classname : IMWindowClass or DirectUIHWND

no wm_command :(
07-08-2004 09:59 AM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
ive added a menu to the IM Window ages ago, but i just did it to see if i could, cos i was bored.

Now i'm trying to add options to the right click meny if the contact list, where Patchou adds 'Messenger Plus! Extras'
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-08-2004 10:22 AM
Profile E-Mail PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
you wanan add icons to your menu too :p
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-08-2004 10:09 PM
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
yes :) and those little arrors to add more to the menu :)
07-09-2004 03:07 PM
Profile PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Plugin that Adds a MENU?
www.pscode.com ?
07-09-2004 03:25 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Plugin that Adds a MENU?
if u can find it please tell me


ive tryed where you would put the title, ive put a menu name, which i made in form1, it just shows randoms

This post was edited on 07-09-2004 at 05:15 PM by Stigmata.
07-09-2004 05:14 PM
Profile PM Web 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