What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » How to add a function to display more information in messenger?

How to add a function to display more information in messenger?
Author: Message:
joshua76
New Member
*


Posts: 5
Joined: Feb 2006
O.P. How to add a function to display more information in messenger?
I've never worked with messenger plug-in before, but now I need to try one thing:
E.g. when I'm online, I want to display additional information to be seen by my friends ( maybe I can select only some of them can see it, or even update the info dynamically)
Can I do this by designing a plug-in? If so, how should I start?

I have no clue so far. Any advices are highly appreciated.
//bow
02-10-2006 09:17 PM
Profile E-Mail PM Find Quote Report
qgroessl
Veteran Member
*****


Posts: 1615
Reputation: 22
33 / – / Flag
Joined: Jul 2005
Status: Away
RE: How to add a function to display more information in messenger?
Umm.... Like what kind of information?... I mean... I'm sure if somebody around here could do it for you as a lot of us know how to program (I'm not one of them).... But yeah.... I don't think you'd be able to select only a few to see it... but other than that It could be very do-able.  (most likely)
02-10-2006 09:19 PM
Profile PM Find Quote Report
n0n4m3
Junior Member
**

Avatar

Posts: 82
44 / Male / Flag
Joined: Nov 2005
RE: How to add a function to display more information in messenger?
I guess you could do that.. but it depends on what kind of info you want to send and how it will be sent.. You need to describe what you want a little bit better
02-10-2006 09:48 PM
Profile E-Mail PM Web Find Quote Report
joshua76
New Member
*


Posts: 5
Joined: Feb 2006
O.P. RE: RE: How to add a function to display more information in messenger?
I might have a back-end engine to dynamically update some info. E.g. I may have a GPS system to continuously update my location info, and the plugin would know the update and display it to my friends.
I'd really like to know how to do it. Maybe sb can offer a reference or an example to be a good start? :$ E.g in Visual C++?




quote:
Originally posted by groessl35
Umm.... Like what kind of information?... I mean... I'm sure if somebody around here could do it for you as a lot of us know how to program (I'm not one of them).... But yeah.... I don't think you'd be able to select only a few to see it... but other than that It could be very do-able.  (most likely)

02-10-2006 09:51 PM
Profile E-Mail PM Find Quote Report
joshua76
New Member
*


Posts: 5
Joined: Feb 2006
O.P. RE: RE: How to add a function to display more information in messenger?
Maybe it can be displayed as a tag when others see me online?
How it will be sent? No idea :S

quote:
Originally posted by n0n4m3
I guess you could do that.. but it depends on what kind of info you want to send and how it will be sent.. You need to describe what you want a little bit better


BTW, how the plugin should be made? Should I make a DLL library or a Windows installer program?


quote:
Originally posted by joshua76
Maybe it can be displayed as a tag when others see me online?
How it will be sent? No idea :S

quote:
Originally posted by n0n4m3
I guess you could do that.. but it depends on what kind of info you want to send and how it will be sent.. You need to describe what you want a little bit better


02-10-2006 09:53 PM
Profile E-Mail PM Find Quote Report
n0n4m3
Junior Member
**

Avatar

Posts: 82
44 / Male / Flag
Joined: Nov 2005
RE: RE: RE: How to add a function to display more information in messenger?
quote:
Originally posted by joshua76
Maybe it can be displayed as a tag when others see me online?
How it will be sent? No idea :S

Didn't understand what you meant by tag... you can do a plugin that when you change your status to online it sends a message to other users you want.

quote:
Originally posted by joshua76
BTW, how the plugin should be made? Should I make a DLL library or a Windows installer program?

You should make a DLL library with a windows installer to install the plugin in the right place instead of a manual installation.
02-10-2006 10:11 PM
Profile E-Mail PM Web Find Quote Report
joshua76
New Member
*


Posts: 5
Joined: Feb 2006
O.P. RE: RE: RE: RE: How to add a function to display more information in messenger?
By tag, I mean like how you see others' nickname in messenger.
Or maybe it can be seen when others look at your profile, or to be displayed as a conversation dialog is opened.



quote:
Originally posted by n0n4m3
quote:
Originally posted by joshua76
Maybe it can be displayed as a tag when others see me online?
How it will be sent? No idea :S

Didn't understand what you meant by tag... you can do a plugin that when you change your status to online it sends a message to other users you want.

quote:
Originally posted by joshua76
BTW, how the plugin should be made? Should I make a DLL library or a Windows installer program?

You should make a DLL library with a windows installer to install the plugin in the right place instead of a manual installation.

02-10-2006 10:52 PM
Profile E-Mail PM Find Quote Report
Voldemort
Veteran Member
*****

Avatar

Posts: 3504
Reputation: 49
– / – / Flag
Joined: Jul 2005
Status: Away
RE: How to add a function to display more information in messenger?
double posting is against the rules, read em
shoutbox.menthix.net/rules.php
*All posts are a purely speculative hypothesis based on abstract reasoning.
Not my daughter, you bitch!
[Image: ico-mollytrix16.gif]
02-10-2006 10:54 PM
Profile E-Mail PM Find Quote Report
joshua76
New Member
*


Posts: 5
Joined: Feb 2006
O.P. RE: RE: How to add a function to display more information in messenger?
How is it double posting, dude?
btw, your link doesn't work.8o|

quote:
Originally posted by damm-o
double posting is against the rules, read em
shoutbox.menthix.net/rules.php

02-10-2006 10:59 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: How to add a function to display more information in messenger?
quote:
Originally posted by joshua76
shoutbox.menthix.net/rules.php
http://shoutbox.menthix.net/rules.html

First off where do you want this information to be shown?
If you want it in the contact list (like from your name, everyone will see it, you can't limit who can and can't see it).

If it is in a different window they will also need the plugin.
How do you plan on sending it? Through Winsock? How would you get their IP Address.

You need to consider all of this.

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

quote:
Originally posted by joshua76
How is it double posting, dude?
btw, your link doesn't work.(Smilie)

Double posting refers to making one post after another when you can simply use the [Image: edit.gif] button to edit your one post and make changes.

This post was edited on 02-11-2006 at 12:23 AM by matty.
02-11-2006 12:21 AM
Profile E-Mail PM Find Quote Report
« 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