Click here to Skip to main content
15,884,298 members
Articles / Desktop Programming / Windows Forms

Reading offline MSDN on a mobile device

Rate me:
Please Sign up or sign in to vote.
4.68/5 (15 votes)
3 Nov 2008CPOL5 min read 29.3K   347   28  
How to export multiple MSDN topics to read them offline on a mobile device.
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("MSDNDownloader")]
[assembly: AssemblyDescription("A tool to download MSDN content as a single HTML file which can be used by mobile readers")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MSDNDownloader")]
[assembly: AssemblyCopyright("Copyright © 2008 Sergey Galich (sergey.galich@gmail.com)")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("d98c543f-c8c5-4e00-802d-e3ba5ecf4f37")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Russian Federation Russian Federation
Sergey likes doing programming every day for the last 15 years started with Basic, ASM, Pascal, C++, X++ and ended with C# these days. User Interface design, usability, communications, parallel and asynchronous programming, game development and 3D graphics - all these areas makes him excited.

MCPD Windows, Web and Enterprise

Comments and Discussions