To create Visual C# 2010 Form - About.cs
 
 
 

       The Form  design, About.cs
 


   Create Visual Basic 2010 Forn - About.cs

 
Classes used in this Form:
1- DataSet, PictureBox,  Label, TextBox, Button         
1- Logical DbConnection &
Logical DbDataAdapter classes

 

 Create the Form About - About.cs
 Create the Form about.cs
 

Add  New Item - about.cs Form to App_CAKJV10 Project

  1. On the Projet menu , click  Add New Item ... Add New Item - App_CAKJV10 dialog box appears, Select Windows form Icon, in the Name box type about.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  about.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 App_CAKJV10

{

public partial class about : Form

{

public about()

{

InitializeComponent();

}

private void about_Load(object sender, EventArgs e)

{

}

}

}

 

 
 

 

 

 Picture file ...

 

 The following controls to ...

 

 The codes  corresponding ...


 

 

Previous
  Home
5
 
Next