Shoutbox

How to add a function to display more information in messenger? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: How to add a function to display more information in messenger? (/showthread.php?tid=55709)

How to add a function to display more information in messenger? by joshua76 on 02-10-2006 at 09:17 PM

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


RE: How to add a function to display more information in messenger? by qgroessl on 02-10-2006 at 09:19 PM

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)


RE: How to add a function to display more information in messenger? by n0n4m3 on 02-10-2006 at 09:48 PM

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


RE: RE: How to add a function to display more information in messenger? by joshua76 on 02-10-2006 at 09:51 PM

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)


RE: RE: How to add a function to display more information in messenger? by joshua76 on 02-10-2006 at 09:53 PM

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



RE: RE: RE: How to add a function to display more information in messenger? by n0n4m3 on 02-10-2006 at 10:11 PM

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.
RE: RE: RE: RE: How to add a function to display more information in messenger? by joshua76 on 02-10-2006 at 10:52 PM

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.


RE: How to add a function to display more information in messenger? by Voldemort on 02-10-2006 at 10:54 PM

double posting is against the rules, read em
shoutbox.menthix.net/rules.php


RE: RE: How to add a function to display more information in messenger? by joshua76 on 02-10-2006 at 10:59 PM

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


RE: How to add a function to display more information in messenger? by matty on 02-11-2006 at 12:21 AM

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.