Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
Questionini file Pin
Member 59031010-Jan-10 19:49
Member 59031010-Jan-10 19:49 
AnswerRe: ini file Pin
Kubajzz10-Jan-10 20:12
Kubajzz10-Jan-10 20:12 
AnswerRe: ini file Pin
April Fans11-Jan-10 15:39
April Fans11-Jan-10 15:39 
GeneralRe: ini file Pin
Sunil G12-Jan-10 20:48
Sunil G12-Jan-10 20:48 
QuestionHiring an expert C# programmer with knowledge of UIAutomation Pin
jignesh2410-Jan-10 18:44
jignesh2410-Jan-10 18:44 
AnswerRe: Hiring an expert C# programmer with knowledge of UIAutomation Pin
J4amieC11-Jan-10 1:44
J4amieC11-Jan-10 1:44 
AnswerRe: Hiring an expert C# programmer with knowledge of UIAutomation Pin
Ashfield11-Jan-10 3:53
Ashfield11-Jan-10 3:53 
Questionhow to stop the current process Pin
scoket10-Jan-10 16:37
scoket10-Jan-10 16:37 
there are two buttons in my layout.one is "start" the other is "stop".
when i click the "start" button it will excute the programe.it will expend long time to excute. so the user will click the "stop" button to stop the current operation.
there is two problem to solve:
1, when click the "start" button the "stop" button must can be operated.
2, stop the current porcess's excute.

i have wriited the code as this:
//i want to make the layout's other control can be operated,but failire
System.Windows.Forms.Application.DoEvents();
//abort the current main thread
System.Threading.Thread.CurrentThread.Abort();

thank you!
AnswerRe: how to stop the current process Pin
Kubajzz10-Jan-10 18:34
Kubajzz10-Jan-10 18:34 
GeneralRe: how to stop the current process Pin
scoket10-Jan-10 19:24
scoket10-Jan-10 19:24 
Questionuse insert command on c# form to access database Pin
johnnysmith110-Jan-10 14:16
johnnysmith110-Jan-10 14:16 
AnswerRe: use insert command on c# form to access database Pin
Abhinav S10-Jan-10 16:08
Abhinav S10-Jan-10 16:08 
GeneralRe: use insert command on c# form to access database Pin
johnnysmith110-Jan-10 17:18
johnnysmith110-Jan-10 17:18 
AnswerRe: use insert command on c# form to access database Pin
PIEBALDconsult11-Jan-10 3:55
mvePIEBALDconsult11-Jan-10 3:55 
QuestionHow to not show a console app in the taskbar Pin
Marc Clifton10-Jan-10 10:07
mvaMarc Clifton10-Jan-10 10:07 
AnswerRe: How to not show a console app in the taskbar Pin
Alan N10-Jan-10 10:24
Alan N10-Jan-10 10:24 
GeneralRe: How to not show a console app in the taskbar Pin
PIEBALDconsult10-Jan-10 10:39
mvePIEBALDconsult10-Jan-10 10:39 
GeneralRe: How to not show a console app in the taskbar Pin
Alan N11-Jan-10 2:04
Alan N11-Jan-10 2:04 
GeneralRe: How to not show a console app in the taskbar Pin
PIEBALDconsult11-Jan-10 3:55
mvePIEBALDconsult11-Jan-10 3:55 
GeneralRe: How to not show a console app in the taskbar Pin
harold aptroot10-Jan-10 11:03
harold aptroot10-Jan-10 11:03 
Question.NET Interview Questions Pin
DRAYKKO10-Jan-10 9:55
professionalDRAYKKO10-Jan-10 9:55 
AnswerRe: .NET Interview Questions Pin
PIEBALDconsult10-Jan-10 10:40
mvePIEBALDconsult10-Jan-10 10:40 
AnswerRe: .NET Interview Questions Pin
Harvey Saayman11-Jan-10 0:14
Harvey Saayman11-Jan-10 0:14 
QuestionTraining Suggestions Pin
Rafone10-Jan-10 7:15
Rafone10-Jan-10 7:15 
Questionwhy inherit from Component? Pin
ryanminor10-Jan-10 6:14
ryanminor10-Jan-10 6:14 

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.