Thread: MSN Messenger

  1. #1
    Registered User
    Join Date
    Aug 2001
    Location
    Melbourne, Australia
    Posts
    92

    Unhappy MSN Messenger

    Hi,
    Has anybody had any experience with using the MSN Messenger APIs in Visual C++, or know where I could find a tutorial/source code to help me - I can only get it working in Visual Basic so far.

    Thanks,
    psychobrat at gmail

  2. #2
    Registered User
    Join Date
    Aug 2001
    Location
    Melbourne, Australia
    Posts
    92
    Sorry I think I should have been a little more specific - its the *creation* of the "Messenger" COM object that i'm having problems with, after that I'm assuming it will be much the same as in Visual Basic
    psychobrat at gmail

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    363
    Like what you'll find as answers to most posts like yours, look at msdn. If its new and microsoft, it will be there.

  4. #4
    Registered User
    Join Date
    Aug 2001
    Location
    Melbourne, Australia
    Posts
    92

    Unhappy

    I checked on MSDN *before* starting this thread - and that's exactly my problem - they don't provide any documentation for the Messenger SDK, only a download... or maybe I just can't find the documentation? I've looked all over! I can't find anything. Please help!!!!
    psychobrat at gmail

  5. #5
    Registered User
    Join Date
    Jan 2002
    Posts
    363
    http://msdn.microsoft.com/library/?u...asp?frame=true

    Is this the thing your talking about?

  6. #6
    Registered User
    Join Date
    Aug 2001
    Location
    Melbourne, Australia
    Posts
    92

    :-)



    Thanks... that looks very promising, browsing through the TOC it looks like there could be some stuff there of use to me. *BUT* one small problem - click on any of the articles and it gets an error... none of its actually there!! am I doing something wrong?
    psychobrat at gmail

  7. #7
    Registered User
    Join Date
    Jan 2002
    Posts
    363
    What browser are you using?
    I wouldn't bother attempting to even look at the microsoft web site with anything but the absloute lastest version of ie.

  8. #8
    Registered User
    Join Date
    Aug 2001
    Location
    Melbourne, Australia
    Posts
    92
    I'm using IE5.5... and everywhere else I go in the MSDN site seems to work... I'll have to try some other stuff...
    psychobrat at gmail

  9. #9
    Registered User
    Join Date
    Aug 2001
    Location
    Melbourne, Australia
    Posts
    92

    Exclamation Exact error message

    This is the message I get in the frame where the page I selected should have appeared:
    -----------------------------

    Page Cannot Be Found


    We apologize for the inconvenience, but the page you are seeking cannot be found in this location.


    If you are looking for a particular document, try the table of contents on the left or look in one of the following areas:

    For Web Workshop content that has been migrated into the MSDN Library, try either the Internet Development entry page or the Internet Development Index.
    For content pertaining to a specific product or technology, try the MSDN Site Map.

    -out-
    psychobrat at gmail

  10. #10
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    worked for me.

    I am using ie6 under xp pro.

  11. #11
    Registered User
    Join Date
    Aug 2001
    Location
    Melbourne, Australia
    Posts
    92
    hmmm... maybe theres a messenger bot out there that comes with the source code? (i've found heaps of ones for *cough cough* Visual Basic but none for vc++ :-(
    psychobrat at gmail

  12. #12
    Registered User minime6696's Avatar
    Join Date
    Aug 2001
    Posts
    267

    Lightbulb Well...

    If you have source in VB, you should be able to translate that to C/C++ (if you know VB).most of the function calls are very similar.you can also use MSDN to look up specific commands to check you're work. When using 'COM' allways remember 'CoCreateInstance' or w/e.

    Just a few "pointers" (=COM) SPH

  13. #13
    Registered User
    Join Date
    Sep 2002
    Posts
    16

    TRy

    http://www.mess.be

    there are some good examples and stuff on there. hope they help you
    Shizzle Ma 'C' Whizzle's

  14. #14
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Dont bump old threads...

    RIP

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MSN Messenger 7.5
    By sean in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 09-07-2005, 10:06 PM
  2. Attn: MSN Dial-Up Users (long)
    By SinAmerica in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 11-25-2003, 04:26 PM
  3. MSN Messenger Opening Up
    By moonwalker in forum Tech Board
    Replies: 5
    Last Post: 08-06-2003, 08:30 PM
  4. MSN Messenger SDK?
    By -=SoKrA=- in forum Tech Board
    Replies: 3
    Last Post: 06-03-2003, 01:41 PM
  5. MSN Messenger - Popups
    By MethodMan in forum Tech Board
    Replies: 9
    Last Post: 11-03-2002, 06:05 PM