Advertisement

06.18.2008 at 09:55AM PDT, ID: 23496001
[x]
Attachment Details

New to C# - Trying to select radio button/hide textbox during Form Load....

Asked by wally_davis in Microsoft Visual C#.Net

Tags: C#, IE 7.0

I'm new to C# and the syntax is definitely different from that of VB.NET. I'm trying to have a default radio button selected and a textbox hidden when the windows form first loads and is presented to the user.
The code is really straightforward but the code below does nothing to accomplish what I want.
I would appreciate if any of you experts in C# could recommend some good resources for the Load Event and anything to do with C# Programming. Thanks!!
WDStart Free Trial
1:
2:
3:
4:
5:
private void MainForm_Load(object sender, EventArgs e)
        {
            radioSingleObj.Checked = true;
            textBoxMult.Visible = false;
        }
[+][-]06.18.2008 at 01:42PM PDT, ID: 21817002

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.18.2008 at 03:31PM PDT, ID: 21817871

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.18.2008 at 09:24PM PDT, ID: 21819218

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.19.2008 at 12:49AM PDT, ID: 21820066

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Microsoft Visual C#.Net
Tags: C#, IE 7.0
Sign Up Now!
Solution Provided By: Sankozi
Participating Experts: 2
Solution Grade: A
 
 
[+][-]06.19.2008 at 01:53PM PDT, ID: 21826340

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.20.2008 at 02:16AM PDT, ID: 21829433

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.20.2008 at 06:47AM PDT, ID: 21831134

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.20.2008 at 08:00AM PDT, ID: 21831863

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628