Hi i am working on a project at the moment that has a lot of text boxes. Is it possible when a user fills in a textbox to have a progress bar move across as each text box gets filled in. When the progress bar is complete have a submit button appear. How would i link the progress bar to each textbox
How would i go about doing this?
Thanks Inkey
C# Progress BAR
Page 1 of 13 Replies - 168 Views - Last Post: 20 November 2012 - 05:32 AM
Replies To: C# Progress BAR
#2
Re: C# Progress BAR
Posted 20 November 2012 - 02:34 AM
Well, have you written any code for this? If so, do post it here...and show us where in the code are you facing a problem and what steps you have taken to solve that problem.
regards,
Raghav
regards,
Raghav
This post has been edited by raghav.naganathan: 20 November 2012 - 02:35 AM
#3
Re: C# Progress BAR
Posted 20 November 2012 - 02:39 AM
raghav.naganathan, on 20 November 2012 - 02:34 AM, said:
Well, have you written any code for this? If so, do post it here...and show us where in the code are you facing a problem and what steps you have taken to solve that problem.
regards,
Raghav
regards,
Raghav
I have not yet started just looking some direction as how to achieve this and learn something along the way.
#4
Re: C# Progress BAR
Posted 20 November 2012 - 05:32 AM
Perhaps you'd want to go with common TextBox.Leave event handler, and check for senders' TextLenght property, and increase progressbar value accordingly. You can similarly use common TextChanged handler for setting TextBox.Tag value and/or individual bool for each of them, if their text is edited (and shortened) at some point.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|