Click here to Skip to main content
16,006,348 members
Home / Discussions / C#
   

C#

 
AnswerRe: Proxy server and c# Pin
Vasudevan Deepak Kumar4-Mar-07 5:11
Vasudevan Deepak Kumar4-Mar-07 5:11 
QuestionUpdating a progressbar from a seperate thread Pin
sharpiesharpie2-Mar-07 12:47
sharpiesharpie2-Mar-07 12:47 
AnswerRe: Updating a progressbar from a seperate thread Pin
Luc Pattyn2-Mar-07 13:31
sitebuilderLuc Pattyn2-Mar-07 13:31 
GeneralRe: Updating a progressbar from a seperate thread Pin
sharpiesharpie3-Mar-07 0:12
sharpiesharpie3-Mar-07 0:12 
GeneralRe: Updating a progressbar from a seperate thread Pin
Luc Pattyn3-Mar-07 0:38
sitebuilderLuc Pattyn3-Mar-07 0:38 
GeneralRe: Updating a progressbar from a seperate thread Pin
sharpiesharpie3-Mar-07 1:34
sharpiesharpie3-Mar-07 1:34 
GeneralRe: Updating a progressbar from a seperate thread Pin
Luc Pattyn3-Mar-07 1:51
sitebuilderLuc Pattyn3-Mar-07 1:51 
GeneralRe: Updating a progressbar from a seperate thread Pin
sharpiesharpie3-Mar-07 2:32
sharpiesharpie3-Mar-07 2:32 
So if i want to update my progress bar...i need to do something like this?


private delegate void SetPrecentage(int p);

<br />
private int DoOperation(int p)<br />
{<br />
if (this.InvokeRequired){<br />
Invoke(new SetPrecentage(DoOperation),new object[]{p});}<br />
}<br />


but then...how do i like, update the progress bar?
GeneralRe: Updating a progressbar from a seperate thread Pin
S. Senthil Kumar3-Mar-07 7:35
S. Senthil Kumar3-Mar-07 7:35 
GeneralRe: Updating a progressbar from a seperate thread Pin
sharpiesharpie3-Mar-07 9:04
sharpiesharpie3-Mar-07 9:04 
GeneralRe: Updating a progressbar from a seperate thread Pin
S. Senthil Kumar3-Mar-07 15:41
S. Senthil Kumar3-Mar-07 15:41 
QuestionHow to configure SQL Server 2000 to allow remote connections ? [modified] Pin
hdv2122-Mar-07 11:19
hdv2122-Mar-07 11:19 
AnswerRe: How to configure SQL Server 2000 to allow remote connections ? Pin
Vasudevan Deepak Kumar4-Mar-07 5:18
Vasudevan Deepak Kumar4-Mar-07 5:18 
QuestionRun Once and accept parameters Pin
Christopher Thornburg2-Mar-07 9:42
Christopher Thornburg2-Mar-07 9:42 
AnswerRe: Run Once and accept parameters Pin
Luc Pattyn2-Mar-07 10:35
sitebuilderLuc Pattyn2-Mar-07 10:35 
QuestionHow can I set the Maximum Working Area [modified] Pin
Khoramdin2-Mar-07 8:54
Khoramdin2-Mar-07 8:54 
AnswerRe: How can I set the Maximum Working Area Pin
Chris Buckett2-Mar-07 10:02
Chris Buckett2-Mar-07 10:02 
QuestionHow to display the HTML content from XML in winforms [modified] Pin
engsrini2-Mar-07 8:39
engsrini2-Mar-07 8:39 
AnswerRe: How to display the HTML content from XML in winforms Pin
Edmundisme2-Mar-07 9:20
Edmundisme2-Mar-07 9:20 
GeneralRe: How to display the HTML content from XML in winforms Pin
engsrini2-Mar-07 10:38
engsrini2-Mar-07 10:38 
GeneralRe: How to display the HTML content from XML in winforms Pin
Edmundisme2-Mar-07 11:29
Edmundisme2-Mar-07 11:29 
GeneralRe: How to display the HTML content from XML in winforms Pin
theomed2-Mar-07 19:17
theomed2-Mar-07 19:17 
QuestionHow to add values of generic type T Pin
Marc Clifton2-Mar-07 7:57
mvaMarc Clifton2-Mar-07 7:57 
AnswerRe: How to add values of generic type T Pin
Guffa2-Mar-07 8:23
Guffa2-Mar-07 8:23 
GeneralRe: How to add values of generic type T Pin
Marc Clifton2-Mar-07 8:55
mvaMarc Clifton2-Mar-07 8:55 

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.