User contributions
25 January 2008
Working with Strings in C Sharp
no edit summary
+804
C Sharp List and ArrayList Collections
no edit summary
+764
Introducing C Sharp Arrays
no edit summary
+839
Understanding C Sharp Abstract Classes
no edit summary
+716
C Sharp Inheritance
no edit summary
+828
C Sharp Object Oriented Programming
no edit summary
+788
C Sharp Looping with do and while Statements
no edit summary
+816
C Sharp Looping - The for Statement
no edit summary
-10
C Sharp Looping - The for Statement
no edit summary
+834
The C Sharp switch Statement
no edit summary
+824
C Sharp Flow Control with if and else
no edit summary
+780
C Sharp Operators and Expressions
no edit summary
+808
C Sharp Variables and Constants
no edit summary
+908
Creating a Simple C Sharp GUI Application with Visual Studio
no edit summary
+804
A Simple C Sharp Console Application
no edit summary
+644
The C Sharp Language and Environment
no edit summary
+776
About C Sharp Essentials
no edit summary
A Simple C Sharp Console Application
no edit summary
+276
About C Sharp Essentials
no edit summary
+380
C Sharp Essentials
no edit summary
+509
About C Sharp Essentials
no edit summary
-7
About C Sharp Essentials
no edit summary
+80
About C Sharp Essentials
New page: The C# Essentials online book contains 23 chapters of detailed information intended to provide everything necessary to gain proficiency as a C# programmer. The book begins with a detailed...
C Sharp Essentials
Table of Contents
+59
Drawing Graphics in Visual Basic
Drawing a Filled Shapes in Visual Basic
+122
24 January 2008
File:C sharp toolbar location.jpg
no edit summary
File:C sharp toolbar datetime.jpg
no edit summary
File:C sharp new toolbar.jpg
no edit summary
C Sharp Essentials
Table of Contents
+346
Building a Toolbar with C Sharp and Visual Studio
New page: Toolbars provide a quick way for users to perform tasks without having to navigate the application's menu system. For this reason alone, no Windows application would truly be complete with...
C Sharp Essentials
Table of Contents
+109
File:C sharp context example running.jpg
no edit summary
C Sharp Essentials
no edit summary
-1
File:C sharp menu item types.jpg
no edit summary
File:C sharp drop down menu.jpg
no edit summary
File:C sharp new menu.jpg
no edit summary
File:C sharp timer object.jpg
no edit summary
File:C sharp event form.jpg
no edit summary
File:C sharp form background image.jpg
no edit summary
File:C sharp form title.jpg
no edit summary
C Sharp Essentials
Table of Contents
+316
Creating Context Menus in C Sharp
Programming C# Context Menu Options
-20
Creating Context Menus in C Sharp
New page: C# ''context menus'' are the menus that pop up when the user clicks with the right hand mouse button over a control or area in a Windows based form. They are called context menus because t...
Creating Context Menus in Visual Basic
Programming Visual Basic Context Menu Options
+45
Creating Context Menus in Visual Basic
no edit summary
+51
Creating Context Menus in Visual Basic
Adding Context Menus to a Visual Basic Form
-1
Creating Context Menus in Visual Basic
no edit summary
C Sharp Essentials
no edit summary
+5
C Sharp Essentials
no edit summary
+375
Creating Top-Level Menus in C Sharp
New page: Since it is almost impossible create an application without needing a menu of some sort, this chapter is dedicated entirely to the topic of creating top-level menus. The next chapter will ...