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

Search Results
Subject Author Forum Time
RE: Which is the internet browser that you prefer ??
Mosaic :refuck:
Ash_Tech Talk12-30-2004 at 01:08 PM
RE: Whats Better? Visual Basic, Delphi or C++?
yeh ok, it might be good for a few features. but creating windows is way to easy when converting to another language people will definately not understand about Registering Classes and such. also people will need to learn how to take the long way rou...
Ash_Tech Talk12-30-2004 at 11:23 AM
RE: How to close MSN in program?
or he could use the TerminateProcess api call :refuck: look up on google for how to use it, im not sure but i think you may need to Open the Process first (OpenProcess api) move the return value into a variable (a long in Visual basic which is probl...
Ash_Plug-Ins12-30-2004 at 08:44 AM
RE: Whats Better? Visual Basic, Delphi or C++?
Its a negative for Visual Basic. out of Delphi or C++, i reckon its just whatever you like. i've never seen any programs (that i know of ) or any source code for Delphi. but C++ seems like the way everyone is going these days. lol 16 bit Assembly ...
Ash_Tech Talk12-30-2004 at 07:04 AM
RE: Song To Avatar (Source Release)
ok ok ok. to tell the truth i really cant be stuffed coding this noobie program anymore. so ive decided to release to source so people can learn and blah blah blah. one main reason is that im trying to forget Visual Basic and get into a different la...
Ash_Plug-Ins12-29-2004 at 01:58 PM
RE: New Plugin Messenger Deluxe!
have you got the latest version of Windows Messenger / API. because if it's stand alone, unless he's some type of leet vb programmer he's not gonna be able to get the IMessenger3 pointer, which only leave's the Windows Messenger API. but if its ...
Ash_Plug-Ins12-29-2004 at 12:09 PM
RE: HOWTO make a plugin?? [SOLVED]
heya and welcome to the forums. i think Stuffplug-NG had this but it may have been removed for next version. anyway [url=http://www.msgplus.net/help_plugins.php]heres [/url] the api. its in C++ VB and .NET i think. anyway goodluck.
Ash_Plug-Ins12-29-2004 at 11:42 AM
RE: Paris Meeting : We survived ^^
:P looks like fun, i'd hell like to go. and maybe i will when i turn into something more than just some random on the forums :P maybe coding something elite would help :P and the whole living in australia thing downs my chances :S anyways looks lik...
Ash_WLM Plus! General12-29-2004 at 04:32 AM
RE: Display picture depending on winamp(artist)?
its sorta of already been done (2 times) the 2 i know of are Song2Nick and PsychoMark's DP plugin. they basically write the Name and Artist of the song your playing onto a picture and set it as your Display Picture. also why not just set a picture f...
Ash_Plug-Ins12-29-2004 at 04:05 AM
RE: Sounds in conversation
i dont think this is what he is looking for. i think he just wants a predefined sound to play everytime a new message is recieved even if the window is in focus. sure the mciSendString call would work but how can a plugin know when new text is recie...
Ash_WLM Plus! Help12-27-2004 at 04:23 PM
RE: Craven for answers
Ash_Skype & Live Messenger12-27-2004 at 04:20 PM
RE: Sounds in conversation
maybe DLL Injection and get it to write somewhere every message that the exe is handling by subclasssing the direct wndproc. maybe check msnfanatic.com btw what language were you gonna code this in?
Ash_WLM Plus! Help12-27-2004 at 04:11 PM
RE: Introduction
Name: Ashlee Sex: Male Loacation: Australia Age: 15 Hobbies: Programming (learning Assembly now :P) Statement about yourself: nah Why you have the username you have: well Ash is my name Email address (if you want people to contact you): good try so...
Ash_General Chit Chat12-27-2004 at 04:00 PM
RE: Sounds in conversation
did you ever think that these features were hardcoded into the IM program. i doubt you would be able to do this with a plugin (easily) you might have to ask Patchou if its possible as a new feature.
Ash_WLM Plus! Help12-27-2004 at 03:45 PM
RE:
nah you just want the post :P ahahah gotcha quoted John.... :P[/size]
Ash_Skype & Live Messenger12-27-2004 at 11:03 AM
RE:
lol, i have -1 unread email count. probly cos im using gmail.
Ash_Skype & Live Messenger12-27-2004 at 10:58 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
bah. if were talking about Borland and MS VC, then maybe. but if its all compilers in general, im not a big fan of the old Dev-C++. cant get it to compile at the same size VC does. only way i might be able to is a custom makeit.bat. but ill stick w...
Ash_Tech Talk12-27-2004 at 09:01 AM
RE: cookies problems
have you tried clearing the cookies.. if not load up firefox. click the tools menu item. then options. then click on the privacy tab. and click the clear button next to cookie. go and try to login into yahoo. hope it helps
Ash_Tech Talk12-27-2004 at 05:42 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
really? just out of interest can you please put up a little screenie of what it comes up like?
Ash_Tech Talk12-24-2004 at 02:41 PM
RE: MPWinamp 0.80 Plugin
maybe look into the Winamp API. the way Messenger Discovery used to do it was get Winamp to capture the global message winamp sent on song change then you could call a function which updates everything. looking into the API (if successful) will remo...
Ash_Plug-Ins12-24-2004 at 02:31 PM
RE: Request - Custom Statuses
err you cant combine two status tags like /away and /busy. you can combine a status tag with some text if you put them on seperate lines (in a program or a quicktext) such as in the ParseCommand function in a MsgPlus plugin. [code] if(stricmp(sComma...
Ash_WLM Plus! General12-24-2004 at 12:30 PM
RE: Parse incoming text
i dont think you can do this. you can get your plugin to send a special 5 char code which you can parse but both sides must have the plugin.
Ash_Plug-Ins12-23-2004 at 04:12 PM
RE: New Comp!!!!
not a bad case. try to find out the specs tho and post em up.
Ash_Tech Talk12-23-2004 at 03:15 PM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
well i reckon VC just auto puts that in to make it more Dev friendly. if you put the MessageBox call on a button click in a MFC project. a little box thing comes up to tell you what you need. [img]http://shoutbox.menthix.net/attachment.php?pi d=35075...
Ash_Tech Talk12-23-2004 at 09:50 AM
RE: Song To Avatar (Source Release)
the status is that everything about the image works great (Y). saving and drawing onto it. but. setting it as the dp on msn is my problem. i've posted a thread for some help.
Ash_Plug-Ins12-22-2004 at 11:13 AM
[Hide Excerpts] Pages: (26): « First « 18 19 20 21 [ 22 ] 23 24 25 26 » Last »