Click here to Skip to main content
15,885,309 members
Articles / Programming Languages / Visual Basic

Using PropertyGrid Part-I

Rate me:
Please Sign up or sign in to vote.
4.85/5 (214 votes)
3 Feb 20035 min read 918K   4.6K   283  
Explains about PropertyGrid and how to use, with detailed examples
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Using PropertyGrid", "Using PropertyGrid.vbproj", "{EA4AD4E3-69A9-4D30-955B-79716D6043C0}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{EA4AD4E3-69A9-4D30-955B-79716D6043C0}.Debug.ActiveCfg = Debug|.NET
		{EA4AD4E3-69A9-4D30-955B-79716D6043C0}.Debug.Build.0 = Debug|.NET
		{EA4AD4E3-69A9-4D30-955B-79716D6043C0}.Release.ActiveCfg = Release|.NET
		{EA4AD4E3-69A9-4D30-955B-79716D6043C0}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Working as consultant in Client/server,Web Development, Automation areas using C#,Vb,Vb.net,Asp.net,Sql Server,Xml,Html&Dhtml etc..
Looking for a challenging project in .NET

Comments and Discussions