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

C#

 
AnswerRe: HttpWebRequest in WCF Pin
Rob Philpott25-Nov-15 1:10
Rob Philpott25-Nov-15 1:10 
Question(WPF) How to pass events from child to parent Pin
Foothill24-Nov-15 10:51
professionalFoothill24-Nov-15 10:51 
Generalcoding problem progress bar Pin
Kris Saelen24-Nov-15 5:56
Kris Saelen24-Nov-15 5:56 
AnswerRe: coding problem progress bar Pin
Duncan Edwards Jones24-Nov-15 5:57
professionalDuncan Edwards Jones24-Nov-15 5:57 
GeneralRe: coding problem progress bar Pin
Eddy Vluggen24-Nov-15 6:00
professionalEddy Vluggen24-Nov-15 6:00 
GeneralRe: coding problem progress bar Pin
R. Giskard Reventlov24-Nov-15 6:51
R. Giskard Reventlov24-Nov-15 6:51 
GeneralRe: coding problem progress bar Pin
Ian Shlasko24-Nov-15 7:14
Ian Shlasko24-Nov-15 7:14 
AnswerRe: coding problem progress bar Pin
John Torjo24-Nov-15 11:33
professionalJohn Torjo24-Nov-15 11:33 
Your "work" should be done on a different (worker) thread. After you compute each step, you update the value of "progress".

The main thread should have a timer (like, 50ms or so). It should query the value of "progress", and update the progress bar.

Easy peasy Big Grin | :-D

Best,
John
-- LogWizard Meet the Log Viewer that makes monitoring log files a joy!

GeneralRe: coding problem progress bar Pin
Kris Saelen28-Nov-15 10:50
Kris Saelen28-Nov-15 10:50 
QuestionRead, write and processing each row of a gridview ? Pin
Member 245846723-Nov-15 15:59
Member 245846723-Nov-15 15:59 
AnswerRe: Read, write and processing each row of a gridview ? Pin
F-ES Sitecore23-Nov-15 22:44
professionalF-ES Sitecore23-Nov-15 22:44 
AnswerRe: Read, write and processing each row of a gridview ? Pin
John Torjo24-Nov-15 0:20
professionalJohn Torjo24-Nov-15 0:20 
AnswerRe: Read, write and processing each row of a gridview ? Pin
Simon_Whale24-Nov-15 5:02
Simon_Whale24-Nov-15 5:02 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Member 245846724-Nov-15 18:58
Member 245846724-Nov-15 18:58 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Simon_Whale24-Nov-15 22:00
Simon_Whale24-Nov-15 22:00 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Member 245846724-Nov-15 22:49
Member 245846724-Nov-15 22:49 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Simon_Whale24-Nov-15 22:55
Simon_Whale24-Nov-15 22:55 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Member 245846725-Nov-15 15:00
Member 245846725-Nov-15 15:00 
QuestionC# app as proxy Pin
Member 1206160023-Nov-15 0:12
Member 1206160023-Nov-15 0:12 
AnswerRe: C# app as proxy Pin
OriginalGriff23-Nov-15 0:37
mveOriginalGriff23-Nov-15 0:37 
AnswerRe: C# app as proxy Pin
Rob Philpott25-Nov-15 1:19
Rob Philpott25-Nov-15 1:19 
GeneralRe: C# app as proxy Pin
Member 1206160025-Nov-15 1:38
Member 1206160025-Nov-15 1:38 
GeneralRe: C# app as proxy Pin
Rob Philpott25-Nov-15 1:51
Rob Philpott25-Nov-15 1:51 
GeneralRe: C# app as proxy Pin
Member 120616003-Dec-15 20:35
Member 120616003-Dec-15 20:35 
Questioncan anyone suggest best books or links for C# interview Pin
Gowtham Gururaj22-Nov-15 17:49
Gowtham Gururaj22-Nov-15 17:49 

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.