5
Answers

How to cancel with button?

Gerben Schmidt

Gerben Schmidt

14y
12.7k
1
Hi,

I have written a c# windowsapplication to convert an ASCII file.
First I select an input file-->with a button a method() reads and converts the content of the file (with for loops) and writes the new content to a new file.

How can I cancel this method() with a button?

When the methods() runs, I can't escape it or use the exit button of the form

Greetzzz,

G
Answers (5)