Zebra0.com

csharpGlossary for C#: code

Glossary for C#: code

Learn C# (C sharp) in FREE step-by-step lessons.

coding standards reference: C# Coding Standards
   Microsoft Reference
comments: Comments are notes a programmer makes about the code
   Comments
console: A console app runs in the system window instead of a form
   Creating a Console App
debug: A few tools for debugging are shown
   Debugging Tools
event handling: Event handling means writing code to specify what to do when an event (such as the user clicking the mouse) occurs.
events for controls: Some events can be added by double clicking on the control
   Adding events for controls
event: Events are things that happen such as a user action with the mouse or keyboard, and also events such as a timer going off.
helloworld2: An explanation of each line of code
   Code created
helloworld: Instead of changing properties in the design view, it can be done with code.
   Writing Code to change properties of the form
listbox: Clicking a button adds the conents of a text box to a list box.
   Adding items to listbox at runtime
location: The location is a Point with x and y values
   Changing the location of a control
mouse: The mousemove event has argument e that has the location
   Mouse Move Event, Arguments
scroll bar, inches: A scrollbar is used to select inches
   Using the Scroll Bar Control
textbox: After user types their name and presses a button, a greeting is displayed
   Using the TextBox Control
Full Glossary