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

Search Results
Subject Author Forum Time
RE: [HELP]match New question Solved!
Sorry, when I said Time[1], I also meant this: [code]Time = sentenceT.match(/\[t=.+?\][b](+?)[/b].\[\/t\] /i)[/code] But it seems like you got your answer already. :)
Danny22Scripting01-24-2009 at 11:38 AM
RE: [HELP]match New question Solved!
Maybe this is what you're trying to do? [code]Debug.Trace(Time[1])[/code] If not, please let me know.
Danny22Scripting01-24-2009 at 10:16 AM
RE: How to update the DP filename as personal Msg
Oh, I see. If I knew that, I would have made it in just one line like you did, and made a new function if I wanted to add more to it. I'm not using this an excuse, but I [i]only[/i] tried to figure out how to use the fileName variable, and worked f...
Danny22Scripting01-20-2009 at 10:31 AM
RE: How to update the DP filename as personal Msg
Sorry but that is not completely correct. A file does not [b]have to[/b] have an extension (.xxx). lastIndexOf() will return -1 if there is no period in the string. This leaves us with substring(0, -1), which will return "". If I should further ex...
Danny22Scripting01-19-2009 at 08:31 PM
RE: How to update the DP filename as personal Msg
I tried to look into the code of Display Picture Changer script (v1.2?), and I hope this is what you are looking for. Please open the Display Picture Changer script file and do the following changes. 1. In the function ChangeDp, after the code [code]...
Danny22Scripting01-19-2009 at 06:39 PM
RE: How to update the DP filename as personal Msg
I tried to make a small script for you right now but I am not sure if it's exactly what you're looking for and if it works the same way with your version of WLM. At least with my version of WLM (8.5), you get the DP file name from the "shell:Local...
Danny22Scripting01-18-2009 at 07:16 PM
RE: [solved] CreateThread/GetCallbackPtr issues
I gave it a shot and made a simple example DLL. It exports a function which calls CreateThread (the callback function is in the DLL, too, of course), which I can call in my script. Seems to work well. :D Thanks, everyone!
Danny22Scripting12-25-2008 at 12:19 AM
RE: [solved] CreateThread/GetCallbackPtr issues
Thanks. I appreciate it. I installed VC++ (Express 2008) and I'll give it a try. My code has a long loop and calls to the Sleep WinAPI to control the speed. The sleep/delay should be pretty quick (10 ms), so I cannot use Plus! timers as I see it. H...
Danny22Scripting12-24-2008 at 08:29 PM
RE: [solved] CreateThread/GetCallbackPtr issues
Thanks, Eljay and matty. Is it possible to accomplish this by moving the code into a DLL?
Danny22Scripting12-24-2008 at 07:48 PM
RE: [solved] CreateThread/GetCallbackPtr issues
I see. Thank you very much for your quick reply.
Danny22Scripting12-24-2008 at 07:32 PM
[solved] CreateThread/GetCallbackPtr issues
Hello, I'm having issues when trying to use the CreateThread WinAPI, and I hope someone here can assist me. Seems like the callback function is never called for some reason, as the message box never shows, but CreateThread doesn't seem to fail. Exa...
Danny22Scripting12-24-2008 at 07:18 PM
[Hide Excerpts]