Click here to Skip to main content
15,895,746 members
Articles / Programming Languages / C#

IconPanel Custom Control

Rate me:
Please Sign up or sign in to vote.
4.86/5 (13 votes)
21 Sep 20048 min read 85.3K   3.7K   77  
An expanding/collapsing 'Task Tray' ala Windows XP and Longhorn
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IconPanelTest", "IconPanelTest.csproj", "{23DA2926-A1C7-4D2B-AD4C-032413C3F47F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IconPanel", "..\IconPanel.csproj", "{20FC494E-0016-42E8-82D0-71692A41FA1A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{23DA2926-A1C7-4D2B-AD4C-032413C3F47F}.Debug.ActiveCfg = Debug|.NET
		{23DA2926-A1C7-4D2B-AD4C-032413C3F47F}.Debug.Build.0 = Debug|.NET
		{23DA2926-A1C7-4D2B-AD4C-032413C3F47F}.Release.ActiveCfg = Release|.NET
		{23DA2926-A1C7-4D2B-AD4C-032413C3F47F}.Release.Build.0 = Release|.NET
		{20FC494E-0016-42E8-82D0-71692A41FA1A}.Debug.ActiveCfg = Debug|.NET
		{20FC494E-0016-42E8-82D0-71692A41FA1A}.Debug.Build.0 = Debug|.NET
		{20FC494E-0016-42E8-82D0-71692A41FA1A}.Release.ActiveCfg = Release|.NET
		{20FC494E-0016-42E8-82D0-71692A41FA1A}.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
I have been bumming around doing Software development for 22+ years. A bit of everything, including a most enjoyable stint at NuMega Technologies where I (and 2-3 other amazing developers) wrote SoftICE/95, SoftICE for Windows NT 3.0 and 3.5. I also developed the MACH5 technology behind the TrueTime profiler. During my time there I was fortunate enough to have the office next to Matt Pietrek and saw 1st hand the demands and difficulties of writing about software and software development. Still, I spent 2 years as a monthly columnist writing about Java technologies.

As of this time, I just write a lot of code, mostly C#, but some C++/ATL/COM, Assembler, and the occasional VB6/VB.NET. I focus mainly on UI because I spent so much time in the bowels of the OS that it just plain bores me.

Comments and Discussions