Search results for query: *

  1. sanket__96__

    Close a form when clicked in the form background. Form is opened using form.ShowDialog().

    I'm working on word add-in, I have a button which when clicked opens a windows form using form.ShowDialog(). I want to close the form whenever user clicks outside the form area, I want to close because form.ShowDialog() doesn't allow me to minimise it and I'm saving the instance of the form...
Back
Top Bottom