Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / C#

How To Add ToolTips To Controls On A Windows Form

Rate me:
Please Sign up or sign in to vote.
3.57/5 (34 votes)
1 Feb 2001CPOL 250.4K   2.9K   35  
Tips on how to add tooltips to controls on windows form in the .NET framework
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetGUITest", "NetGUITest\NetGUITest.csproj", "{6DA2674F-5BFA-4B9F-A8B9-C31A85693ECB}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
	ProjectSection(SolutionConfiguration) = postProject
		Release.ActiveCfg = Release|.NET
		Release.Build.0 = Release|.NET
		Debug.ActiveCfg = Debug|.NET
		Debug.Build.0 = Debug|.NET
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetGUIGoodies", "NetGUIGoodies\NetGUIGoodies.csproj", "{0453B3F2-D562-4224-9980-1804FFD003CD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
	ProjectSection(SolutionConfiguration) = postProject
		Release.ActiveCfg = Release|.NET
		Release.Build.0 = Release|.NET
		Debug.ActiveCfg = Debug|.NET
		Debug.Build.0 = Debug|.NET
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetGUITabsTest", "NetGUITabsTest\NetGUITabsTest.csproj", "{224ECDD4-B79A-494A-BA2B-CABE56820F99}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
	ProjectSection(SolutionConfiguration) = postProject
		Release.ActiveCfg = Release|.NET
		Release.Build.0 = Release|.NET
		Debug.ActiveCfg = Debug|.NET
		Debug.Build.0 = Debug|.NET
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
		DoSign = FALSE
	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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions