returning a dialogresult [Resolved]
using the open/save file dialog object's as an example
how do i have a form return a DialogResult when the form is closed?
basically i have a login form and when this form is closed i want either a DialogResult.Ok or DialoResult.Cancel returned when this form is closed
using the open/save file dialog object's as an example
how do i have a form return a DialogResult when the form is closed?
basically i have a login form and when this form is closed i want either a DialogResult.Ok or DialoResult.Cancel returned when this form is closed
Last edited: