Click here to Skip to main content
Licence 
First Posted 31 May 2006
Views 24,130
Bookmarked 28 times

Loading Line Control

By | 31 May 2006 | Article
Custom Loading Bar Control

Sample Image - LoadingLine.gif

Introduction

Have you ever wanted a simple easy to implement control to function as a loading bar? As a developer for .NET I was very displeased with the lack of an endless loading bar. So I decided to create my own control for me to use whenever I didn't know the amount of time something was going to take to load. This control can even be used as a spiffy UI element.

Implementing the Control

The use of this control is quite simple. Just right-click inside of your toolbox and select to add an item. Then click on the browse button and select the LoadingLineControlLibrary.dll included in the project files. Thats it! Now you have a LoadingLine toolbox item that you can use just like you would any other control.

Using the Control

Properties

  • Color 1 - The First Color of the Control
  • Color 2 - The Second Color of the Control
  • Movement Type - The Movement of the Control
    • Bounce
    • Right to Left
    • Left to Right
  • Speed - The Speed at which the Control is Moving
  • Scroller Size - The Size of the Scroller

Example Usage

'' Start Loading

Me.LoadingLine1.Start()

'' Stop Loading

Me.LoadingLine1.StopMoving()

''Change Color

Me.LoadingLine1.Color1 = color1 ''Color
Me.LoadingLine1.Color2 = color2 ''Color

''Change Speed

Me.LoadingLine1.Speed = speedvariable ''Integer

''Change Size

Me.LoadingLine1.ScrollerSize = sizevariable ''Integer

''Change Movement Type

Me.LoadingLine1.MovementType = LoadingLineControlLibrary.LoadingLine.SetType.Bounce
Me.LoadingLine1.MovementType = LoadingLineControlLibrary.LoadingLine.SetType.MoveLeft
Me.LoadingLine1.MovementType = LoadingLineControlLibrary.LoadingLine.SetType.MoveRight

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

About the Author

TerrinHelles



United States United States

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralSlightly Optimized PinmemberPolymorpher7:15 11 Jun '06  
GeneralThanks PinmemberPolymorpher15:48 8 Jun '06  
Generalthis is a duplicate Pinmemberpita200017:40 7 Jun '06  
GeneralRe: this is a duplicate [modified] PinmemberTerrinHelles17:44 7 Jun '06  
GeneralNice PinmemberMalik Nasir19:07 31 May '06  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 31 May 2006
Article Copyright 2006 by TerrinHelles
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid