[
  {
    "Id": "1320323",
    "ThreadId": "571606",
    "Html": "I am working on a C# WinForms app at the moment, i have a background worker and progressbar and 2 buttons, cancel and start.\r<br />\n<br />\nI can get the unzipping process to work fine, however i cannot seem to stop the unzipping process when i click the cancel button, how do you cancel a unzip?\r<br />\n<br />\nThis is my cancel button:\r<br />\n private void btnCancel_Click(object sender, EventArgs e)<br />\n<pre><code>        {\n            if (m_oWorker.IsBusy)\n            {\n                //Stop/Cancel the async operation here\n                m_oWorker.CancelAsync();\n            }\n        }\n\n</code></pre>\n\n",
    "PostedDate": "2014-11-08T15:58:38.123-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]