Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: multi name error Pin
Michael P Butler3-Sep-06 9:44
Michael P Butler3-Sep-06 9:44 
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 
Hi All. Can someone please help. I am using vs 2003 and SQL 2000. I have to insert about 50000 records into sql. I have tried to use a tread to do this, but when the user say closes the app while the second thread is still running, the app is closed, but the thread is still running and still inserting rows into the database. The code that i used to create a thread is as follows: Thread t1 = new Thread(new ThreadStart(ThreadLoadingData)); t1.Name = "ThreadLoadingData"; t1.Start(); I used the tread in the same class. In ThreadLoadingData i go to different classes for inserting the data. Thera are 5 tables that i must insert into, each one i use a different class. Now i also need to display a progress bar for this, how do i go about solving this problem
Thanks
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 
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 

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.