Programming for Computing 07 - 08

Chapter: First Program, project concept

Module Admin   Contents, Index   Schedule  
1: Intro to VB    2: First Program and Projects    3: Variables, assignment, Strings    4: Type Conversion, InputBox, Constants    5:Built-in Functions    6: If - decisions    7: Loops - while, for    Example - find smallest    8: Scopes: local, global    9: Writing Procedures.Parameters, Functions   
10: Objects    11: Design    12: Testing    13: Graphics    14: Controls and events    15: Listboxes    16: Arrays    17: Files    18: The Command Line   

Appendices(links etc)   Additional Lectures    Tutorials (not in printed notes)     Selected solutions (not in printed notes)     Assignments    Additions and Errata   

new

The  schedule page has info on what we will do each week.

 


Section 2.0

The notes for this section are in: firstprogram.doc

They tell you how to run vb.net, and how to create a simple program.

To install, or not to install at home?

If you always have broadband access at home - or you use wifi on a laptop in SHU, then you can connect to shu and use vb without installing it.

If not, then you need to install vb.net (also called vb 2005 express edition).

The install is not trivial.

You can download it from Microsoft, or get a disc from shu.

Module Admin   Contents, Index