Click here to Skip to main content
15,881,381 members
Articles / Programming Languages / Visual Basic

A PictureBox with Zoom, Grid and Rulers

Rate me:
Please Sign up or sign in to vote.
4.94/5 (30 votes)
6 Mar 2014CPOL2 min read 75.4K   7.9K   42  
Add zoom capabilities, grid and rulers to the standard WinForms PictureBox control

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestApp", "TestApp.vbproj", "{E50C1378-724C-4841-BCA1-BE904CB6F7BD}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ZRGPictureBox", "..\ZRGPictureBox\ZRGPictureBox.vbproj", "{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x64 = Debug|x64
		Release|Any CPU = Release|Any CPU
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E50C1378-724C-4841-BCA1-BE904CB6F7BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E50C1378-724C-4841-BCA1-BE904CB6F7BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E50C1378-724C-4841-BCA1-BE904CB6F7BD}.Debug|x64.ActiveCfg = Debug|Any CPU
		{E50C1378-724C-4841-BCA1-BE904CB6F7BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E50C1378-724C-4841-BCA1-BE904CB6F7BD}.Release|Any CPU.Build.0 = Release|Any CPU
		{E50C1378-724C-4841-BCA1-BE904CB6F7BD}.Release|x64.ActiveCfg = Release|Any CPU
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Debug|x64.ActiveCfg = Debug|x64
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Debug|x64.Build.0 = Debug|x64
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Release|Any CPU.Build.0 = Release|Any CPU
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Release|x64.ActiveCfg = Release|x64
		{CC8C04AE-85BD-49B3-A179-B5722EC45DD4}.Release|x64.Build.0 = Release|x64
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Software Developer (Senior)
United Kingdom United Kingdom
Machine Vision, Robotics, full-stack development

Comments and Discussions