Click here to Skip to main content
15,893,564 members
Articles / Programming Languages / C#

Print Windows Forms w/o using API

Rate me:
Please Sign up or sign in to vote.
4.12/5 (30 votes)
27 Nov 2008Public Domain6 min read 298.9K   12.6K   81  
Print Windows Forms using 100% managed code
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintForm", "PrintForm.csproj", "{60369739-98AF-4652-9F1A-9C34DBC71A9B}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{60369739-98AF-4652-9F1A-9C34DBC71A9B}.Debug.ActiveCfg = Debug|.NET
		{60369739-98AF-4652-9F1A-9C34DBC71A9B}.Debug.Build.0 = Debug|.NET
		{60369739-98AF-4652-9F1A-9C34DBC71A9B}.Release.ActiveCfg = Release|.NET
		{60369739-98AF-4652-9F1A-9C34DBC71A9B}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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 A Public Domain dedication


Written By
Software Developer
United States United States
I started playing with C# in beta 3 and have since been working with mostly win forms.

I spend my winters trying to keep warm and my summers with the windows rolled down.

Comments and Discussions