Click here to Skip to main content
15,896,269 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerUse Desktops Pin
MohammadAmiry30-Mar-06 14:18
MohammadAmiry30-Mar-06 14:18 
GeneralRe: Use Desktops Pin
Joshua Quick30-Mar-06 23:46
Joshua Quick30-Mar-06 23:46 
GeneralRe: Use Desktops Pin
Dave Kreskowiak31-Mar-06 5:56
mveDave Kreskowiak31-Mar-06 5:56 
GeneralRe: Use Desktops Pin
MohammadAmiry31-Mar-06 11:14
MohammadAmiry31-Mar-06 11:14 
QuestionReversing a string Pin
machman130-Mar-06 11:52
machman130-Mar-06 11:52 
AnswerRe: Reversing a string Pin
Steve Pullan30-Mar-06 11:58
Steve Pullan30-Mar-06 11:58 
QuestionProgress bar Pin
MikeUPMC30-Mar-06 9:33
MikeUPMC30-Mar-06 9:33 
AnswerRe: Progress bar Pin
Steve Pullan30-Mar-06 13:07
Steve Pullan30-Mar-06 13:07 
MikeUPMC wrote:
I want to place a Progress Bar on my form, but I don't know how long particular tasks will take.


Hmmm... difficult when you don't know the length of a piece of string!

Three possible approaches...

1. use a ProgressBar but dynamically change the increment value until you KNOW how much longer it will take, then intelligently divide the remaining bar length into equal intervals, or

2. use the "pseudo-ProgressBar" approach which increments up to (say) 90% and then waits until the process is finished and only then sets the bar to 100%, (this was used in the past by some disreputable installation programs), - not really recommended Smile | :) , or

3. use an animated GIF or cursor to indicate to the user that things are happening and not to be tempted to CtlAltDel!

The most important thing is to convey to the user that progress is being made and not to interrupt the program.

...Steve

1. quod erat demonstrandum
2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life."
I read that somewhere once Smile | :)
AnswerRe: Progress bar Pin
MohammadAmiry30-Mar-06 14:25
MohammadAmiry30-Mar-06 14:25 
GeneralRe: Progress bar Pin
MikeUPMC3-Apr-06 10:29
MikeUPMC3-Apr-06 10:29 
AnswerRe: Progress bar Pin
MohammadAmiry4-Apr-06 1:23
MohammadAmiry4-Apr-06 1:23 
QuestionReceiving Net Send within application textbox Pin
sharmaabhishek30-Mar-06 8:19
sharmaabhishek30-Mar-06 8:19 
AnswerRe: Receiving Net Send within application textbox Pin
Eric Dahlvang31-Mar-06 3:17
Eric Dahlvang31-Mar-06 3:17 
GeneralRe: Receiving Net Send within application textbox Pin
sharmaabhishek1-Apr-06 13:08
sharmaabhishek1-Apr-06 13:08 
GeneralRe: Receiving Net Send within application textbox Pin
Eric Dahlvang3-Apr-06 4:56
Eric Dahlvang3-Apr-06 4:56 
GeneralRe: Receiving Net Send within application textbox Pin
sharmaabhishek5-Apr-06 11:59
sharmaabhishek5-Apr-06 11:59 
GeneralRe: Receiving Net Send within application textbox Pin
Eric Dahlvang6-Apr-06 11:01
Eric Dahlvang6-Apr-06 11:01 
QuestionEncryption & Drag/Drop Pin
kenexcelon30-Mar-06 5:35
kenexcelon30-Mar-06 5:35 
AnswerRe: Encryption & Drag/Drop Pin
MohammadAmiry30-Mar-06 14:31
MohammadAmiry30-Mar-06 14:31 
Questionvb Activate a Notification Area App Menu Pin
chabdesign30-Mar-06 5:16
chabdesign30-Mar-06 5:16 
QuestionWeb Chat Pin
Sharper8330-Mar-06 3:16
Sharper8330-Mar-06 3:16 
AnswerRe: Web Chat Pin
J4amieC30-Mar-06 3:19
J4amieC30-Mar-06 3:19 
AnswerRe: Web Chat Pin
IBetNoBodyWillHaveThisNameOrAlias30-Mar-06 4:53
IBetNoBodyWillHaveThisNameOrAlias30-Mar-06 4:53 
QuestionJoining Arrays Together Pin
directred30-Mar-06 2:34
directred30-Mar-06 2:34 
AnswerRe: Joining Arrays Together Pin
J4amieC30-Mar-06 3:20
J4amieC30-Mar-06 3:20 

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

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