Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
Display modal message box with radio buttons
posted

Hi,  I would like to for a user to

  1. click on a button on form1
  2. popup a modal message box form2 with several radio buttons on it
  3. user make selection and close form2
  4. form1 reads user's selection

I was wondering if I have to create a "form2" in design mode , drop a few radio button controls on it, add form2 to the project, and in form1, do something like: form2.ShowDialog(Me)?

Or if there is some control in Infragistics library that can establish the above using codes only (without creating a "form2" in design mode and add to the project)?  If so, could you provide some sample codes?  Thank you very much.  BTW, this is a winform application and we are using V9.1.

Steve

Parents Reply Children
No Data