I\'ve got a thread that goes out and looks up data on our (old) SQL server.
As data comes in, I post information to a modal dialog box - the user can\'t & should
What are you passing into your KillThread method? The cancel button will be being clicked on the UI thread, not the one that you want to kill.
KillThread