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

Search Results
Subject Author Forum Time
RE: Rename the windows live messenger
You shall export a resource with the type 4000 (dunno which one) and then edit it and replace it back.
vikkeScripting08-09-2006 at 06:46 PM
RE: [Update]Backup Extreme! 2.0
I think you forgot to configure the settings *-). Without configuring, it wont work [img]http://shoutbox.menthix.net/images/smilies/ms n_sad.gif[/img]. To configure either type [b]/besettings[/b] or click on settings in the Script Menu.
FeluScripting07-29-2006 at 03:56 AM
RE: [Update]Backup Extreme! 2.0
heissamScripting07-28-2006 at 08:13 PM
RE: [Release] Rssreader (now with ATOM support + feed viewer window)
Why not add [url=http://en.wikipedia.org/wiki/OPML]OPML[/url] import (and export) feature ?
mickael9Scripting07-11-2006 at 03:35 PM
RE: [REQ] Auto update lang file
Yeah, that would be good too. The ScriptInfo.xml file actually contains an attribute for "Version", but I can't find any place where it is used. Perhaps if Plus! would make this attribute mandatory, and export it as a registry key along side the ...
cooldude_i06Scripting07-08-2006 at 01:13 AM
RE: [Release] Status2FTP - Version 2.0.3
Ive used XML export to get it into php values then use GD to make a image from Display Pic and also infomation. problem is you have to filter alot of chars out of the values eg: artist - title (u can see in msn) xml output: \\music04{} \0artist \...
reborn-networkScripting07-07-2006 at 11:12 PM
RE: [Release] C/C++ Keywords Script
add these keywords :p [code] $preproc["C++"] = array( "if", "ifdef", "ifndef", "elif", "else", "endif", "include", "define", "undef", "line", "error", "pragma"); $preproc["C89"] = & $preproc["C++...
ShawnZScripting07-07-2006 at 08:38 PM
RE: [Resolved] Talking to VB.
Remeber also you need to register your DLL using regsvr32 or by calling the Exported function from the DLL called DllRegisterServer (i think its called). [code]function OnEvent_Initialize(bMessengerStart){ var MyActiveXObject = new ActiveXObhect...
mattyScripting07-06-2006 at 03:40 PM
RE: dll and script
the 'string' passed from the script to the dll is widechars [code] void DLL_EXPORT ConectionLog(WCHAR* sometext) { MessageBoxW(0, sometext, sometext, 0); } [/code] [code] to convert from unicode to ansi void DLL_EXPORT SomeFunction(WCHAR* sometext)...
dramadoScripting07-03-2006 at 06:10 PM
RE: [question] Writing DLLs in .NET languages
It is possible, however, to create a .NET DLL with native exports (a mixed DLL). So, a pure .NET DLL is a DLL, just with no native exports.
RaceProUKScripting06-29-2006 at 09:31 PM
RE: Read Full Registry
No, i need it for an List view, and DataBlocks i don't know realy.
ReneScripting06-29-2006 at 10:50 AM
RE: Read Full Registry
that wont help. The registry activex object is very very limited. It can not be used for what Rene wants. RegWrite, RegRead and RegDelete are the only ones that JScript knows and those methods are very, and I mean very, limited. eg: [list][*]You can ...
CookieRevisedScripting06-29-2006 at 10:40 AM
RE: [Request] Block or Hide Contact Adds
[color=red][size=3][font=Trebuchet MS] Lol, I want another option please, I wont just leave my 1 letter email. can't. I mean its not that hard, just a small script to hide the add contacts or cancel the adds[/font][/size][/color]
TartooobScripting06-27-2006 at 04:57 PM
RE: [Request] Block or Hide Contact Adds
OMG :O You should save your contacts : Contacts > Save Messenger contacts Then create a new adress and export your contacts ;) (You could put in your nickname that you changed e-mail too, cause your contacts might not accept you with your new adress...
ZaylScripting06-27-2006 at 04:48 PM
RE: Renaming a contact
mathieumgScripting06-26-2006 at 12:18 PM
RE: Menu Checkmarks
If you are using the similar Menu as the Import/Export functionin the preferences I was talking to Patchou about it last night and he forgot to add a callback function for the menu items. So as of right now unfortunately it wont work.
mattyScripting06-26-2006 at 12:04 PM
RE: [REQUEST]exporter/saver
Hi, I hope, that I understand you correct... When you want to save a script, you can pack it in a Script Package. To do this just compress the Folder of the script in the Zip-Format (for example with [url=http://www.winzip.com/]WinZip[/url]), then re...
BlackSun1102Scripting06-25-2006 at 07:51 PM
[REQUEST]exporter/saver
well it would be cool to have a script that saves your scripts....so I could save all my scripts and send the file to a friend and he could open it and he would get all of my scripts...or if Patchou could implement "Scripts" in the import/export fe...
dylan!Scripting06-25-2006 at 07:17 PM
RE: Help: How to insert custom emoticons into conversation window
It's a pity, but IAccessible interface does not allow inserting images, only text. So we need direct access to RichEdit control in the Conversation window. But it's wrapped by DirectUIHWND class and does not have a windows handle. It's a real head...
LondavePlug-Ins11-29-2005 at 07:13 AM
RE: Settings Sync/Transferer/Backup
Maybe, I don't know. But in any case, do not use "stay on top", use "show on top", there is a difference.
CookieRevisedPlug-Ins10-30-2005 at 06:30 PM
RE: Settings Sync/Transferer/Backup
Something I like to see changed from the setup:[list=1][*]Show the log screen, don't skip on it (aka: don't automatically jump to the final "finish" page). Some people might like to know which files are installed where (like me), especially if yo...
CookieRevisedPlug-Ins10-30-2005 at 05:01 AM
RE: Easily Overwrite VB Plugin without closing Messenger
For VB Plugins you have to load it the same way Plus! does. Thats why for VB Plugins you have to put in the registry Projectname.Classname. Thats how they are loaded from Plus! since VB Plugins alone don't export their functions. This is for VB not ...
mattyPlug-Ins10-08-2005 at 07:11 PM
RE: Text in Unicode
Did you use the functions with the suffix W and exported them instead of the "normal" functions (those without the suffix W)? For example, use ReceiveNotifyW, ParseCommandW, ParseTagW...etc. Also, you are compiling/building your DLL with Unicode op...
MnjulPlug-Ins10-07-2005 at 12:29 PM
Reloader Source ?
would it be possible that [b]TB[/b] could attach me the source code of the Reloaded plugin ? the one with the messagebox ??? - i would like to export the function so that it can be used not only from IM windows but from other plugins as well - and a...
TazDevilPlug-Ins09-25-2005 at 01:20 PM
RE: Webcam Recorder Port Over
hello. do you hook ICDecompress, or the function that draws on the screen? how do you make sure the time is correct (as in when the webcam window is minimized)? very good quality on the streams, good job. you could take a look at the source code ([u...
angustiaPlug-Ins09-24-2005 at 06:33 PM
[Hide Excerpts] Pages: (9): « First « 2 3 4 5 [ 6 ] 7 8 9 » Last »