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

Search Results
Subject Author Forum Time
RE: 226 has been leaked
To be very honest (and quite blunt 8-)), I think it's Patchou's own fault. The previous leak had quite clearly proven that testers would find a way around the protection, yet he made no effort at all to make it more difficult to crack. You can't m...
TheBlasphemer05-08-2006 at 02:55 PM
RE: [BUG] WriteString() doesn't handle BSTR's as BSTR's
Just want to comment on that: A string with it's length 4-bytes in front of it is NOT a BSTR. A BSTR is allocated using SysAllocString or similar functions, and if you allocate it any other way SysFreeString will get very very mad at you 8-)
TheBlasphemer05-06-2006 at 08:27 PM
RE: [BUG] WriteString() doesn't handle BSTR's as BSTR's
The point of it being able to write for example the filter parameter of the OPENFILENAME structure in one line: datablock.WriteString(0,"*.png\0PNG File\0*.gif\0GIF File\0*.bmp\0Bitmap\0",true); Instead of several 8-) But really, there doesn...
TheBlasphemer05-06-2006 at 08:02 PM
RE: [BUG] WriteString() doesn't handle BSTR's as BSTR's
The problem is not that we want to write an exact BSTR, the problem is that we want the length-bit of the BSTR to be interpreted when you write it to memory ;)
TheBlasphemer05-06-2006 at 07:57 PM
RE: [REQ] Taskbar Icon (Images Incl.)
It's very difficult to edit icons with the Windows32 API, and doing so would require a lot of hacking around. I really think that that'd be too much work for a simple feature like this...
TheBlasphemerPlug-Ins05-06-2006 at 07:43 PM
RE: [BUG] WriteString() doesn't handle BSTR's as BSTR's
Agreed... Tried to convince Patch, even gave him code he could almost copy and paste, yet he's too lazy and stubborn (and worst of all, he says I'm the one being stubborn :o)
TheBlasphemer05-06-2006 at 12:22 AM
RE: [REQ] Taskbar Icon (Images Incl.)
Not anymore :) J-Thread and TheSteve (from msnfanatic) agreed to help me out :) The project is just growing a tad too big to maintain on my own 8-)
TheBlasphemerPlug-Ins05-05-2006 at 11:55 PM
RE: Plugins for MsgPlus! Live
FindWindowEx, SendMessage, SetWindowPos will work, SetWindowsHook will not as there's no way to create a callback function 8-)
TheBlasphemerPlug-Ins05-03-2006 at 02:04 PM
RE: Plugins for MsgPlus! Live
It does provide an API to let you use most APIs 8-)
TheBlasphemerPlug-Ins05-03-2006 at 01:54 PM
RE: Plugins for MsgPlus! Live
Not true, windowhooks, button hooks, complicated ASM hooks, all not possibly from script. vikke is right about that. I don't deny that scripts have a lot of power, as the APIs that Plus! provides are very very broad, but if those would have been pro...
TheBlasphemerPlug-Ins05-03-2006 at 01:37 AM
RE: [BUG] WriteString() doesn't handle BSTR's as BSTR's
Pffff, everyone knows it's easier to just cast it to a WCHAR :P I do it all the time ;) But oh well, suppose Patchou could add a little SysStringLen call then :P
TheBlasphemer05-03-2006 at 01:28 AM
RE: [REQ] Taskbar Icon (Images Incl.)
Seems a reasonable feature-request. I'll look into it :) EDIT: One little spoiler though... how should it behave on multiple-user conversations ?
TheBlasphemerPlug-Ins04-25-2006 at 06:19 AM
RE: how to pass variables by reference(!) to ActiveX objects?
In some cases you can create your own Variant, but that's not always possible ;) Anyway, if you can create a VARIANT, how are you going to pass it to the ActiveX object properly :P?
TheBlasphemer04-17-2006 at 08:18 PM
RE: how to pass variables by reference(!) to ActiveX objects?
Yes, but if you pass something, how does Plus! know how it should pass on your arguments ? If it gets an interface, would it have to pass it on like an interface, or should it pass it on as a reference to the interface ? And if you send it a DataBloc...
TheBlasphemer04-17-2006 at 08:00 PM
RE: how to pass variables by reference(!) to ActiveX objects?
Quite impossible to do :/ With Win32 API everything is just pushed onto the stack and the called function doesn't see wether it's a DWORD or an interface pointer or whatever, it just treats it as how it expects them. For ActiveX COM objects the par...
TheBlasphemer04-17-2006 at 07:50 PM
RE: [Suggestion] MSN Messages to G15 LCD screen.
Buy me one of those keyboards and I'd be glad to write something for it ;) But as long as I have my nice MX3100 I'm not planning on buying one of those myself, and as such I really won't be able to write any software for it :P Honestly, writing so...
TheBlasphemerPlug-Ins04-17-2006 at 12:23 PM
RE: Bug? keyboard access
Yes it can... Accessibility functions :P Oh well, at least SP3 does it right -_-
TheBlasphemer04-17-2006 at 10:36 AM
RE: Forum Suggestion: Code
http://qbnz.com/highlighter/ ? Syntax highlighting for basically any existing language :) I use it on my blog too, and it works great :D EDIT: Shit, WDZ beat me to it ;) Anyway, you could always ask Patchou for his syntax highlighting methods (alhoug...
TheBlasphemer04-16-2006 at 08:20 PM
Bug? keyboard access
Right, another weird bug that I want to see acknowledged before I send it in ;) In the contact-list, put your mouse somewhere near the bottom of your screen... anywhere will do actually, as long as it's far away from the Plus! button. Then while the...
TheBlasphemer04-16-2006 at 06:38 PM
RE: WLM Beta Refresh - Soon?
Hmmm, I suppose everyone got to be a managed tester then :o? Am I the only one that *still* hasn't received any message from MS?
TheBlasphemer04-15-2006 at 08:22 PM
Silly bug, just me or...?
In the log viewer, when I use my mouse-wheel to scroll trough, it scrolls both the actual log and the contact-list-thing on the side :o Is this just my PC acting weird, or Patchou being lazy when coding :P?
TheBlasphemer04-14-2006 at 10:05 PM
RE: Block Users From WLM On Your PC
You're always free to ask :) And in most cases I think there'll be someone around that can help you along...
TheBlasphemer04-12-2006 at 10:07 PM
RE: Block Users From WLM On Your PC
My crashing function is a bit overkill though ;) I had to make it crash with things actually going wrong, else I'd feel like cheating :P For your purpose, I suggest using Interop.Call("kernel32","ExitProcess",0); ;)
TheBlasphemer04-12-2006 at 12:59 PM
RE: Messenger.AutoSignin() ???
Quite odd really... Plus! doesn't even fully initialize before someone logs in :P
TheBlasphemer04-10-2006 at 09:09 PM
RE: SUG: broadcasted messages (from old plugins)
It's been split up really. The toasts now have a callback function, in which you could launch your sProgram. and Upon calling DisplayToast you can also just call PlaySound to play a sound :)
TheBlasphemer04-10-2006 at 06:00 PM
[Hide Excerpts] Pages: (25): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »