Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: multi name error Pin
abdelhameed813-Sep-06 9:45
abdelhameed813-Sep-06 9:45 
GeneralRe: multi name error Pin
Nader Elshehabi3-Sep-06 12:33
Nader Elshehabi3-Sep-06 12:33 
QuestionMinimize Programm not as task. Pin
ytubis3-Sep-06 8:31
ytubis3-Sep-06 8:31 
AnswerRe: Minimize Programm not as task. Pin
mav.northwind3-Sep-06 8:43
mav.northwind3-Sep-06 8:43 
AnswerRe: Minimize Programm not as task. Pin
Michael P Butler3-Sep-06 9:43
Michael P Butler3-Sep-06 9:43 
GeneralRe: Minimize Programm not as task. Pin
ytubis3-Sep-06 10:17
ytubis3-Sep-06 10:17 
QuestionThread, User closes app while thread running Pin
ewaldw3-Sep-06 7:52
ewaldw3-Sep-06 7:52 
AnswerRe: Thread, User closes app while thread running Pin
Filip van der Meeren3-Sep-06 10:00
Filip van der Meeren3-Sep-06 10:00 
Well to close the thread :

t1.Abort ();

This causes a ThreadAbortException you just catch it in the method of the thread (in this case "ThreadLoadingData").
When the exception is caught you just stop uploading.

For the rest, the progress stuff, there is a special class in .net that handles this, I don't have the time to look, but I suggest you take a look online for this in Google or some other searchengine.

Don't you also love the code?

AnswerRe: Thread, User closes app while thread running Pin
Ahmed Ismail Mohamed3-Sep-06 11:40
Ahmed Ismail Mohamed3-Sep-06 11:40 
AnswerRe: Thread, User closes app while thread running Pin
S. Senthil Kumar4-Sep-06 1:33
S. Senthil Kumar4-Sep-06 1:33 
Questionconvert visual studio 2005 dll to 2003 c# Pin
Charith Jayasundara3-Sep-06 6:37
Charith Jayasundara3-Sep-06 6:37 
AnswerRe: convert visual studio 2005 dll to 2003 c# Pin
Ed.Poore3-Sep-06 10:53
Ed.Poore3-Sep-06 10:53 
GeneralRe: convert visual studio 2005 dll to 2003 c# Pin
Charith Jayasundara4-Sep-06 7:23
Charith Jayasundara4-Sep-06 7:23 
AnswerRe: convert visual studio 2005 dll to 2003 c# Pin
Fco. Javier Marin3-Sep-06 11:05
Fco. Javier Marin3-Sep-06 11:05 
GeneralRe: convert visual studio 2005 dll to 2003 c# Pin
Charith Jayasundara4-Sep-06 7:19
Charith Jayasundara4-Sep-06 7:19 
GeneralRe: convert visual studio 2005 dll to 2003 c# Pin
Fco. Javier Marin4-Sep-06 7:24
Fco. Javier Marin4-Sep-06 7:24 
GeneralRe: convert visual studio 2005 dll to 2003 c# Pin
Charith Jayasundara5-Sep-06 15:44
Charith Jayasundara5-Sep-06 15:44 
GeneralRe: convert visual studio 2005 dll to 2003 c# Pin
Fco. Javier Marin6-Sep-06 0:39
Fco. Javier Marin6-Sep-06 0:39 
GeneralRe: convert visual studio 2005 dll to 2003 c# Pin
Charith Jayasundara6-Sep-06 8:16
Charith Jayasundara6-Sep-06 8:16 
QuestionChecking Input From User (TextBox Control) Pin
Syed Shahid Hussain3-Sep-06 6:16
Syed Shahid Hussain3-Sep-06 6:16 
AnswerRe: Checking Input From User (TextBox Control) Pin
Nader Elshehabi3-Sep-06 12:23
Nader Elshehabi3-Sep-06 12:23 
GeneralRe: Checking Input From User (TextBox Control) Pin
Syed Shahid Hussain4-Sep-06 6:11
Syed Shahid Hussain4-Sep-06 6:11 
GeneralRe: Checking Input From User (TextBox Control) Pin
Nader Elshehabi4-Sep-06 7:23
Nader Elshehabi4-Sep-06 7:23 
Questionhow to input a sign for integration in my code? Pin
zechariah3-Sep-06 5:28
zechariah3-Sep-06 5:28 
AnswerRe: how to input a sign for integration in my code? Pin
Guffa3-Sep-06 6:44
Guffa3-Sep-06 6:44 

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.