G
Guest
I have a dialog box that I have several groups of radio buttons on for the
selection of different operations. These are in addition to the "OK" and
"Cancel" buttons. I have no trouble getting the info back on the buttons but
I have been unable to get info back on the selected radiobuttons. I have
tried several different methods. I have determined that my global variables
do not get passed to the Dialog Box even though it is called by the main
form. It appears to be autonomous as far as the code is concerned except for
the single return link of "DialogResult.___" (.OK or .Cancel, etc.).
Thanks any help would be appreciated,
selection of different operations. These are in addition to the "OK" and
"Cancel" buttons. I have no trouble getting the info back on the buttons but
I have been unable to get info back on the selected radiobuttons. I have
tried several different methods. I have determined that my global variables
do not get passed to the Dialog Box even though it is called by the main
form. It appears to be autonomous as far as the code is concerned except for
the single return link of "DialogResult.___" (.OK or .Cancel, etc.).
Thanks any help would be appreciated,