Click here to Skip to main content
15,886,067 members
Articles / Programming Languages / C#

SnapFormExtender - a magnet for your MDI child forms

Rate me:
Please Sign up or sign in to vote.
4.61/5 (14 votes)
4 Mar 20043 min read 71.2K   3K   37  
An extender provider that draws MDI child forms to another form's edges while moving or resizing
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SnapFormExtender", "SnapFormExtender.csproj", "{02090859-2F02-48D7-869C-5A9CF535C7B6}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SnapFormExtenderTest", "..\SnapFormExtenderTest\SnapFormExtenderTest.csproj", "{AE4AAD35-D0B1-477D-8381-46FA4F3D620D}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{02090859-2F02-48D7-869C-5A9CF535C7B6}.Debug.ActiveCfg = Debug|.NET
		{02090859-2F02-48D7-869C-5A9CF535C7B6}.Debug.Build.0 = Debug|.NET
		{02090859-2F02-48D7-869C-5A9CF535C7B6}.Release.ActiveCfg = Release|.NET
		{02090859-2F02-48D7-869C-5A9CF535C7B6}.Release.Build.0 = Release|.NET
		{AE4AAD35-D0B1-477D-8381-46FA4F3D620D}.Debug.ActiveCfg = Debug|.NET
		{AE4AAD35-D0B1-477D-8381-46FA4F3D620D}.Debug.Build.0 = Debug|.NET
		{AE4AAD35-D0B1-477D-8381-46FA4F3D620D}.Release.ActiveCfg = Release|.NET
		{AE4AAD35-D0B1-477D-8381-46FA4F3D620D}.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
Latvia Latvia
Jevgenij lives in Riga, Latvia. He started his programmer's career in 1983 developing software for radio equipment CAD systems. Created computer graphics for TV. Developed Internet credit card processing systems for banks.
Now he is System Analyst in Accenture.

Comments and Discussions