LeeC1987 Posted May 16, 2005 Share Posted May 16, 2005 (edited) A release is due soon :) This is a single DLL that provides a set of foundation classes for the MSNP11 protocol. It plugs straight into your project, and makes it possible to interact with the Microsoft? Messenger server. Without having to learn the protocol :DD Now anyone can make their own Messenger project ;)) Just 7 lines to make it work in VB; Private WithEvents MSNP As MSNP11 Private Sub Form_Load() Set MSNP = New MSNP11 End Sub Private Sub cmdLogin_Click() MSNP.ConnectNS username, password End Sub It will also provide a Switchboard class, which will provide Display Picture, File Transfer, Nudge, Custom Backgrounds and Custom Emoticon support. Let me know what you think :pp Edited May 16, 2005 by LeeC1987 Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/ Share on other sites More sharing options...
Elexir Posted May 16, 2005 Share Posted May 16, 2005 (edited) What language is it written in? Sounds very interesting tho ;) (Y) Edited May 16, 2005 by RusDzanmahmudov Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-585929554 Share on other sites More sharing options...
LeeC1987 Posted May 17, 2005 Author Share Posted May 17, 2005 VB6 :D . Im writing an example project in VB6 to acompany the dll, to show how its used it. Then i will release the current build. At present the class supports; The Auto Login Hotmail The use of Personal Messenges (As seen in Msger7) The use of "What im listening to" (As seen in Msger7) Support for Hotmail.co.uk, MSN.Com and Hotmail.com The new Switchboard Class (at present) supports; Sending/Recieving Messages Recieving of Display Pictures Nudging Though i intend to make it Recieving and Sending Display pictures and have an example project before i release a build :happy: . Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-585932050 Share on other sites More sharing options...
SatansAceN Posted May 17, 2005 Share Posted May 17, 2005 awww vb6 move up to the .net world m8 :p Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-585932297 Share on other sites More sharing options...
Eli Posted May 17, 2005 Share Posted May 17, 2005 Looks cool but I'm going to be working with .Net this upcoming school year. Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-585932544 Share on other sites More sharing options...
LeeC1987 Posted June 12, 2005 Author Share Posted June 12, 2005 Looks cool but I'm going to be working with .Net this upcoming school year. 585932544[/snapback] Well .NET can still use it. Its almost ready, im just working on File Transfers :p . Its MSN.DLL file in Nexus root directory at the moment. Though dont use that version of it, because some functions or routines may or may not be different when its released. Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-586052832 Share on other sites More sharing options...
msntrev Posted July 16, 2005 Share Posted July 16, 2005 i will look forward to the release. i tried making my own client a few months ago but then i ****** it up completely!hopefully this will make things easier:D Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-586223370 Share on other sites More sharing options...
tonyr1988 Posted July 18, 2005 Share Posted July 18, 2005 Well .NET can still use it. Its almost ready, im just working on File Transfers :p . Its MSN.DLL file in Nexus root directory at the moment. Though dont use that version of it, because some functions or routines may or may not be different when its released. 586052832[/snapback] You rock so much LeeC! I can't wait for this to come out - I'd love to try my hand at a VB6 MSN client, but I've never had the time/patience/skills to learn the protocol. Thanks! Oh yeah, and is the final version going to allow you to login with non-Hotmail addresses? (I use my GMail for the normal MSN). Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-586230666 Share on other sites More sharing options...
Jerry Grey Member Posted July 18, 2005 Member Share Posted July 18, 2005 A release is due soon :) This is a single DLL that provides a set of foundation classes for the MSNP11 protocol. It plugs straight into your project, and makes it possible to interact with the Microsoft? Messenger server. Without having to learn the protocol :DD Now anyone can make their own Messenger project ;)) Just 7 lines to make it work in VB; Private WithEvents MSNP As MSNP11 Private Sub Form_Load() Set MSNP = New MSNP11 End Sub Private Sub cmdLogin_Click() MSNP.ConnectNS username, password End Sub It will also provide a Switchboard class, which will provide Display Picture, File Transfer, Nudge, Custom Backgrounds and Custom Emoticon support. Let me know what you think :pp 585928904[/snapback] hey LeeC1987, I am developing a player, and I was wondering do you have the "What I'm listening To" feature? If you have a MSN account could you add me? gerry@lblueplanet.com.au:)) Good Luck! Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-586230880 Share on other sites More sharing options...
NightVision(uk) Posted February 15, 2008 Share Posted February 15, 2008 did this ever get finnished Link to comment https://www.neowin.net/forum/topic/321219-messenger-dll/#findComment-589210204 Share on other sites More sharing options...
Recommended Posts