Click here to Skip to main content
15,884,237 members
Articles / Programming Languages / C#

Balloon ToolTip Control

Rate me:
Please Sign up or sign in to vote.
4.79/5 (37 votes)
8 Dec 2005CPOL11 min read 237.8K   9.8K   131  
A balloon tooltip control implementing the IExtender interface.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomTooltip", "CustomTooltip\CustomTooltip.csproj", "{5FC76950-93EB-498C-B5FE-9575F8E1BA05}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToolTipTest", "ToolTipTest\ToolTipTest.csproj", "{CC10608C-8839-4C05-8DBD-0D34CCE68573}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5FC76950-93EB-498C-B5FE-9575F8E1BA05}.Debug.ActiveCfg = Debug|.NET
		{5FC76950-93EB-498C-B5FE-9575F8E1BA05}.Debug.Build.0 = Debug|.NET
		{5FC76950-93EB-498C-B5FE-9575F8E1BA05}.Release.ActiveCfg = Release|.NET
		{5FC76950-93EB-498C-B5FE-9575F8E1BA05}.Release.Build.0 = Release|.NET
		{CC10608C-8839-4C05-8DBD-0D34CCE68573}.Debug.ActiveCfg = Debug|.NET
		{CC10608C-8839-4C05-8DBD-0D34CCE68573}.Debug.Build.0 = Debug|.NET
		{CC10608C-8839-4C05-8DBD-0D34CCE68573}.Release.ActiveCfg = Release|.NET
		{CC10608C-8839-4C05-8DBD-0D34CCE68573}.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
Team Leader
Jordan Jordan
NOOR ABUHAMDEH
Working as a Technical Team Leader in a software solutions company in Jordan, interested in .net technology, C++

Comments and Discussions