Click here to Skip to main content
15,900,405 members

Comments by grafne79 (Top 3 by date)

grafne79 25-Oct-11 6:07am View    
I have implemented this and the progress bar just sits at almost 100% for the majority of the time.
grafne79 24-Oct-11 9:54am View    
On my version I had to cast the value to an int (sorry to be picky) i.e.
if ( e.Progress > e.TotalProgress ) mMakeProgressBar.Maximum = (int) e.Progress + 1;
grafne79 7-Sep-11 8:40am View    
I was hoping for a method to pass all settings (or better yet reference) the settings on the main control. I dont really want to have to pass each setting to the sub-controls. also how do I update the app settings on the main form from the sub-control?