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

Search Results
Subject Author Forum Time
RE: Uni Internet?
The quickest way to find out if they care about what you download is to ask someone in IT. If you ask and they say no, you know you're not supposed to. However if what you are downloading is illegal or against the Terms of Use agreement you signed ...
TheSteveTech Talk09-18-2007 at 08:20 AM
RE: computer tv hook up situation
If you're looking to hook up a normal TV for normal use, I would recommend against it simply because a normal TV's resolution is awful. If you want to try anyways (It's nice to play games or watch movies on the TV), your TV will either need to sup...
TheSteveTech Talk08-31-2007 at 10:34 AM
RE: Tab, Italic... Surley this cant really be a bug...
ctrl + i is actually not unique to WLM. You'll find that it's the same in Windows Notepad ;)
TheSteveWLM Plus! Bug Reports08-25-2007 at 02:42 AM
RE: Save File As Dialog
There are different versions of the structure. The size determines which you are using. For example, if the symbol _MAC is defined, the structure will grow by 8 bytes. If you're using windows 2000 or greater it will grow another 12 bytes.
TheSteveScripting08-20-2007 at 12:22 AM
RE: chat window's history control interaction-advance scripting
That sample requires the Microsoft Foundation Classes (MFC) to work correctly. You can try and replace the CString uses with standard C++ strings or perhaps std::string.
TheSteveScripting08-15-2007 at 01:54 PM
RE: Visual Basic Help .. again.
1. If I understand your question correctly, you want to be able to remove the default system window frame right? You can do this with a window region. Here is an example. [code]Public Class Form1 Private Declare Function CreateRoundRectRgn Lib "...
TheSteveTech Talk08-13-2007 at 10:41 AM
RE: chat window's history control interaction-advance scripting
Actually you can use the put_accValue function to set the text, So if you wanted to clear the text, all you'd have to do is allocate an empty BSTR, and set the text with put_accValue. Despite the fact that the state on the History control says rea...
TheSteveScripting08-09-2007 at 12:46 AM
RE: Color memory address?
Font color for what? General UI fonts and colors are controled from the resources.
TheSteveScripting08-08-2007 at 01:44 AM
RE: Good programming language..
That would be subtracting the character '0'. That's possible in C/C++ as well. For example: [code]int atoi(const char * pstr) { int i; int nRet = 0; for (i = 0; ; i++) { if (pstr[i]==0) break; if (pstr[i]>=...
TheSteveTech Talk06-27-2007 at 11:05 AM
RE: Good programming language..
Let me add that Visual C++ 2005 Express and Visual Basic .NET 2005 Express are also available for free. If you plan to go in to programming as a profession, you'd be better off learning as many languages as you can. Learn the .NET aspects, and also...
TheSteveTech Talk06-27-2007 at 12:17 AM
RE: creating an asm opcode
The easiest solution is to use a program such as ollydbg and find a random spot to construct some temporary asm. The actual bytes for the command will be next to the character representation for the command. If my memory serves me correctly, a stand...
TheSteveTech Talk06-26-2007 at 12:21 AM
RE: Script/Plugin idea. Has it been done? Possible?
In that case, you'd probably better figure out why the wireless connection is so unstable. If the whole network connection is shut off it you really can't stay connected.
TheSteveScripting06-11-2007 at 08:04 AM
RE: Script/Plugin idea. Has it been done? Possible?
Does Windows actually show that the wireless connection disconnects? or is messenger the only indication that you've been disconnected?
TheSteveScripting06-11-2007 at 12:42 AM
RE: Detecting 'receive msg when minimised' & running a batch
User32.dll is part of Windows. The documentation is stored in the MSDN library. GetActiveWindow()'s documentation is here: http://msdn2.microsoft.com/en-us/library/ms646292. aspx
TheSteveScripting06-03-2007 at 01:03 PM
RE: is there Plus! for WLM 8.5?
It's real. The Messenger Addictos part of the installer just copies Microsoft's Installer to %programfiles%\Messenger Adictos & GiraldoCrespo and then executes it. The real installer is digitally signed by Microsoft Corporation as are all of the i...
TheSteveWLM Plus! General05-27-2007 at 12:12 PM
RE: Stop stealing?
This is not the case for winks and DDPs. The process for getting those is more complicated. ;)
TheSteveSkype & Live Messenger04-24-2007 at 12:54 PM
RE: Check whether file exists
If you're using .NET, this may be of some interest. http://msdn2.microsoft.com/en-us/library/system.io .file.exists.aspx
TheSteveTech Talk04-04-2007 at 09:04 AM
RE: Check whether file exists
There is no CreateFileEx... How about CreateFile instead? If the file fails to open, make sure that GetLastError returns ERROR_FILE_NOT_FOUND or ERROR_PATH_NOT_FOUND or ther could be some other issue other than a missing file. However you choose to ...
TheSteveTech Talk04-04-2007 at 08:57 AM
RE: [Release] Background Changer
That's why I said "In the case of EvO" ;)
TheSteveScripting03-30-2007 at 03:18 PM
RE: [Release] Background Changer
In the case of EvO, based on the screen shots Sunshine showed me, it appears that the contact items in the EvO skin do not have transparent backgrounds as they normally would. Because of this, parts of the background image are not visible. [URL=http:...
TheSteveScripting03-30-2007 at 03:02 PM
RE: [Request] Get contact's messenger version
All of messenger's network traffic goes through Messenger Discovery's socket hook. So yes, it is very likely that it looks at the Client ID.
TheSteveScripting03-15-2007 at 05:00 AM
RE: [Request] Get contact's messenger version
If you can obtain your contact's Client ID, you can determine the protocol version and supported features. For more information, see here: http://msnpiki.msnfanatic.com/index.php/Client_ID
TheSteveScripting03-15-2007 at 12:14 AM
RE: missing new emoticon in toasts
Just for curiosity's sake, will the shortcuts for the icons be hard coded, or will you be using the ContactsUX.dll exports CDonationManager::g_wzDream[1-16] ?
TheSteveWLM Plus! General03-14-2007 at 03:30 PM
RE: ReadInterfacePtr + WriteInterfacePtr (DataBloc)
I would assume that ReadInterfacePtr is essentially a simple cast to a COM object as opposed to a DWORD. In order to call the functions in the object's virtual table, you would need to know the parameters of the function you're trying to get, and ...
TheSteveScripting03-14-2007 at 02:59 PM
RE: i need help figureing out how much this is
If you treat 1GB as 1000 MB then foaly is right. If you treat 1GB as 1024 MB then the answer is 225.01875 GB. In either case it's just over 225 GB.
TheSteveTech Talk03-07-2007 at 03:23 PM
[Hide Excerpts] Pages: (8): « First « 2 3 4 5 [ 6 ] 7 8 » Last »