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

Search Results
Subject Author Forum Time
[Help] Detecting control mouse-over
Hi, I would like to detect if the mouse pointer is over a specified control. Is this possible, and if so, which functions should I use (I guess it has to do with the Windows API?)? Thanks in advance.
SmokingCookieScripting07-09-2008 at 05:19 PM
RE: [Request] Changing Toast Location
Can toasts be located by GetForegroundWindow()? If so, one can get the toast's handle and useMoveWindow() to move it to the desired position. Such a code would be: [code] var Toast = new Object(); function getToastHandle() { return Interop.Cal...
SmokingCookieScripting07-09-2008 at 04:48 PM
RE: Request: Translators
Hey, Thanks for the offer, but I've already translated the whole thing into Dutch, as stated in the first post..
SmokingCookieScripting07-09-2008 at 04:45 PM
RE: [Request] Changing Toast Location
Well, perhaps I was wrong.. Today my Explorer got frozen up, so I killed the process. Then MsgPlus displayed a toast, guess where it was: At the top-left corner of the screen.. Maybe this information is of use to you..
SmokingCookieScripting07-09-2008 at 03:40 PM
RE: [Request] Changing Toast Location
No
SmokingCookieScripting07-08-2008 at 07:44 PM
RE: [VB.NET] Remove formatted nickname
You may also remove the formatting codes _before_ sending them to your program..
SmokingCookieScripting07-08-2008 at 07:42 PM
RE: [Help] Download progress?
Woo, I've been smarter than CookkieRevised for the first (and the last) time in my life :o) :P Anyway, I have inserted Eljay's code and it works now :D
SmokingCookieScripting07-04-2008 at 07:28 AM
RE: [Help] Download progress?
@ CookieRevised: I have checked your code on the site you've linked to, and found this in the code: // Mozilla only implementation! (Line 6) I don't know if this is imprtant, but I'll give it a try. @Eljay: Following code is based on yours: [code...
SmokingCookieScripting07-03-2008 at 07:51 AM
RE: [Help] Download progress?
I've been considering this too, but I haven't seen any possibility (yet). Anyway, I'm off now, I'll think of it tomorrow |-)
SmokingCookieScripting07-02-2008 at 07:46 PM
RE: [Help] Download progress?
That certainly is a good idea :P .. But at high download speeds, this event would be triggerd.. Many times :P (like an infinite loop). And I'm not even talking about big files being dowloaded at high speed..
SmokingCookieScripting07-02-2008 at 07:26 PM
RE: [Help] Download progress?
Okay, then I'll do that. However, one CAN make a progress bar indicating the readyState of an XMLHTTP request. Example: Debug.Trace("> " + (25 * XMLHTTP.readyState)); This will go no further than 100%, so it's possible to indicate what the script...
SmokingCookieScripting07-02-2008 at 07:42 AM
RE: [Help] Download progress?
Okay, that's an option for a [b]known[/b] file.. But it won;t be possible for unknown OutFile's.. EDIT:: Here's what I'd like to do: [URL=http://img71.imageshack.us/my.php?image=scree nieyd3.jpg][IMG]http://img71.imageshack.us/img71/6 241/screeniey...
SmokingCookieScripting07-01-2008 at 02:19 PM
[Help] Download progress?
Hi, I am wondering if there is a way to monitor a file's download progress. Since MsgPlus.DownloadFile() can't do this, I am looking for other ways to download a file, perhaps even with an XMLHTTP request (but there's probably some function in the...
SmokingCookieScripting07-01-2008 at 02:12 PM
RE: [REL] Date Calulator 2.99
And for the translators since they'll need to translate more text strings :P (so for you as well :P ) EDIT:: The current version is 3.12 (I'll skip 3.13.....), the backward calculator is for 3.20 (at least), which won't be released very soon. It'...
SmokingCookieScripting06-30-2008 at 04:36 PM
RE: [REL] Date Calulator 2.99
You've lit me up as well.. :P You have just given me the idea to implement a backward calculator as well.. *-) And "tiny script".. Well, it has many more features than I originally intended to write :P
SmokingCookieScripting06-30-2008 at 10:43 AM
RE: [REL] Date Calulator 2.99
I don't think this is a bug. DC can only calculate forward, so in the 1st input ("19..") is wrong. I have programmed the script in such a way that it'll say "years left is 0" if you give it a "Year" which is smaller than this year (2008; 2009...
SmokingCookieScripting06-30-2008 at 09:26 AM
RE: Request: Translators
Welcome to you :D I'll send you the translation code by PM (acces via your "user CP" under "Community Forums") ;)
SmokingCookieScripting06-30-2008 at 07:31 AM
RE: Random Line Away messages
He at school, I'm known for my originality :P xD @ Aztek: as soon as CookieRevised mixes himself in a thread, your questions and problems will be fixed in no-time :P
SmokingCookieScripting06-30-2008 at 07:29 AM
RE: Random Line Away messages
I'm sorry, I no longer have time now, have to go. I'll give it another try tomorrow..
SmokingCookieScripting06-29-2008 at 06:03 PM
RE: Random Line Away messages
Uhm.. Please let me think for another 10 seconds.... EDIT:: Change the last function to:[ [code] var Index = new Array(); function RandomMessage() { Index[0] = Math.random().charAt(4); // could be any number between 2 and 18 Index[1] = Ma...
SmokingCookieScripting06-29-2008 at 05:33 PM
RE: Random Line Away messages
Okay.. I have an idea that _should_ work (can't guarantee though): [code] var RandomMessages = new Array("Message 0","Message 2",...,"Message9"); // no further than 9 OnEvent_ChatWndReceiveMessage(pChatWnd,mOrigin,sMe ssage,kMsgKind) { cW...
SmokingCookieScripting06-29-2008 at 05:29 PM
RE: Random Line Away messages
Hello Aztek, I understand that you want the script to send a random message, ten seconds after a contact has sent a message to you (please correct me if I'm wrong)?
SmokingCookieScripting06-29-2008 at 04:44 PM
RE: [HELP] "Grandchild"-windows
Uhm.. No I haven't.. But I assume I should try it? EDIT:: Freezes Messenger.. :S
SmokingCookieScripting06-28-2008 at 07:04 PM
RE: [HELP] "Grandchild"-windows
Thanks :D
SmokingCookieScripting06-28-2008 at 11:49 AM
RE: [HELP] "Grandchild"-windows
Okay, Thank you ;)
SmokingCookieScripting06-28-2008 at 11:42 AM
[Hide Excerpts] Pages: (33): « First « 23 24 25 26 [ 27 ] 28 29 30 31 » Last »