![]() How To Call The MSN API using VB - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: How To Call The MSN API using VB (/showthread.php?tid=28476) How To Call The MSN API using VB by TheCodeSmith on 07-11-2004 at 01:54 AM
Right, i've tried to set this up plenty of times in the past but now i always have problems. RE: How To Call The MSN API using VB by dotNorma on 07-11-2004 at 01:58 AM
Erm....... code: Then you can do stuff like... code: to test it. RE: How To Call The MSN API using VB by matty on 07-11-2004 at 01:59 AM
quote:Just remember tho, by doing this on Windows XP you are running Windows Messenger to use the api. RE: How To Call The MSN API using VB by TheCodeSmith on 07-11-2004 at 02:08 AM
quote: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 Windows Messenger, or understood the need for two identical chat programs that conflict against each other. Is there a way to do this, but with MSN 6.2 API's instead? RE: How To Call The MSN API using VB by matty on 07-11-2004 at 02:16 AM
quote:Look back at your other thread http://shoutbox.menthix.net/showthread.php?tid=28...d=275694#pid275694 I posted a huge reply. Cheers [Edit] As long as the O/S is Windows XP or higher then you need to use the Windows Messenger API. There is no way around it that I know. (Obviously there is tho because look at Patchou ![]() RE: How To Call The MSN API using VB by TheCodeSmith on 07-11-2004 at 03:05 AM
quote: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? RE: How To Call The MSN API using VB by matty on 07-11-2004 at 03:09 AM In a sense yes, but on the other hand no. It wont be incompatible with MSN Messenger just some of the features of the API in Windows Messenger are not available so there could be problems that way. Stick to the code i put in the other thread and you will be fine. RE: How To Call The MSN API using VB by Millenium_edition on 07-11-2004 at 08:57 AM Installing WM isn't the only solution. There are plenty of other solutions, but none of them is guaranteed to work. RE: How To Call The MSN API using VB by CookieRevised on 07-11-2004 at 09:52 AM
[SMALL NOTE] RE: How To Call The MSN API using VB by Dempsey on 07-11-2004 at 11:23 AM
quote:But you shouldn't do that in a Plus! plugin as it can make Messenger crash. You should used the Messenger object passed in Initalize RE: How To Call The MSN API using VB by TheCodeSmith on 07-11-2004 at 12:37 PM
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 the new version. RE: RE: How To Call The MSN API using VB by fas on 07-11-2004 at 01:04 PM
quote: Em, where can I get this lib? I don't find it... RE: How To Call The MSN API using VB by matty on 07-11-2004 at 01:33 PM
quote:Do you have Windows Messenger installed? RE: How To Call The MSN API using VB by fas on 07-11-2004 at 03:08 PM Sure, MSN Messenger 6.2.0137. RE: How To Call The MSN API using VB by CookieRevised on 07-11-2004 at 03:23 PM
quote: quote:That's not Windows Messenger. Windows Messenger and MSN Messenger are two different programs... RE: How To Call The MSN API using VB by fas on 07-11-2004 at 04:22 PM
quote: Okay, I have MSN, but it supports whiteboard, remote assistance, ... Anyway, I'm installing now. I remember times i had problems with uninstalling it... So may somebody tell me what is better? MSN Messenger or Windows Messenge? Msn look better ![]() RE: RE: How To Call The MSN API using VB by CookieRevised on 07-11-2004 at 04:28 PM
quote:No it does not without Windows Messenger! MSN Messenger needs Windows Messenger to be installed in order to use those functions from Windows Messenger... (see point 1 in my post in that thread) Also many plugins need the API from Windows Messenger to function... quote:Because, you are not supposed to uninstall it... quote:Everybody will say something different. It is up to your personal taste for the looks, and up to the functions that you use and up to the type of connection that you use... (see point 1 in my post in that thread) PS: read this post also, it might interest you: http://shoutbox.menthix.net/showthread.php?tid=26...d=258821#pid258821 RE: How To Call The MSN API using VB by fas on 07-11-2004 at 04:59 PM
Cool, thanks for helping! Unfortunately i still don't know how to send an instant message to a user by using the Messenger Api Type Lib or a different easy way. Does somebody know, how? |