Shoutbox

Display Pic Status Changer - 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: Display Pic Status Changer (/showthread.php?tid=16158)

Display Pic Status Changer by wipey on 10-01-2003 at 06:27 PM

I've finsihed a very b3ta version (well everything works:)) of my display picture and status changer, although sadly it only works on msn6.1
I didn't think this would be a big deal though as pretty soon everyone will be using it:)

the way it works is:
type:
/xdpsettings
to choose your away display picture
and:
/xdpaway
to change your pic and change your status to away with the away dialogue popping up also

Also your away display pic is saved for each profile so you only need set it once (or something like that:P)

give me your feedback:)


RE: Display Pic Status Changer by martin on 10-01-2003 at 07:01 PM

since installn it me unable to signin me tryed on 6.1.0114 & 6.1.0128


RE: Display Pic Status Changer by Dempsey on 10-01-2003 at 07:06 PM

which beta of msn 6.1 are you using wipey?  cos i cant get the code to change my display picture.  Your plugin works though.  i small thing, after you click save settings, the form stays there, it doesnt shut it.  could i see the source of it to help me see how you got it working?


RE: Display Pic Status Changer by wipey on 10-01-2003 at 07:10 PM

I'm using the latest (last one posted on mess.be) the source is pretty messy but I'll sort it out for ya...maybe:$ aslong as u dont outdo my plugin:(

you may be having some problems with the registry as it uses the registry to store it's settings and creates a key for ur email and retrieves any settings on signin


RE: Display Pic Status Changer by Exero on 10-01-2003 at 07:18 PM

OMG!
HHe made it to steel our sign in username & password!!
GET HIM!
lol j/k


RE: Display Pic Status Changer by martin on 10-01-2003 at 07:18 PM

quote:
Originally posted by wipey
you may be having some problems with the registry as it uses the registry to store it's settings and creates a key for ur email and retrieves any settings on signin
:'( could u fix it
RE: Display Pic Status Changer by Dempsey on 10-01-2003 at 07:20 PM

i wont outdo ure plugin, yours works fine.  Im just intrested in getting the code to work.  did you use the const or just 2 ?


RE: Display Pic Status Changer by Exero on 10-01-2003 at 07:22 PM

can someone gimme a link to dl the latest MSN messenger 6.1?


RE: Display Pic Status Changer by martin on 10-01-2003 at 07:24 PM

here


RE: Display Pic Status Changer by Exero on 10-01-2003 at 07:36 PM

why does the link kinda say 5/2/9
does that mean ur givin me msn messenger 5?


RE: Display Pic Status Changer by martin on 10-01-2003 at 07:39 PM

quote:
Originally posted by Exero
why does the link kinda say 5/2/9
does that mean ur givin me msn messenger 5?
no its from microsofts official website, its the same link thats on mess.be
RE: Display Pic Status Changer by Exero on 10-01-2003 at 07:47 PM

ok,
but if itsn ot msn messenger 6.1 watch ur back cos i be snaping it in half in


RE: Display Pic Status Changer by wipey on 10-01-2003 at 07:54 PM

hahaha exero:P

I used '2' instead of the constant lol guess you read that thread also8-)

martin what version of windows are you running? I've only really tested it on XP


RE: Display Pic Status Changer by wipey on 10-01-2003 at 07:56 PM

this thread for display pic changer thingy(h)
http://shoutbox.menthix.net/showthread.php?tid=16158


RE: Display Pic Status Changer by Dempsey on 10-01-2003 at 07:56 PM

so you used oMessenger.MyProperty('2') = "c:\fish.bmp"


RE: Display Pic Status Changer by Exero on 10-01-2003 at 08:17 PM

cool msn messenger 6.1
thanks


RE: Display Pic Status Changer by wipey on 10-01-2003 at 09:20 PM

code:
oMessenger.MyProperty(2) = "c:\fish.bmp"

no quotes sorry:$

btw...any suggestions on how I could make it better:)?
RE: Display Pic Status Changer by Dempsey on 10-01-2003 at 09:26 PM

the code still doesnt work for me.  it just freezes my vb.  any ideas?


RE: Display Pic Status Changer by wipey on 10-02-2003 at 07:30 AM

um there should be a backslash in the file path to the picture lol like:

oMessenger.MyProperty(2) = "c:\fish.bmp"

other than that I'm not sure :\


RE: Display Pic Status Changer by Whacko on 10-02-2003 at 08:35 AM

where can i get some info on that oMessenger.MyProperty ??


RE: Display Pic Status Changer by wipey on 10-02-2003 at 10:11 AM

