To create Visual C# 2010 Form - agenda_task.cs
 
 
 

      The Form  design, agenda_task.cs

 


 

  Create Visual C# 2010 Forn - agenda_task.cs

 
Classes used in this Form:
        
PictureBox, RadioButton, Button, ImageList, TextBox, Label, GroupBox

 

 Create the Form agenda_task - agenda_task.cs
 Create the Form agenda_task.cs
 

Add  New Item - agenda_task.cs Form to work_VCNet10 Project

  1. On the Projet menu , click  Add New Item ... Add New Item - work_VCNet10 dialog box appears, Select Windows form Icon, in the Name box type agenda_task.cs and then click Add.
 
Note:
In the Windows Forms Designer appears the design form created and in the Properties Windows displays the corresponding properties

   and The design Form  agenda_task.cs created, appears the empty window Form design
 
 The codes file, created ...
using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Windows.Forms;

namespace work_VCNet10

{

public partial class agenda_task : Form

{

public agenda_task()

{

InitializeComponent();

}

private void agenda_task_Load(object sender, EventArgs e)

{

}

}

}

 

 
 

 

 Add the following controls to ...

 

 The codes  corresponding ...



 

 

Previous
  Home
8
 
Next