FG-C2019 Game Window Application developed with Microsoft Visual C# 2019
     
     
  The Microsoft Visual C# 2019  member of the Microsoft Visual Studio Community 2019  

      
       
            FG-C2019 Game Window Application.., describe how to use Microsoft Visual C# 2019 to create game application
             
 


 
 

1-

 FG-C2019 Game Executable (exe file)

 
  1. Game Software, used random number generator
  2. Functions: Arrange boxes using the mouse. Look Demo ...
  3. Executable Game (exe file), Developed with Microsoft Visual C# 2019

     

    RUN OnLine

    Run, FG-C2019 Game Executable (exe file)

   
2- The Microsoft Visual C# 2019  member of the Microsoft Visual Studio Community 2019
   
3- How Create a C# application project.
 
  1. Open Visual Studio 2019.

  2. On the start window, choose Create a new project.

  3. On the Create a new project window, choose the Windows Forms App (.NET Framework) template for C#.

    (If you prefer, you can refine your search to quickly get to the template you want. For example, enter or type Windows Forms App in the search box. Next, choose C# from the Language list, and then choose Windows from the Platform list.)

  4. In the Configure your new project window, type or enter HelloWorld in the Project name box. Then, choose Create.

  5. Visual Studio opens your new project.

  6. Create the application
    After you select your C# project template and name your file, Visual Studio opens a form for you. A form is a Windows user interface. We'll create a "Hello World" application by adding controls to the form, and then we'll run the application.

  7. Note: the Name of the default Form created - Form1.cs,
    Before to Add controls, it is Available to Modify the name and Proprieties of this Form
     

  8. Add a "Controls" to this form ...

 
   
4- FG-C2019 Game Proprieties and Solution Explorer
 
  1. FG-C2019 Game Proprieties:
    1. the Assembly/Project name :  FG-C2019
    2. Assembly Project Folder: C:\Users\...\source\repos\FG-C2019\
    3. the Target framework: .Net Framework 4.7.2
    4. the Output type: Window Application
    5. Startup object: FG-C2019.Program

     


     

  2. FG-C2019 Solution Explorer

    1. FG-C2019 project developed with C# 2019, consist of:
      1. 3 Form files:
        FaceGame2019.cs,
        Demo.cs,
        Aboout.cs
      2. 1 Folder - pic
        pic folder stores 10 picture files

     

 
   
5- How to Run this  application
 
  1. Remove the read-only attribute of all files in the folder - C:\Users\...\source\repos\FG-C2019  
  2. Run the Microsoft Visual Studio Community 2019.
  3. From File menu, choose Open  then choose Project/Solution,  the Open Project dialog box appears,  select the FG-C2019  project file -Type: Microsoft Visual Studio Solution (C:\Users\...\source\repos\FG-C2019 \FG-C2019 .sln) and then click Open.
  4. From Debug menu, choose and click Start Debugging
   
6- After running FG-C2019, the following  View design display by order
 
 
   
   
7- FaceGame2019.cs, 1st Form of FG-C2019 project/Application
 
7.1 View Design
 

   
7.2 View Codes
 
 
   
   
8- Demo.cs, 2nd Form of FG-C2019 project/Application
 
8.1 View Design
   
 

8.2 View Codes
 
 
   
   
9- Aboout.cs, 3th Form of FG-C2019 project/Application
 
9.1 View Design
 

   
9.2 View Codes
 
 
   
   
   
 
       Chucri Simon Zouein, Computer engineer
     
echkzouein@gmail.com
© pure software code - Since 2003