To create Microsoft Visual J# .Net Project
 
 
 

      How to create  new Visual J# .Net  project, type Windows application.  

 


    
 
 

 The steps to create  new Project - work_VJnet

  Run Microsoft Visual Studio .Net.
 
  On the File menu , click New, and then click Project ....

  The New Project dialog box appears.
 
  1. In the Project Types pane, select the Visual J# Projects folder.
  2. In the Templates pane, select Windows Application icon (project type). A message appears indicating the type of project you are going to create - (A project for creating an application with a Windows user interface).
  3. In the Name box, type work_VJnet .
  4. In the Location box, type C:\
  5. Click OK.

 

The Windows Application create all necessary files and opens the Microsoft Visual J# .Net project - work_VJnet.
 

 

 List of the items associated with this project created...

 

 The codes files, created ...
 



 


Previous Home
2
Next