Click here to Skip to main content
15,896,201 members
Articles / Desktop Programming / Windows Forms

Creating an outlook like side bar using the smart client software factory

Rate me:
Please Sign up or sign in to vote.
4.61/5 (14 votes)
26 Sep 200611 min read 146.8K   6.2K   111  
This is basically a tutorial to use the smart client software factory to create an outlook like side bar using Matias Woloski's outlookbar workspace

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{4C62F5F3-A6B2-4EA5-A518-3D9B77F3DED7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{53B72162-4983-4742-90F1-388D6416014C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Interface", "Source\Infrastructure\Infrastructure.Interface\Infrastructure.Interface.csproj", "{C903E2E0-FB56-4DC5-952C-7D48F90F76CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Library", "Source\Infrastructure\Infrastructure.Library\Infrastructure.Library.csproj", "{630B6769-2DD7-43FE-A66F-399097C4D79E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Module", "Source\Infrastructure\Infrastructure.Module\Infrastructure.Module.csproj", "{ECE9189D-363D-46AD-B66D-BCBDAC6388C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shell", "Source\Infrastructure\Shell\Shell.csproj", "{01C8A532-3245-455D-A229-EEC6399366A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeopleModule", "PeopleModule\PeopleModule\PeopleModule.csproj", "{C9E0C9A1-4295-49D9-A2A2-1AE4341B4617}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailModule", "MailModule\MailModule\MailModule.csproj", "{CE502B3A-2977-458F-823B-FEA06642DCDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactsModule", "ContactsModule\ContactsModule\ContactsModule.csproj", "{2270B949-46F8-4F53-A312-01A23502399F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C903E2E0-FB56-4DC5-952C-7D48F90F76CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C903E2E0-FB56-4DC5-952C-7D48F90F76CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C903E2E0-FB56-4DC5-952C-7D48F90F76CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C903E2E0-FB56-4DC5-952C-7D48F90F76CA}.Release|Any CPU.Build.0 = Release|Any CPU
		{630B6769-2DD7-43FE-A66F-399097C4D79E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{630B6769-2DD7-43FE-A66F-399097C4D79E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{630B6769-2DD7-43FE-A66F-399097C4D79E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{630B6769-2DD7-43FE-A66F-399097C4D79E}.Release|Any CPU.Build.0 = Release|Any CPU
		{ECE9189D-363D-46AD-B66D-BCBDAC6388C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ECE9189D-363D-46AD-B66D-BCBDAC6388C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ECE9189D-363D-46AD-B66D-BCBDAC6388C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ECE9189D-363D-46AD-B66D-BCBDAC6388C4}.Release|Any CPU.Build.0 = Release|Any CPU
		{01C8A532-3245-455D-A229-EEC6399366A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{01C8A532-3245-455D-A229-EEC6399366A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{01C8A532-3245-455D-A229-EEC6399366A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{01C8A532-3245-455D-A229-EEC6399366A5}.Release|Any CPU.Build.0 = Release|Any CPU
		{C9E0C9A1-4295-49D9-A2A2-1AE4341B4617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C9E0C9A1-4295-49D9-A2A2-1AE4341B4617}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C9E0C9A1-4295-49D9-A2A2-1AE4341B4617}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C9E0C9A1-4295-49D9-A2A2-1AE4341B4617}.Release|Any CPU.Build.0 = Release|Any CPU
		{CE502B3A-2977-458F-823B-FEA06642DCDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CE502B3A-2977-458F-823B-FEA06642DCDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CE502B3A-2977-458F-823B-FEA06642DCDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CE502B3A-2977-458F-823B-FEA06642DCDE}.Release|Any CPU.Build.0 = Release|Any CPU
		{2270B949-46F8-4F53-A312-01A23502399F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2270B949-46F8-4F53-A312-01A23502399F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2270B949-46F8-4F53-A312-01A23502399F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2270B949-46F8-4F53-A312-01A23502399F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{53B72162-4983-4742-90F1-388D6416014C} = {4C62F5F3-A6B2-4EA5-A518-3D9B77F3DED7}
		{C9E0C9A1-4295-49D9-A2A2-1AE4341B4617} = {4C62F5F3-A6B2-4EA5-A518-3D9B77F3DED7}
		{CE502B3A-2977-458F-823B-FEA06642DCDE} = {4C62F5F3-A6B2-4EA5-A518-3D9B77F3DED7}
		{CE502B3A-2977-458F-823B-FEA06642DCDE} = {4C62F5F3-A6B2-4EA5-A518-3D9B77F3DED7}
		{2270B949-46F8-4F53-A312-01A23502399F} = {4C62F5F3-A6B2-4EA5-A518-3D9B77F3DED7}
		{2270B949-46F8-4F53-A312-01A23502399F} = {4C62F5F3-A6B2-4EA5-A518-3D9B77F3DED7}
		{C903E2E0-FB56-4DC5-952C-7D48F90F76CA} = {53B72162-4983-4742-90F1-388D6416014C}
		{630B6769-2DD7-43FE-A66F-399097C4D79E} = {53B72162-4983-4742-90F1-388D6416014C}
		{ECE9189D-363D-46AD-B66D-BCBDAC6388C4} = {53B72162-4983-4742-90F1-388D6416014C}
		{01C8A532-3245-455D-A229-EEC6399366A5} = {53B72162-4983-4742-90F1-388D6416014C}
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		ShellProjectGuid = 01c8a532-3245-455d-a229-eec6399366a5
		CommonProjectGuid = c903e2e0-fb56-4dc5-952c-7d48f90f76ca
		RootNamespace = Matias
	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
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions