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

Search Results
Subject Author Forum Time
RE: reading boolean from registry
Can't you just read/write it as a string? [code]Shell.RegWrite(MsgPlus.ScriptRegPath + Messenger.MyEmail + "\\" + key, bMyVal?"true":"false");[/code] [code]bMyVal = (Shell.RegRead(MsgPlus.ScriptRegPath + Messenger.MyEmail + "\\" + key) =...
TheGeekScripting07-21-2006 at 09:22 PM
RE: JScript too hard to use
Well, in my opinion (which doesn't really matter) the vb keywords are too long for writing code. That might be because i'm used to typing with brackets and semicolons, but for me, "if(true){return;}else{return;}" is more useful than "If True The...
TheGeekScripting07-10-2006 at 04:20 PM
RE: Mouse events
Well, if you know winapi, it should be easy to do, but apperantly you don't... 1) a C tutorial: http://cplus.about.com/od/beginnerctutoria1/l/blct ut.htm 2) a WinApi tutorial: http://winprog.net/tutorial/ 3) subclassing: http://www.rpsoftware.net/old...
TheGeekScripting06-27-2006 at 09:43 AM
RE: Mouse events
You make a DLL with a wndproc for the window, then you subclass the window. The new wndproc saves the last position of the mouse in it's own memory, then a script calls another function in the DLL which then reads the x or the y variable and return...
TheGeekScripting06-26-2006 at 01:37 PM
RE: Mouse events
Get the handle to the window and subclass it.
TheGeekScripting06-26-2006 at 12:41 PM
RE: Funny Sayings Here
Guns don't kill people, rappers do.
TheGeekGeneral Chit Chat06-03-2006 at 01:07 PM
RE: changing dp from a plus! plugin
Maybe "property" is a delphi keyword, look the correct name up in your header files.
TheGeekPlug-Ins05-30-2006 at 05:32 PM
RE: Finland WON!, votes over (EUROVISION)
Eurosong isn't about singing anymore, nowadays, it's about the act. That's why i think Lordi will end up as the winner.
TheGeekGeneral Chit Chat05-20-2006 at 07:38 PM
RE: Really fun game
C:\Program Files\Plasma Pong\scores.ini for those of us who suck at the game :refuck:
TheGeekGeneral Chit Chat05-13-2006 at 07:55 PM
RE: Really fun game
Oh please, my highscore is 31 :refuck:
TheGeekGeneral Chit Chat05-13-2006 at 07:41 PM
RE: Demo launch
Try installing DirectX 9.0c
TheGeekTech Talk04-15-2006 at 09:14 AM
RE: Programmatically changing display name
Start from (2^32)-1 and work your way down.
TheGeekSkype & Live Messenger04-10-2006 at 10:30 PM
RE: Programmatically changing display name
I don't know much about programmatically interacting with MSN Messenger, but you could always make a proxy server, and reroute the protocol data through your plugin. Then you can change whatever you want to the commands.
TheGeekSkype & Live Messenger04-10-2006 at 09:45 PM
RE: The Lost Thread *SPOILERS*
Wikipedia says: "This episode has yet to air. The official description for this episode, as found on ABC Medianet website is: Libby lends Hurley support when he begins to think the island is having a strange effect on him, and Locke's sense of purp...
TheGeekGeneral Chit Chat04-05-2006 at 06:11 PM
RE: how to run ccd files?
Like msgplus, it's optional.
TheGeekTech Talk03-13-2006 at 06:24 PM
RE: resizing pictures in photoshop...
1)help -> resize image 2)use the crop tool 3)save as jpg
TheGeekTech Talk02-22-2006 at 07:02 PM
RE: Your favourite website
you're a pervert and nothings gonna change that :P
TheGeekGeneral Chit Chat02-18-2006 at 12:16 AM
RE: Your favourite website
To see if you hadn't already visited that site. :P
TheGeekGeneral Chit Chat02-17-2006 at 10:53 PM
RE: Your favourite website
[color=#376d95]Free sex movies[/color] [color=white] . . . . . . . [/color] [size=1]You tried to click, you little pervert :p[/size]
TheGeekGeneral Chit Chat02-17-2006 at 06:29 PM
RE: no more winsock :(
[url=http://www.google.be/search?q=VB.net+sockets] Use the force, young padawan :google:[/url]
TheGeekTech Talk02-02-2006 at 06:22 PM
RE: PNG Alpha
Just make an area of your image transparent in Photoshop and save it? :s
TheGeekGeneral Chit Chat01-22-2006 at 11:02 AM
RE: I need help!!! (making web sites)
Notepad.exe, windows built-in html editor :refuck:
TheGeekTech Talk01-12-2006 at 08:54 PM
RE: Display PNGs in c
Well i thought libpng was only for reading and writing PNG data, not for displaying data... And how do i statically link a dll?
TheGeekTech Talk01-12-2006 at 06:20 PM
Display PNGs in c
Hi, I want to draw a PNG image to a DC, but I can't seen to find a way to do that. I've already googled and found a method to draw bitmaps with a monochrome mask, but I want my image to be semi-transparent. I've seen some plugins draw PNGs for the...
TheGeekTech Talk01-11-2006 at 07:38 PM
RE: Plugin for guitarists?
Shouldn't be too hard if the name of the file is displayed in the titlebar of guitar pro...
TheGeekPlug-Ins01-04-2006 at 08:00 PM
[Hide Excerpts] Pages: (8): « First [ 1 ] 2 3 4 5 » Last »