Click here to Skip to main content
15,881,715 members
Home / Discussions / C#
   

C#

 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 5:10
Hagen McCarthy11-May-12 5:10 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 5:21
Hagen McCarthy11-May-12 5:21 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 4:59
Hagen McCarthy11-May-12 4:59 
AnswerRe: Picturebox and Progressbar question Pin
BobJanova11-May-12 6:37
BobJanova11-May-12 6:37 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 7:37
Hagen McCarthy11-May-12 7:37 
AnswerRe: Picturebox and Progressbar question Pin
Alan N11-May-12 7:28
Alan N11-May-12 7:28 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 7:38
Hagen McCarthy11-May-12 7:38 
GeneralRe: Picturebox and Progressbar question Pin
Dave Kreskowiak12-May-12 4:33
mveDave Kreskowiak12-May-12 4:33 
So how long is it taking to load the image?? The ProgressChange event if only fired every once in a while, not on every byte that's loaded. It may not even be fired at 100% either.

There's a second event that you can handle to get notified that the image is completely loaded. That's the LoadCompleted event. When this one is raised, you can set your progress bar to 100% and consider the operation done.

GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy14-May-12 2:27
Hagen McCarthy14-May-12 2:27 
QuestionWeb Camera Application using C# Pin
austinwales11-May-12 3:14
austinwales11-May-12 3:14 
AnswerRe: Web Camera Application using C# Pin
Ravi Bhavnani11-May-12 3:25
professionalRavi Bhavnani11-May-12 3:25 
GeneralRe: Web Camera Application using C# Pin
Sentenryu11-May-12 4:41
Sentenryu11-May-12 4:41 
AnswerRe: Web Camera Application using C# Pin
Eddy Vluggen11-May-12 5:46
professionalEddy Vluggen11-May-12 5:46 
GeneralRe: Web Camera Application using C# Pin
Sentenryu11-May-12 6:53
Sentenryu11-May-12 6:53 
AnswerRe: Web Camera Application using C# Pin
Eddy Vluggen11-May-12 8:02
professionalEddy Vluggen11-May-12 8:02 
GeneralRe: Web Camera Application using C# Pin
Sentenryu11-May-12 8:39
Sentenryu11-May-12 8:39 
AnswerRe: Web Camera Application using C# Pin
Ravi Bhavnani11-May-12 9:01
professionalRavi Bhavnani11-May-12 9:01 
GeneralRe: Web Camera Application using C# Pin
Sentenryu11-May-12 9:23
Sentenryu11-May-12 9:23 
GeneralRe: Web Camera Application using C# Pin
Ravi Bhavnani11-May-12 9:25
professionalRavi Bhavnani11-May-12 9:25 
GeneralRe: Web Camera Application using C# Pin
austinwales13-May-12 7:30
austinwales13-May-12 7:30 
GeneralRe: Web Camera Application using C# Pin
Ravi Bhavnani13-May-12 7:41
professionalRavi Bhavnani13-May-12 7:41 
GeneralRe: Web Camera Application using C# Pin
austinwales24-May-12 0:13
austinwales24-May-12 0:13 
QuestionRegex for String.Contains Pin
amrok2amrokk10-May-12 23:09
amrok2amrokk10-May-12 23:09 
AnswerRe: Regex for String.Contains Pin
Abhinav S10-May-12 23:19
Abhinav S10-May-12 23:19 
GeneralRe: Regex for String.Contains Pin
amrok2amrokk10-May-12 23:32
amrok2amrokk10-May-12 23:32 

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.