Recommended Posts

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 by LeeC1987
Link to comment
https://www.neowin.net/forum/topic/321219-messenger-dll/
Share on other sites

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

  • 4 weeks later...
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

  • 1 month later...
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

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

  • 2 years later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.