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

Search Results
Subject Author Forum Time
UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
OLD: [i]Hey all, ive recently started and completed a host for vbscript plugins for messenger plus. I have completely the first working version and if any1 is interested in testing its capabilities, please give me a shout or post here. As yet the scr...
HahPlug-Ins01-21-2004 at 09:42 PM
Another External IP Finder
EDIT: Forgot to say its piss easy to use as well. Heres another external ip finder based on Mikezs one, however maybe a bit more advanced. I needed this plugin to tell my family my ip because they all download files from my ftp, but Mikezs' never ga...
HahPlug-Ins12-29-2003 at 11:45 PM
RE: Knowledge sharing - replies
"The best reward I can get from my work is to see you highly satisfied", Patchou How anyone can argue with that is beyond me. Everything about making money from users etc is all b******t and everyones know it, go on, type /patchou in a convo, i did...
HahWLM Plus! General12-16-2003 at 10:44 PM
RE: Plus is lacking?
@Patchou An idea maybe: If you happen to reconsider the releasing of code, dll etc sometime, then why not implement a similar thing to what google do for there API, you have to have a developer key in order to use the dll, and this is checked in an ...
HahWLM Plus! General12-16-2003 at 10:33 PM
RE: Windows registry: how hard can it be...
It may be stupid but, in my registry editor, the slashes are the other way round! If you havent got it working by now your probably desperate for ideas! so try changing it just to see (doubt it will make a difference though!) [code]"SOFTWARE/Patchou...
HahPlug-Ins11-20-2003 at 09:18 PM
RE: Some simple plugin questions
by patchou sending the OMessenger object in the intialise function, it is possible to detect and set msn status through the messenger API whenever you feel like it, it will even implement all events available in the MSN6 Type API, i know how to do th...
HahPlug-Ins11-16-2003 at 10:29 PM
RE: Translator BETA 1
R.E. 1.) The reason for en|de and en_de is because these are the language pairs in the format for that company, I will make them a set default when i release it fully, however its only half finished but thought i would share it in development for bu...
HahPlug-Ins11-08-2003 at 06:52 PM
RE: Translator BETA 1
And dont forget babel-fish too ;) Ta, Tom
HahPlug-Ins11-07-2003 at 11:04 PM
Translator BETA 1
Heres a plugin i whipped up when i got really bored from an old program i made. It will translate to and from any language supported by google or babel-fish (uses altavista) Commands put simply: /xgtran <langpair> <text> - Will translate using google...
HahPlug-Ins11-07-2003 at 05:18 PM
RE: VB Help With /Commands
Are you getting any errors at all? Try whipping the command into a module and call it from an exe with an error handler, it could be a type mismatch error with the long and the string: try replacing: CPUSPEED with CStr(CPUSPEED) or Str(CPUSPEED) etc....
HahPlug-Ins11-06-2003 at 06:47 PM
RE: HTML of WebBrowser control in VB
Also, i think there is something like WebBrowser.Document.documentElement.innerHTML but I havent got that to work yet. Try MSDN. Hah
HahPlug-Ins09-05-2003 at 01:46 AM
RE: HTML of WebBrowser control in VB
WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER Then you can use the Win32 api to save it where ever u like and access it from Open File For Output/Input As ........... etc etc. hehe, hope that helps, aint much and is extrememly basi...
HahPlug-Ins09-05-2003 at 01:45 AM
RE: Display Picture Changer - Released
I think its the messenger API, i will fix it soon.
HahPlug-Ins08-25-2003 at 01:04 PM
RE: Display Picture Changer - Released
Jetli can u contact me at thomasgreenwood@2die4.com Will see if I can sort this out somehow Thanks
HahPlug-Ins08-24-2003 at 06:39 PM
RE: Display Picture Changer - Released
Jetli, when u come on, can u test this version for me. It will tell you the exact error, but will allow the program to continue running. And so I can find out the source of the error. I think its something to do with one of the API Calls I use, becau...
HahPlug-Ins08-24-2003 at 04:51 PM
RE: Display Picture Changer - Released
k - will look into it JetLi - no idea why though :( Do you have MSN6 Running when you click Start? Which MSN6 Windows do you have open Do you have any other versions of MSN running?
HahPlug-Ins08-24-2003 at 04:31 PM
RE: Display Picture Changer - Released
UPDATE - Please Download the new installer. Parasite - Please add me to your MSN if you still want the program. Thanks, Hah
HahPlug-Ins08-24-2003 at 04:04 PM
RE: Display Picture Changer - Released
Jetli - U Need the VB6 Runtime Files, Search Google, its easily found, and I will update the installer to install comdlg32 for older machines e.g 95/98/Me. - Give me an hour to update, im bit busy Whacko - I know about that problem, im having to use ...
HahPlug-Ins08-24-2003 at 01:21 PM
Display Picture Changer - Released
UPDATE - There seems to be a problem when using XP and this software, where you will get an automation error. I have tried to fix it without success. Sometimes it works fine on XP sometimes it doesnt :( - I believe its something to do with Windows Me...
HahPlug-Ins08-23-2003 at 11:59 PM
RE: Who you're chatting too
It twas to help Dempsey, thats all, I was bored so thought I would help, the plugin was just to show a working example of the code.
HahPlug-Ins08-20-2003 at 06:58 PM
RE: Who you're chatting too
Here you go, i got bored so i made a working plugin and source (VB) with that code in to see it working its attached in the installer below. It will install the source to the plugin directory of plus, so if u have any projects in there already, pleas...
HahPlug-Ins08-19-2003 at 04:57 PM
RE: Who you're chatting too
Could this code do the job, it gets each contact and adds it to sresult? In ParseCommand or maybe as a tag? Hah [code] On Error GoTo EH Dim MSNCont As IMessengerContact If (StrComp(LCase(sCommand), "/xconvppl", vbTextCompare) = 0)...
HahPlug-Ins08-19-2003 at 04:08 PM
RE: VB plugin loading from wrong location? wtf!
Type in the path of the dll in quotes ("") like e.g. "C:\Program Files\..." or using ms dos short name style old stuff e.g. C:\progra~1\....
HahPlug-Ins08-17-2003 at 12:51 AM
RE: VB plugin loading from wrong location? wtf!
regsvr32 -u "Pathtoplugindll" thats how to uninstall, if thats wot you did, did u restart messenger or use one of the various plus reset programs so plus loads the newly compiled plug-in up? Also, you can try erasing the plug-in from the plug-in di...
HahPlug-Ins08-17-2003 at 12:40 AM
RE: VB plugin loading from wrong location? wtf!
Are you sure? Didnt know that was possible. Try placing the dll in the plug-in directory before your register it using regsvr32. Dunno, might help Hah
HahPlug-Ins08-17-2003 at 12:20 AM
[Hide Excerpts] Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »