R
ritchiebuckley
I've been doing asp.net for so long now that I have forgotten about
windows form programming so excuse this (seemingly) basic question.
I have a form A which then opens up form B. I do stuff on form B after
which I hit a close button. I want to run a method on form A as I
close form B. I don't need to pass data back (though I like to know
how this is done), just run a refresh type method back on form B.
I've got bogged down in delegates and code samples, this must be easy
right?
thanks
windows form programming so excuse this (seemingly) basic question.
I have a form A which then opens up form B. I do stuff on form B after
which I hit a close button. I want to run a method on form A as I
close form B. I don't need to pass data back (though I like to know
how this is done), just run a refresh type method back on form B.
I've got bogged down in delegates and code samples, this must be easy
right?
thanks