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

Search Results
Subject Author Forum Time
RE: Message Confirmation Plugin
Is it possible to make it less than 5 seconds? i.e registry edit
TheCodeSmithPlug-Ins11-07-2004 at 01:10 AM
RE: Message Confirmation Plugin
I'm looking for something much simpler than that. I've no problem with messages that i send, it's ones that people send to me, not getting through. Right now, i'm having to use a custom personalised status, with an automated reply of "Message Re...
TheCodeSmithPlug-Ins10-30-2004 at 03:22 PM
Message Confirmation Plugin
Does a plugin exist for a message confirmation? Each time you receive a message, it replies to the sender confirming it was received.
TheCodeSmithPlug-Ins10-30-2004 at 02:48 PM
RE: How To Call The MSN API using VB
I've seen somewhere else that people have previously thought that MSN 6.2 didn't have any API available. Until they managed to manually extract the latest DLL's from the msnmsgs.exe of MSN Messenger 6.2, allowing them to use all the functions of t...
TheCodeSmithPlug-Ins07-11-2004 at 12:37 PM
RE: Timer from a form
Mnjul, that works great. Now, inside that timerproc, am i able to send/post a [b]/nick Blah[/b] command to an Msn plus chat window?
TheCodeSmithPlug-Ins07-11-2004 at 05:19 AM
RE: Timer from a form
Matty, that's a great help mate, but whilst it's doing the sleep call, it hangs MSN completely for the 5000ms to elapse, then it continues. That's one reason why i've never liked using the Sleep API call. Isn't there any other way to perform a 5...
TheCodeSmithPlug-Ins07-11-2004 at 03:36 AM
RE: How To Call The MSN API using VB
Thanks for helping me. So if i were to use the Windows Messenger API (as i'm running XP) - people would have to be using Windows Messenger to get it working, right? So it would be incompatible with MSN 6.2?
TheCodeSmithPlug-Ins07-11-2004 at 03:05 AM
RE: How To Call The MSN API using VB
That's where my problem lies, when i tick the item, i get an "Error in loading DLL" message. Thanks matty, i now realise this is because i've removed windows messenger (including directory) and i use MSN Messenger 6.2 instead, i never liked Wind...
TheCodeSmithPlug-Ins07-11-2004 at 02:08 AM
How To Call The MSN API using VB
Right, i've tried to set this up plenty of times in the past but now i always have problems. I know it's possible to access the MSN api library directly from VB6 code, to change status/nick etc. I have code from years ago that was compatible with <...
TheCodeSmithPlug-Ins07-11-2004 at 01:54 AM
RE: Timer from a form
Ah right, so i can't even use an API to trigger something every X seconds? I'm beginning to think i should just start making my own pure MSN plugin, rather than a plugin that is run through MSN plus events and restrictions. What i need is, someth...
TheCodeSmithPlug-Ins07-11-2004 at 01:46 AM
Timer from a form
I have a form that is called from my plugin in VB6 (thanks guys), how can i put a timer on the form that is able to trigger every 5 seconds, that will be able to use msgplus functions/commands such as [b]/nick[/b] or [b]/brb[/b]?
TheCodeSmithPlug-Ins07-10-2004 at 08:32 PM
RE: song 2 nick
If you bare with me, i'll have a plugin to do just that.
TheCodeSmithPlug-Ins07-10-2004 at 08:02 PM
RE: How To Show A Form?
Thanks, i've been coding VB for 5 years and i've [b]never[/b] found a use for the modal "1" on the Form.Show event.:o
TheCodeSmithPlug-Ins07-10-2004 at 07:42 PM
RE: How To Show A Form?
Excellent. That's opened my eyes to a lot of new stuff. Thanks for the help. PS: Was this explained somewhere in the readme or did i just miss it?
TheCodeSmithPlug-Ins07-10-2004 at 07:35 PM
How To Show A Form?
I'll be coding a plugin in VB6 - any forms that i add to the DLL never show up, even when called from a menu/text command. How are we able to show config or about screens if this is disabled? Is it related to this...? [code]'// Technical Note: th...
TheCodeSmithPlug-Ins07-10-2004 at 07:05 PM
[Hide Excerpts]