Actions

C Sharp Class

From Rabbi Blog

Revision as of 10:45, 1 October 2022 by Rabbi Bob (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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