Difference between revisions of "VB:Programming Tutorial"
(→An Example: drawing the French tricolour) |
|||
Line 15: | Line 15: | ||
End Sub | End Sub | ||
</prog> | </prog> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</question> | </question> | ||
Revision as of 18:33, 15 April 2008
An introduction to computer programming using Java. Comprising
- Tutorials which present problems and their solutions.
- How to... guides to completing common tasks.
- Assessments graded problems with solutions.
An Example: drawing the French tricolour
You can create images using Visual Basic. The first tutorial VB:Flags looks at drawing flags of the world, from simple flags such as Libya to more complicated flags such as the Stars and Stripes of the USA.
Consult the User's Guide for information on changing material in progzoo.
You can mess about in the Playpen.