hemant kumar
how w'll open diffrenet form's by use of selected radio button?
By hemant kumar in Windows Forms on Jun 28 2010
  • zxcoder
    Jun, 2010 29

    In the radio button.CheckedChanged event , you open a form by creating its instance and calling the show() method on the instance like so:;

    formX inst1 = new formX();

    inst1.show();

    i have assumed the name of the form to open is formX

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS