Actions

C Sharp Class: Difference between revisions

From Rabbi Blog

(Created page with "Notes for C# programming ==Program Initial Setup== * Create New Project * Select the Form ** Rename the form to meaningful name ** Consider a min size value * Place as many...")
 
(No difference)

Latest revision as of 10:45, 1 October 2022

Notes for C# programming

Program Initial Setup

  • Create New Project
  • Select the Form
    • Rename the form to meaningful name
    • Consider a min size value
  • Place as many of the objects as possible and rename
    • Rename (Name) textBox<desc> and Text
  • Anchor listbox as needed