Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Source Column in DTS (OnErrorEvent) Pin
KSEI13-May-04 21:01
KSEI13-May-04 21:01 
GeneralRe: Source Column in DTS (OnErrorEvent) Pin
Heath Stewart14-May-04 2:23
protectorHeath Stewart14-May-04 2:23 
GeneralPropertyGrid ...Comments plz. Pin
Jay Shankar13-May-04 15:44
Jay Shankar13-May-04 15:44 
GeneralRe: PropertyGrid ...Comments plz. Pin
Heath Stewart13-May-04 17:05
protectorHeath Stewart13-May-04 17:05 
GeneralRe: PropertyGrid ...Comments plz. Pin
Jay Shankar13-May-04 20:42
Jay Shankar13-May-04 20:42 
GeneralRe: PropertyGrid ...Comments plz. Pin
leppie14-May-04 7:26
leppie14-May-04 7:26 
GeneralProgress Bar Pin
The_Soul_Of_Rock13-May-04 15:18
The_Soul_Of_Rock13-May-04 15:18 
GeneralRe: Progress Bar Pin
Heath Stewart13-May-04 16:56
protectorHeath Stewart13-May-04 16:56 
Use the ProgressBar and a few Label controls. If you want to treat this whole thing as a single control, consider extending UserControl and put all this in it. Add some properties and methods to that user control, such as a Minimum, Value, and Maximum properties, and perhaps a Step method (similar to the ProgressBar). These would be used to set the properties on the ProgressBar, and when the Value is updated, also update the Label with the percent remaining (although the addition of such a control and a progress bar is a waste of screen real estate).

As far as time remaining, that's really a question of implementation. There's no generic way of handling it. You have to calculate or estimate the total and remaining time as you perform your operations.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Progress Bar Pin
The_Soul_Of_Rock13-May-04 17:18
The_Soul_Of_Rock13-May-04 17:18 
GeneralRe: Progress Bar Pin
Heath Stewart13-May-04 17:21
protectorHeath Stewart13-May-04 17:21 
GeneralRe: Progress Bar Pin
The_Soul_Of_Rock13-May-04 17:44
The_Soul_Of_Rock13-May-04 17:44 
GeneralRe: Progress Bar Pin
LongRange.Shooter14-May-04 8:25
LongRange.Shooter14-May-04 8:25 
GeneralExplanation about Properties Pin
Rostrox13-May-04 13:04
Rostrox13-May-04 13:04 
GeneralRe: Explanation about Properties Pin
Heath Stewart13-May-04 13:20
protectorHeath Stewart13-May-04 13:20 
GeneralRe: Explanation about Properties Pin
pgraeve13-May-04 15:11
pgraeve13-May-04 15:11 
GeneralRe: Explanation about Properties Pin
Heath Stewart13-May-04 16:52
protectorHeath Stewart13-May-04 16:52 
GeneralAdding Rows to Dataset Pin
MrJJKoolJ13-May-04 12:37
MrJJKoolJ13-May-04 12:37 
GeneralRe: Adding Rows to Dataset Pin
MrJJKoolJ13-May-04 12:59
MrJJKoolJ13-May-04 12:59 
GeneralRe: Adding Rows to Dataset Pin
Heath Stewart13-May-04 13:04
protectorHeath Stewart13-May-04 13:04 
GeneralRe: Adding Rows to Dataset Pin
MrJJKoolJ13-May-04 13:22
MrJJKoolJ13-May-04 13:22 
GeneralRe: Adding Rows to Dataset Pin
Heath Stewart13-May-04 13:29
protectorHeath Stewart13-May-04 13:29 
GeneralRe: Adding Rows to Dataset Pin
Heath Stewart13-May-04 13:07
protectorHeath Stewart13-May-04 13:07 
GeneralSys Monitor graphs Pin
Ashwin C13-May-04 11:27
Ashwin C13-May-04 11:27 
GeneralRe: Sys Monitor graphs Pin
Heath Stewart13-May-04 11:49
protectorHeath Stewart13-May-04 11:49 
Generalregistry permissions Pin
elena1234513-May-04 10:36
elena1234513-May-04 10:36 

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.