Link to home
Start Free TrialLog in
Avatar of MikeMCSD
MikeMCSDFlag for United States of America

asked on

C# snytax help

I can do this in VB but need it in C#.
I want to use the "if else" structure for this:

    if (RB1I5.Checked)
      {
      }

    if (RB2I8.Checked)
      {
      }

    if (RB3F3.Checked)
      {
      }

    else
      {
      }
ASKER CERTIFIED SOLUTION
Avatar of surajguptha
surajguptha
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
or am i missing understanding your question?
Avatar of MikeMCSD

ASKER

no, that did the trick, thank you . .
this C# syntax is driving me fking nuts.
I wish I could just keep using VB but most companies
use C# and I'm forcing myself to learn it.
Its not that hard. Will just take a couple of weeks to get used to it, once you get used to it, it is fun :)