Use Visual Basic to construct your own pong game.

Use Visual Basic to construct your own pong game.
With today's article, I will demonstrate how to create an analog clock in VB.
Richard Newcombe takes us into the basics of building and moving inside a 3D world of our own making, using Windows Presentation Foundation (WPF) and VB.NET.
Richard Newcombe takes a look at the basic building blocks of a 3D world. While 2D animation was done by hard coding all of the graphics, 3D animation is much easier, using the WPF (Windows Presentation Foundation) graphical subsystem to handle the actual image rendering.
Richard Newcombe takes a look at Bitmap Animations in VB.NET. VB6 made extensive use of API's to load and initialize large quantities of smaller images. .NET has the GDI+ dynamic library, with a large selection of graphic classes and functions, which means that we no longer require API's to manipulate images.
Discover how to Interact with the objects on a playing field. The article uses a game as a base for the code.
Learn more about a few commonly used components and explore their utility and usages.
Take a look at some of the most popular languages to use within the .NET paradigm.
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.