Click here to Skip to main content
15,881,600 members
Articles / Programming Languages / Visual Basic

Create your Own Runtime Movable Windows Forms Controls

Rate me:
Please Sign up or sign in to vote.
4.47/5 (55 votes)
18 Mar 2010CPOL14 min read 383K   5.5K   137  
A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Movable Control SandBox", "Movable Control SandBox.vbproj", "{11CB76EB-483D-439E-895B-B3C4C29A5929}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{11CB76EB-483D-439E-895B-B3C4C29A5929}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{11CB76EB-483D-439E-895B-B3C4C29A5929}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{11CB76EB-483D-439E-895B-B3C4C29A5929}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{11CB76EB-483D-439E-895B-B3C4C29A5929}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Systems Engineer Blue Cross Blue Shield of Michigan
United States United States
I started out as a child. First, mastering drooling and sucking on a bottle. I soon discovered that these skills came to be very important later in life, and I put them to good use. Not "over the top" mind you, as I never drove home drunk. But, that damn bib catching my drool was getting in the way and turning the ladies away, so I had to abandon my strength and develop other skills.

So, I entered the world of geekdom. BASIC at first, then TMS9900 and Intel Assemblers, COBOL, C, C++, ...

... to be continued ...

Comments and Discussions