Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / Visual Basic 10

Extending Forms.Control: Lock and Unlock

Rate me:
Please Sign up or sign in to vote.
4.68/5 (12 votes)
30 Jun 2009CPOL9 min read 72.1K   1.3K   30  
Learn how to extend the Forms.Control object to add locking and unlocking capability

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ExtendingControls", "ExtendingControls\ExtendingControls.vbproj", "{D59AEC8C-5DEC-4E2D-8F65-32C3C0ECDE13}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D59AEC8C-5DEC-4E2D-8F65-32C3C0ECDE13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D59AEC8C-5DEC-4E2D-8F65-32C3C0ECDE13}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D59AEC8C-5DEC-4E2D-8F65-32C3C0ECDE13}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D59AEC8C-5DEC-4E2D-8F65-32C3C0ECDE13}.Release|Any CPU.Build.0 = Release|Any CPU
	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
United States United States
Gregory Gadow recently graduated from Central Washington University with a B.S. that combined economics and statistical analysis, and currently works for the Washington Department of Fish & Wildlife as an IT developer. He has been writing code for 30 years in more than a dozen programming languages, including Visual Basic, VB.Net, C++, C#, ASP, HTML, XML, SQL, and R.

Comments and Discussions