Click here to Skip to main content
15,886,810 members
Articles / Desktop Programming / Windows Forms

A Picture Viewer Class that can Scroll and Zoom using API

Rate me:
Please Sign up or sign in to vote.
4.86/5 (22 votes)
10 Dec 2007CPOL13 min read 104.2K   1.7K   51  
This is a simple class that can view scroll and zoom pictures
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsApplication9", "WindowsApplication9.vbproj", "{26F3BF0D-258C-4B55-BCC1-67E2AC1EEC4C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{26F3BF0D-258C-4B55-BCC1-67E2AC1EEC4C}.Debug.ActiveCfg = Debug|.NET
		{26F3BF0D-258C-4B55-BCC1-67E2AC1EEC4C}.Debug.Build.0 = Debug|.NET
		{26F3BF0D-258C-4B55-BCC1-67E2AC1EEC4C}.Release.ActiveCfg = Release|.NET
		{26F3BF0D-258C-4B55-BCC1-67E2AC1EEC4C}.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 The Code Project Open License (CPOL)


Written By
Web Developer
Egypt Egypt
currently studying engineering , and i had interest in programming for a while now.
i program in vb6 , vb.net , and C#.

Comments and Discussions