CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2004
    Posts
    1

    Visual C++ 6.0 and MSDN

    How do I integrate MSDN (April, 2004) with Visual C++ 6.0, so I can access MSDN content via 'Help' menu in VC ?

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    Take a look at the following thread...

  3. #3
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Here is the link to that code which shows how to create a macro (sorry it's not in english, but you can probably use babelfish if you need to or some other translator website) to use the later MSDN's by keyword lookup via a macro. I have not tried this as I'm not bothered by it (see my comments below)

    (we have an english article on this subject yet to be published, we are waiting on some issues to be resolved)

    http://www.zezula.net/cz/prog/new_msdn_a_msvc6.html


    But like I said in the other thread, I just use the OCT2001 with vc.60, and run the later MSDN's seperatly. I use the on-line addition more often msdn.microsoft.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured