JAL Computing

C++COMProgramming .NET Mac Palm CPP/CLI Hobbies

 

Home
Up
Download SDK
References
HelloWorld1
HelloWorld2
HelloWorld3
TestForm1
TestForm2
TestEvents1
TestEvents2
TestMenu1
FAQ

JScript .NET Programming

This is an introduction to Windows Form Object Oriented Programming using the familiar JScript syntax and the free .NET SDK. To compile and test these programs you need to download and install the NET SDK v1.0. The code samples were tested on Windows XP Professional with 192 MBytes of RAM. If you want to learn more about programming the tree view, calendar, picture box and tab strip control with JScript check out Essam Ahmed's on line article listed under references.

bulletHelloWorld1      A "Hello World" console application. Using "jsc", "class".
bulletHelloWorld2      Passing a parameter to a constructor. Using "this", "&&".
bulletHelloWorld3      Using getters and setters as properties. Using "const".
bulletTestForm1         A "Windows Form" application. Using "package".
bulletTestForm2         Using multiple panels to layout a form. Using "FormBuilder".
bulletTestEvents1       Handling button click events. "Delegation".
bulletTestEvents2       MouseUp events. Using "overriding", "hide", "/versionsafe".
bulletTestMenu1          Add a menu bar and About Box. Adding a "shortcut".
bulletFAQ                  Distributing the .NET runtime. Using "import".

Each page includes a brief discussion, a screen shot of the program, source code for the program, and then, as time allows, a more in depth look at programming concepts as "Learn More About...".

Send mail to [email protected] with questions or comments about this web site. Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 © 
Last modified: 08/04/09
Hosted by www.Geocities.ws

1