using WinAPI functions in C#
I want to get messages posted by a button control using a thread while the program continue the execution of another process.This process should be ended while the user clicks the button.This process is a file reading process.At least process should read the file which is started to be read,but shouldn't read any more files when the button is clicked.
I import the user32.dll and I used WinAPI GetMessage function but it didn't work.Can anyone help me?
Thanks in advance...
spgilmorePosted Jan 12, 2004, 12:12 PM
sakyildizPosted Dec 31, 2003, 6:25 AM
spgilmorePosted Dec 29, 2003, 5:55 PM
sakyildizPosted Dec 23, 2003, 2:05 AM
spgilmorePosted Dec 22, 2003, 3:21 PM