What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » [addon made in vb6]3 howto's questions

[addon made in vb6]3 howto's questions
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: [addon made in vb6]3 howto's questions
Hello Compact!

First of all, you want to make a addon in VB6, which I don't personally recommend, because you can't do as much as you can in C/C++. VB6 is also a more unstable programming language (especially the IDE).

To add a menu-item to Messengers menus, you can use the FindWindow API to get the Messenger window handle. Then you use the GetMenu API to get that window's menu. Then you use AppendMenu API to add a menu item.

The points 2 and 3 can easiest be done with a winsock hook. There are many samples floating around the net, not for VB6 though. I've searched some and I can't find anything. But you can download very many C++ samples at www.pscode.com, so you can learn some also.

If you'd like to start making addons check out www.fanatic.net.nz, it's a site about making Messenger addons.

I've made a sample addon I called it "MessengerMinus", you can download source code at http://forums.fanatic.net.nz/index.php?showtopic=14820. It doesn't have the features you asked for, but you can use it freely and just add more features.

vikke

Edit: Damn, Matty posted before :(. That sample was written for www.mess.be I think :), anyways it's a lot easier in C++.

This post was edited on 03-13-2007 at 02:32 PM by vikke.
4 8 15 16 23 42
03-13-2007 02:30 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[addon made in vb6]3 howto's questions - by Compact on 03-13-2007 at 01:45 PM
RE: [addon made in vb6]3 howto's questions - by matty on 03-13-2007 at 02:25 PM
RE: [addon made in vb6]3 howto's questions - by vikke on 03-13-2007 at 02:30 PM
RE: RE: [addon made in vb6]3 howto's questions - by CookieRevised on 03-14-2007 at 12:34 AM
RE: [addon made in vb6]3 howto's questions - by Felu on 03-13-2007 at 02:31 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