开发者

download windows API reference (MSDN) for offline use [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

开发者_StackOverflow中文版 Improve this question

I would like to have a windows API reference document available offline. MSDN is fine, but I also need this kind of information when I don't have access to internet.

pdf, chm, help (for emacs) would be fine.

Surely I am not the first person to want that, but I can't find anything. Could someone please point to a place to find that?

I saw the reference was maybe available in the SDK, but installing it takes ~200 MB, and I only want the documentation.


Just the Win32 API, but it's a thing of beauty: https://sourceforge.net/projects/win32-help-chm/files/

Edit: Dead link replaced with alternate download.

Although it is now 17 years old, the Win32.hlp file from Microsoft is still a useful reference for those, like me, still programming using the "flat" Windows API. It still covers 99% of what I need and is much more convenient and faster to use than the current MSDN and Windows SDK documentation because it is much smaller. It is a file that is possible to add to the help menu of your IDE or favorite editor and call up instantly, even offline.


Visual Studio 2012/2013/2015 Help Downloader

Tool for downloading the Visual Studio 2012/2013/2015 help packages for offline use

download windows API reference (MSDN) for offline use [closed]


Official VS2012Documentation.iso & VS2013Documentation.iso

Official MSDN Library for Visual Studio 2008 SP1 ISO


Here's a blog post explaining how you could install it. You can also only take a subset of it. You can also download the library it from here.


In Visual Studio, "Help > Manage Help Settings" you can download the contents to disk. Then you can press F1 to view them.

This feature is even available in Visual Studio Express. You can start the help server manually at %PROGRAMFILES%\Microsoft Help Viewer\v1.0

Installing the Windows SDK and the .NET 4 help contents took ~700MB for me. There's probably no way around it.

(Windows SDKs used to contain the documentation but it seems like they've stripped it out in v7.1)

You can even do a search offline in the Help, though from my experience the relevant rate is worse than Google.

Edit: The "Microsoft Help System" is also available in the SDK so you don't need to install Visual Studio to use it


Package This! is a good tool to download and compile MSDN docs as CHM.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