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

Search Results
Subject Author Forum Time
RE: Download Manager Plugin
:( Unfortunately I haven't had enough time to work on this the last weeks and tomorrow I am leaving for about a month. Thus, I am releasing the source code of the plugin in MS VC++ .Net 2003 format. I only have one request. That credit is awarded f...
allex87Plug-Ins07-03-2004 at 11:27 PM
RE: Download Manager Plugin
Going good. TheBlasphemer, Thanks for tip! found it!
allex87Plug-Ins06-24-2004 at 06:39 PM
RE: Download Manager Plugin
Development is going on nicely... Working on the Server now. It will be a multi-threaded server (u want more than 1 file-transfer at one time right? :P). If everything works as planned, it should be done in 1 week maybe? Question for people that know...
allex87Plug-Ins06-21-2004 at 11:54 PM
RE: Plugin idea: MSN transfers displayer
Yeah here: http://shoutbox.menthix.net/showthread.php?tid=273 66 . I am making a download manager (which will use a different protocol that msn's protocol) with resume facilities. Check the thread for updates ;)
allex87Plug-Ins06-21-2004 at 02:42 AM
RE: Download Manager Plugin
Thanks for the replies... :) The plugin is not yet in a working stage. I need to implement a download manager dialog with the transfers... Anyways I've got some help from a friend on the net.. :D I have one more exam on Monday in Spanish, then I ca...
allex87Plug-Ins06-21-2004 at 02:36 AM
RE: Download Manager Plugin
For starters, I will make a plugin command /xdmsend or something that opens a file open dialog and sends the file. After I have a working transfer I will, maybe, make it so that when u click on send file or when a file is sent is msn messenger you wi...
allex87Plug-Ins06-20-2004 at 02:39 AM
RE: Download Manager Plugin
OK, so far I managed to get this done: integration with zlib 1.1.4. 1.2.1 did not work for some reason, i am getting link errors, undefined symbols. works fine with 1.1.4. Now i have to figure out how to do file transfers through WinSock. Question: w...
allex87Plug-Ins06-19-2004 at 02:10 PM
RE: Download Manager Plugin
when i said fast i was reffering to fast transfer speeds, C# can be fast as well.. However, I have decided to use C++ ;) I made myself a plugin installer tonight. I will definitely add a resume function at some point in time. First i have to get thi...
allex87Plug-Ins06-19-2004 at 02:41 AM
RE: Download Manager Plugin
No, what I actually want to do is make a plugin that actually does the upload/download through a better protocol than MSN's protocol, maybe with zlib compression. Anyways, it will try to be fast with or without firewall on. Of course it will have t...
allex87Plug-Ins06-18-2004 at 09:28 PM
Download Manager Plugin
I know there was a lot of talk about this in the beginning of msgplus plugins. I am not sure if it was implemented. Anyways, I will implement it, or try to. Any help would be highly appreciated. The programming will be done in C#. Alex.
allex87Plug-Ins06-18-2004 at 10:34 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
OK... if you select uninstall... does it actually delete the file on your computer? It doesn't on mine... :(
allex87Plug-Ins07-13-2003 at 02:07 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
Dude... have you even checked your prog to see if it really removes the dll? well.. it doesn't and thats not a complete program... I don't want to sound mean.. but the program doesn't work properly.. I have a fresh system with the same software a...
allex87Plug-Ins07-12-2003 at 10:35 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
Huuf, can you pls tell me your version of Messenger, Windows, and Messenger Plus! ? On my computer, your plugin installer doesn't work... I get 'Access denied' when i try to update/uninstall a plugin... :( Same thing happens with my plugin instal...
allex87Plug-Ins07-12-2003 at 02:13 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
I have included this from the start...
allex87Plug-Ins07-11-2003 at 10:26 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
Huuf... Does your plugin installer work on your system for VB plugins? I wrote a plugin installer that supports VB plugins and C++ plugins too... However, every time I try to install a _VB_ plugin, i get an error saying that the file is being used by...
allex87Plug-Ins07-11-2003 at 09:58 PM
RE:
try pParam->QueryInterface()... it works for the messenger window... Haven't tested though.
allex87Plug-Ins07-11-2003 at 09:35 PM
RE: Using DialogBox function
DJMystic... that only applies if you supply the DialogBox with the HWND of the parent window (in win32 API, not MFC). If u're using MFC, call it like: ::DialogBox()
allex87Plug-Ins07-11-2003 at 11:27 AM
RE: Using DialogBox function
Or do as described my "Debug plugins" thread.... http://shoutbox.menthix.net/showthread.php?tid=126 15
allex87Plug-Ins07-10-2003 at 03:39 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
There are both SendMessage and PostMessage... And now... not even Send Message works... :S I don't know.. it could be my computer.. i'll see tomorrow when I start my computer if it's its fault (maybe it will correct at startup)...
allex87Plug-Ins07-10-2003 at 03:35 AM
RE: Using DialogBox function
what errors?
allex87Plug-Ins07-10-2003 at 03:31 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
Never mind... I changed PostMessage to SendMessage..... and it worked.. :S But anyone knows why?
allex87Plug-Ins07-10-2003 at 02:19 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB
I released my source code in the sticky thread... About the VB source code... It should be the same functions.. same way, except you need to declare them.... Here's how: Declare Function RegisterWindowMessage Lib "user32.dll" Alias "RegisterWind...
allex87Plug-Ins07-10-2003 at 02:09 AM
RE: Using DialogBox function
Well... I think hInst is not really initialized... So.. DllMain should be: BOOL APIENTRY DllMain( HINSTANCE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { hInst = hModule; return TRU...
allex87Plug-Ins07-10-2003 at 02:00 AM
RE: Give your source to the community!
OK... I posted the source code... BTW, it's in VS.net 2003, so.. if you have a different version of VC++ or another IDE, make another empty Win32 API project (not mfc) and add all the cpp files at the source folder and the h files to the headers fol...
allex87Plug-Ins07-09-2003 at 09:29 PM
RE: Using DialogBox function
It does work... How did u call it? Can u post here the full src code?
allex87Plug-Ins07-09-2003 at 09:22 PM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »