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

Search Results
Subject Author Forum Time
RE: WLM Registry and Cached Files ??
Yes those things you said are true, but not really related to what I said. I simply meant that there was no %envvar% style equivalent to get to Local Settings\Application Data (as opposed to just Application Data which is where %appdata% goes)
TheSteveSkype & Live Messenger03-06-2007 at 02:06 AM
RE: WLM Registry and Cached Files ??
Actually, %appdata% will not put in Local Settings. If you're using Windows API to obtain the path, you can use CSIDL_LOCAL_APPDATA, however I haven't been able to find an environment variable equivalent.
TheSteveSkype & Live Messenger03-06-2007 at 01:38 AM
RE: Icons location
In msgsres.dll the status icons can been seen in multiple places. Bitmap 111 726 730 4000 161 (PNG - Online) 162 (PNG - Away) 163 (PNG - Busy) 164 (PNG - Offline) 591 (PNG - all status, 17x17) 1112 (MSNRLE - all small statu...
TheSteveSkype & Live Messenger02-27-2007 at 12:04 AM
RE: How was Plus! done?
Here is a pretty good list of what you should and shouldn't do when you are creating DllMain. See the document for more details. [quote=http://www.microsoft.com/whdc/driver/kernel /dll_bestprac.mspx] You should never perform the following tasks from...
TheSteveWLM Plus! General02-20-2007 at 02:32 AM
RE: Visual Basic, change msn name
It would be kind of pointless to make it read only if they were just going to expose it in another [i]public[/i] API don't you think?
TheSteveTech Talk02-15-2007 at 08:43 AM
RE: Is ther anyway of getin a script to access the more than 5 emotions part off stuff pl
It will be in the next release of StuffPlug 3. :D
TheSteveScripting02-08-2007 at 11:45 PM
RE: Changing the main window
That message only applies if you're changing the resources after MsgPlus has already patched it once. In order to get MsgPlus's icons to show up as well as yours, you need to modify the resource dynamically as opposed replacing it completely. In t...
TheSteveScripting02-08-2007 at 02:51 PM
RE: [?] writing my own dll C++
No, you either need to use a def file or add __declspec(dllexport) to the function/class/variable.
TheSteveScripting01-29-2007 at 07:19 AM
RE: Battery Overvoltage!
On your old power adapter, does it have an Input and Output listing? Make sure that output matches the one set on the new one. Example: My power adapter says Input: AC 100-240V~1.5A(1,5A) Output: DC 19.5V(19,5V) 3.34A(3,34A)
TheSteveTech Talk11-13-2006 at 02:03 AM
RE: Manipulating 'following could not be sent'
I was refering to the built-in WLM Action feature (the one that StuffPlug 3 will allow you to use.) [URL=http://img96.imageshack.us/my.php?image=expla invw6.png][IMG]http://img96.imageshack.us/img96/55 0/explainvw6.th.png[/IMG][/URL]
TheSteveSkype & Live Messenger10-22-2006 at 06:04 AM
RE: Manipulating 'following could not be sent'
You cannot use custom emoticons in action text. They will come out as the original text instead of the icon.
TheSteveSkype & Live Messenger10-21-2006 at 02:54 PM
RE: [HowTo] Change Shared Folder location
When using this method keep in mind that you're not actually moving the folder. So if you doing it because of space restrictions on drive C then it doesn't change anything.
TheSteveSkype & Live Messenger08-06-2006 at 08:05 AM
RE: Microsoft censoring MSN Messenger conversations
I believe it is done server side. If you send the "illegal" text the server closes your connection the the switch board. I believe this started with MSNP13.
TheSteveSkype & Live Messenger07-04-2006 at 01:07 PM
RE: Display picture changing API type things?
Yes, the external Messenger API will stop working if you remove Windows Messenger. I assume to remove it, you did something like this? [code]RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove[/code] If so, you can try somethi...
TheSteveSkype & Live Messenger07-04-2006 at 12:41 AM
RE: Code
/D user [b]Deny specified user access[/b], this will over-ride all other permissions the user has. Keeps you from using it.
TheSteveTech Talk06-14-2006 at 12:24 AM
RE: Permanently Change the Systray Icon
I am guessing Boss mode hooks the Shell_NotifyIcon function and catches the NOTIFYICONDATA structure. To change the icon you would need to change the hIcon member of that structure and call Shell_NotifyIcon again with the NIM_MODIFY command.
TheSteveSkype & Live Messenger06-05-2006 at 02:17 AM
RE: php helpage
You can use the 'REQUEST_URI' server variable. For example in the URL http://www.somewhere.com/index.php/bob/red.png $_SERVER['REQUEST_URI'] would be /index.php/bob/red.png And this code should get just the /bob/red.png at the end. [code]<?php $...
TheSteveTech Talk05-23-2006 at 11:15 PM
RE: Any invitations for web2messenger?
Yes, it's an invitation. I made it by logining in and clicking the "Invite X friend(s) to use Web2Messenger" link. Then I clicked the "Generate Invite URL(s)" link Then I clicked the "Create Invite URLs" link. Then I entered the number of in...
TheSteveSkype & Live Messenger05-20-2006 at 10:18 AM
RE: Any invitations for web2messenger?
I just generated this one. http://www.web2messenger.com/?act=register&invite_ id=05f58d1df833c27d5fc01e4f5cb4591a
TheSteveSkype & Live Messenger05-19-2006 at 12:58 AM
RE: Urgent help needed! MAJOR MSN problems.
In this case, It sounds like you are having an issues access secure website. Try the article that "Ghost of Da Ages" linked to. If you still cannot access sites that begin with "https://" try following all of the steps in this article: http://s...
TheSteveSkype & Live Messenger04-25-2006 at 04:39 PM
RE: Urgent help needed! MAJOR MSN problems.
Can you access any secure websites? try here for example: https://www.fortify.net/sslcheck.html If you can access that site, go to start -> run -> cmd A black window should come up. In that window type: [code]ping www.hotmail.com[/code] After hittin...
TheSteveSkype & Live Messenger04-24-2006 at 05:26 AM
RE: Sugestions before I flip out
Here's a quote from the board. [quote]Some Danish script kiddies made a weak attempt at hacking this board. I give them no credit what so ever, hacking phpBB is like building a lego car using the instuction booklet. You just google the version of th...
TheSteveTech Talk03-14-2006 at 06:09 AM
RE: Sugestions before I flip out
Probably. PHPBB has been known to have some very dangerous sql issues.
TheSteveTech Talk03-13-2006 at 08:49 AM
RE: Sugestions before I flip out
It looks like they attacked the first board. [code]<span class="mainmenu"><a href="viewforum.php?f=1" class="mainmenu">Hacked</a></span>[/code] It appears to be a problem with PHPBB2. You'll want to upgrade that every time there is an update. ...
TheSteveTech Talk03-13-2006 at 08:48 AM
RE: Error reading message history
You probably installed the Internet Explorer 7 beta. That is known to cause problems
TheSteveSkype & Live Messenger03-02-2006 at 11:30 AM
[Hide Excerpts] Pages: (8): « First « 3 4 5 6 [ 7 ] 8 » Last »