well in the messenger api docs I have it says:

MyProperty Property

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

Reserved for future use. Do not use.

Syntax

object.MyProperty( ePropType As MCONTACTPROPERTY ) [= vPropVal]

Parameters

object
An object reference that resolves to the name of the Messenger object.
ePropType
An MCONTACTPROPERTY enumeration.
vPropVal
A Variant used to set the property value. (Variant type differs depending on the property being set.)
Error Codes

Error Code Meaning
0x80070057 Returned in all cases. This method is reserved for future use.

Client or Service Dependencies

No client or service dependencies for this method.

Scripting

The MyProperty property is scriptable, but read-only.

VBScript Syntax
[ pvPropVal = ]MessengerObject.MyProperty


which is basically microsoft's way of saying 'hush hush you're not meant to know about stuff in version 6':P but some guy posted the code on the msnfanatic forums over here

there may be info on the web about this but I havent looked8-)

[edit]
ooh found some stuff on MCONTACTPROPERTY:

MCONTACTPROPERTY Enumeration

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

Used to ask for the property that indicates to which groups a user belongs or the contact's e-mail address.

Syntax

Enum MCONTACTPROPERTY
    MCONTACTPROP_GROUPS_PROPERTY = 0
    MCONTACTPROP_EMAIL = 1
End Enum

Constants

MCONTACTPROP_GROUPS_PROPERTY
Used to ask for the property that indicates to which groups a user belongs.

MCONTACTPROP_EMAIL
Used to ask for the property that indicates the contact's e-mail address.

although it doesnt really help in this lol:S
[/edit]


RE: Display Pic Status Changer by Huuf on 10-02-2003 at 11:12 AM

That's new in the API of msn messenger for the new functions, they build it in but still didn't activate it :dodgy:


RE: Display Pic Status Changer by wipey on 10-02-2003 at 08:57 PM

I...don't know sorry lol:(
what VB are u running, maybe it could be something to do with you're api type library, invalid filepath to ur pic, a list of things:S


RE: Display Pic Status Changer by martin on 10-02-2003 at 09:44 PM

quote:
Originally posted by wipey
martin what version of windows are you running? I've only really tested it on XP
98 (if i had money id gets a newone then down longhorn, but me broke) if its to hard to fix dont wory bouts it, as long as it works on xp (for most of the other ppl)
RE: Display Pic Status Changer by wipey on 10-02-2003 at 10:16 PM

well I'd like to see if any other ppl on 98 have this sorta problem and this aint like an isolated thing:S then I'll try and fix:)

this not working for anyone else on win98?


RE: Display Pic Status Changer by Exero on 10-03-2003 at 02:16 AM

its not working for me.......


RE: Display Pic Status Changer by wipey on 10-03-2003 at 10:16 AM

I really like the way huuf took my idea and totally out did it thanks you suck that really sucks you sniding bitch

This plugin probly ain't gonna be continued now and um huuf btw, you're doesn't work :refuck:[Image: plzdie.gif]


RE: Display Pic Status Changer by chris on 10-03-2003 at 10:43 PM

poor wipy  hey at least u tryed and suceeded. you were the first to try a couple things:) and yea dont give up cuz if u keep makin em ull have really really good ones someday


RE: Display Pic Status Changer by BooGhost on 10-03-2003 at 11:19 PM

i think it's alos needed..... but it would be great to autoassign the DP you want.... antd the shortcut you want like (/xdp*****)

/xdpwhatever put DP whatever.png

/xdphello put dispaly whatever2.png


RE: Display Pic Status Changer by wipey on 10-04-2003 at 03:08 PM

well I was working on [edit]something^o)[/edit], we'll see what happens if I get some time:)

I'll try incorporate your ideas soon:) lol thx for feedback though:D


RE: Display Pic Status Changer by Wouter on 10-04-2003 at 07:22 PM

i made one for myself witch works :)


RE: Display Pic Status Changer by BooGhost on 10-04-2003 at 07:33 PM

post it ;)


RE: Display Pic Status Changer by Novex on 10-05-2003 at 10:06 AM

quote:
Originally posted by BooGhost
post it ;)
I second that ;)
RE: Display Pic Status Changer by Huuf on 10-05-2003 at 11:08 AM

quote:
Originally posted by wipey
I really like the way huuf took my idea and totally out did it thanks you suck that really sucks you sniding bitch

This plugin probly ain't gonna be continued now and um huuf btw, you're doesn't work :refuck:[Image: plzdie.gif]

I whas allready working on that, i found the api on the msnfanatic forums and that whas before you released it,
But if your application is better users will use your program more then that from mine