What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Translation Script
Oh, yes. Of course...however, mine is built off of online translation services ;)
deAdScripting07-05-2006 at 07:24 PM
RE: Translation Script
Hmm, might make a sort of translation script. I already have code for it that I wrote a while ago. Maybe.
deAdScripting07-05-2006 at 06:19 PM
RE: Need help - Bold characters in toast
DisplayToastContact has two lines. [code]MsgPlus.DisplayToastContact("Title","Firs t Line","Second Line");[/code]
deAdScripting07-05-2006 at 01:58 PM
RE: Need help - Bold characters in toast
As I said, you need to use DisplayToastContact instead of DisplayToast.
deAdScripting07-05-2006 at 01:39 PM
RE: Need help - Bold characters in toast
The [b] stuff will only be parsed in DisplayToastContact though :)
deAdScripting07-05-2006 at 01:33 PM
RE: [Request] Application Monitor
How do you plan to do the icons?
deAdScripting07-04-2006 at 11:30 PM
RE: OnEvent_ChatWndReceiveMessage and /me command
It's not a bug. Plus! doesn't give messages that it uses to that event. Also, it finds messages by the [i]<nickname> says:[/i], and after it's filtered, the /me message doesn't have that.
deAdScripting07-04-2006 at 08:55 PM
RE: MsgPlus Wnds : Use of RadioControl
For a radiocontrol, use the SetCheckState() function :).
deAdScripting07-04-2006 at 05:13 PM
RE: [request]emoticon auto-complete disabler
he/she wants emoticons, just to disable them automatically appearing as you type.
deAdScripting07-04-2006 at 04:13 PM
RE: [Request] seconds_since function
does it calculate leap years?
deAdScripting07-04-2006 at 04:12 PM
RE: Unloading a dll
oh ok, as i said, didn't know for sure if that works :$
deAdScripting07-03-2006 at 01:39 AM
RE: Unloading a dll
No, I didn't know that alex was having problems. I'll talk to him. Also, I haven't tested that, not sure if it works completely...
deAdScripting07-03-2006 at 12:50 AM
RE: Unloading a dll
did you try: [code]//create activexobject var MyVar = new ActiveXObject(...); //delete the object delete MyVar; [/code]
deAdScripting07-03-2006 at 12:20 AM
RE: ProgressBar Marquee
After pasting the XML in, the progress bar does a marquee by itself. No code is required. EDIT: it works fine with the code too ;)
deAdScripting07-02-2006 at 11:00 PM
RE: WLM => MsgPlus Design
Make a WLM skin. WLM is skinnable(ish). ;)
deAdWLM Plus! General07-02-2006 at 01:12 PM
Set Font of an edit control
How do I set the font of an edit control using PlusWnd.SendControlMessage?
deAdScripting07-01-2006 at 10:03 PM
RE: [request] MCO Installer
This is also possible through a script. I might do it later just for fun =)
deAdScripting07-01-2006 at 07:26 PM
RE: Emoticons disappear!
Plus! sends messages by adding text to the conversation window's textbox and simulating the enter key's press. This is how it sends custom emoticons. If there is text in the box when it sends it, it copies it and pastes it back in after it's sent....
deAdScripting07-01-2006 at 07:24 PM
RE: [Beta Release] psm2dp
It's all possible, just not practical. It depresses me to see people say it's not possible. You need to use the windows crypto api to decrypt map.dat, delete that entry, and then reencrypt it. That's it, hard, but not impossible. Easy for an exper...
deAdScripting07-01-2006 at 01:50 AM
RE: Contact List Open/Close
:|:|, after i closed it manually, it didnt come back again. but the API was working fine. :S
deAdScripting06-30-2006 at 11:28 PM
RE: Contact List Open/Close
Really? *looks at processes* I'm not seeing it :S what's the process name? Also, if you declare it once in initialize, then delete it on uninitialize, its fine :/ but I've never had any problems with it at all..
deAdScripting06-30-2006 at 11:00 PM
RE: [request] is it possible to send more emotions than the limit of 5
5 different custom emoticons you mean. You can sent 400 of the same emoticon. Just 5 different CE. :)
deAdScripting06-30-2006 at 10:51 PM
RE: Contact List Open/Close
This uses the messenger api (as opening/closing is a function in it): To open it: [code]var MessengerAPI = new ActiveXObject('Messenger.UIAutomation.1'); var MessengerWnd = MessengerAPI.IMessengerWindow; MessengerWnd = MessengerAPI.Window; Messenge...
deAdScripting06-30-2006 at 10:50 PM
RE: Rich Edit Control
It appears as normal text for me O_O EDIT: It works if I copy in rich text. How do I put rich text in through code?
deAdScripting06-30-2006 at 09:39 PM
Rich Edit Control
[code]<Control xsi:type="RichEditControl" Id="EditRichEdit"> <Position Top="40" Width="280" Height="200" Left="5"/> <Attributes><TextMode>Rich Text</TextMode></Attributes> </Control>[/code] What's wrong with this code? It'...
deAdScripting06-30-2006 at 08:52 PM
[Hide Excerpts] Pages: (43): « First « 36 37 38 39 [ 40 ] 41 42 43 » Last »