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

Search Results
Subject Author Forum Time
RE: WLM Safe 5.0 won't install
Hello guys, I'm Webbolo!, the author of WLM Safe. I was just checking my websites' invoices when i found wlmsafe.com, so I dediced to come back here, since I've been away for a long time. This is the fact: WLM Safe was a project in which i really ...
wincyScripting07-06-2012 at 10:06 AM
Disabled checkbox in ListView
Hello guys, I was wondering if it's possible to disable a checkbox in a ListViewControl (set as ReportView with checkboxes). I already searched in the forum but found nothing useful. I already know: Interop.Call("user32","EnableWindow", wnd.GetC...
wincyScripting05-29-2011 at 12:40 PM
RE: MultiChat vs Group Chat
Hello! I've been busy for few days, i've just looked msdn library and found this: http://msdn.microsoft.com/en-us/library/ms646977%2 8VS.85%29.aspx If you were talking about [url=http://msdn.microsoft.com/en-us/library/ms647 640%28VS.85%29.aspx]this ...
wincyScripting11-23-2009 at 11:17 PM
RE: MultiChat vs Group Chat
I'm not sur that i'll be able to do something like that... I only know JScript. What should i use? Could you give me some useful links or some code as a starting point? I'll try to work on this then... Thanks for your help and suggestion
wincyScripting11-17-2009 at 06:56 PM
RE: MultiChat vs Group Chat
Well, my purpose was to stop those annoying multichat window with too many people that maybe you don't even know. I suppose that if i'm a member of a Group is because i would like receive messages or something from those people, without confirmatio...
wincyScripting11-17-2009 at 12:12 PM
RE: MultiChat vs Group Chat
Do you mean the top toolbar buttons ("photos, files, videos, call, etc..")? I know that actualy there isn't a certain method of doing this, but i was wondering if there are some tricks or "things that statistically could work for most people".....
wincyScripting11-16-2009 at 10:08 PM
MultiChat vs Group Chat
Hey guys, since plus! can't read Groups (new wlm9.0 function), is there a "hack" or trick to get around this? I mean, can i detect if a chat window is a multi-conversation or a group window? I think that the only difference between them is that mu...
wincyScripting11-16-2009 at 03:53 PM
RE: Interop.Call windows shell help
Thanks anyway for your help!
wincyScripting11-09-2009 at 03:26 PM
RE: Interop.Call windows shell help
I tried this: [code]function test() { var MAX_PATH = 260; var url = "C:\Documents and Settings\Vincy\Desktop\headers.txt"; var han = "C:\WINDOWS\notepad.exe"; var result = Interop.Allocate((MAX_PATH+1)*2); Interop.Call('shell32.dll',...
wincyScripting11-09-2009 at 12:10 AM
Interop.Call windows shell help
Hello guys, Can someone please help me with EstimateFileRiskLevel function in Windows Shell with Interop.Call? I read official documentation [url=http://msdn.microsoft.com/en-us/library/bb776 413%28VS.85%29.aspx]here[/url] but i found it not simple en...
wincyScripting11-08-2009 at 08:19 PM
RE: WLM Safe5.00
Hey Skywolfe! I'm the author of WLM Safe. I can ensure you that my script is safe, it does not contain any sort of malware. As MenthiX said it is a false positive, even if i still don't know exactly what part of the code is causing it! Thanks for u...
wincyScripting06-08-2009 at 12:52 PM
RE: plz....offline and block detect
That's what i wanted to know, thanks :) I was thinking about a cycle that iterates over each contact only when you open a script window which contains a lot of useful information (or statistics) about your contact list.
wincyScripting06-03-2009 at 02:41 PM
RE: plz....offline and block detect
I know that :P i was just wondering if it could be possible to implement that MsgPlus' function in a script that (for example) advise user: "XXX has deleted you"
wincyScripting06-02-2009 at 08:01 PM
RE: plz....offline and block detect
And what about something like the function to check if a user still has you in his contact list or has deleted you (like in MsgPlus' Contact List Clean-up)? It is possible to do that with a script?
wincyScripting06-02-2009 at 02:35 PM
RE: copy file
Here's my code: [size=1]CopyFile('c:\\boh.txt', 'c:\\bah.gif'); function CopyFile(src, dest) { Interop.Call('user32', 'CopyFileW', src, dest, false); }[/size] Debugger shows this error: CallDll has failed collocation of the function ...
wincyScripting05-30-2009 at 10:29 PM
RE: Emoticon Saver
A little preview of how it's changing: :) [img]http://img268.imageshack.us/img268/6374/conte ntmanager.jpg[/img] (I think i'll have to change the script Name before release xD)
wincyScripting05-30-2009 at 06:38 PM
RE: Emoticon Saver
Do not worry warmth, it doesn't matter! ;) I made this script only because i had nothing in particular to do, but if you think it's a great script i think i could improve it and release a better version! xD
wincyScripting05-30-2009 at 01:29 PM
RE: Emoticon Saver
Humm.. what about this? (look Debugger after installing script)
wincyScripting05-29-2009 at 12:56 PM
RE: Labels on Preferences Tabs
Here is what RadSettings is: [img]http://img13.imageshack.us/img13/5387/tabavw. jpg[/img] However i think i'm gonna use your code, SmokingCookie. Thanks!
wincyScripting05-29-2009 at 12:21 PM
RE: Emoticon Saver
It seems that there is something wrong with Emoticons' Iterator... Don't know why :S
wincyScripting05-29-2009 at 11:46 AM
Labels on Preferences Tabs
Hello, i have this code: [size=1]<Control xsi:type="RadioControl" Id="RadSettings"> <Position Top="8" Width="82" Left="10" Height="18"/> <Attributes><IsNewGroup>true</IsNewGroup></Attrib utes> <CustomLook> <FocusRect> <Left>2</Left...
wincyScripting05-28-2009 at 04:58 PM
RE: Emoticon Saver
What version of WLM and MP!L are you using? Try changing this: [size=1]function ShowPanel() { var wFirst = MsgPlus.CreateWnd("windows.xml","WndAbout"); for(var e = new Enumerator(Messenger.CustomEmoticons); !e.atEnd(); e.moveNext()) { var Nam...
wincyScripting05-28-2009 at 03:54 PM
RE: Emoticon Saver
Does it install? What does Script Debugger says? Are there some errors reported?
wincyScripting05-28-2009 at 03:07 PM
RE: Emoticon Saver
Thanks! :) Moh, it's possible to change selection with keyboard by adding this: [size=1]function OnWndAboutEvent_LstViewSelStateChanged(PlusWnd, ControlId, ItemIdx, SelectedState) { if(ItemIdx === -1){ return false; } if(SelectedState==true){ Pi...
wincyScripting05-28-2009 at 02:06 PM
RE: Emoticon Saver
Hum.. I don't think it's possible switch items using keyboard for this, because MsgPlus doesn't capture the event. Correct me if i'm wrong...
wincyScripting05-28-2009 at 01:12 PM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »