Windows Programming
leading contributors
Last 30 days
All contributors in Windows Programming
feature articles
Mark Alexander Bain
Oct 18, 2009
How to Limit Movement of a Windows Games Sprite
The right image improves the look and feel of any Windows based game. However, it is essential that any sprites remain in the correct games area, and don't wander off
more...
Sep 26, 2009
Object Oriented Games Programming in VBScript
VBScript is a powerful scripting language and supports object oriented languages. It is, therefore, an excellent learning tool for anyone new to OOP or games programming
more...
Sep 22, 2009
Find the Dimensions of a Multidimensional Array
VBScript Ubound d can be used to get the number of elements in a multidimensional array. However, the number of dimensions must be known. A simple function will help
more...
Sep 20, 2009
Adding Public and Private Methods to a Class
Methods are a vital part of any class. They enable programmers to use the objects effectively, and for objects to communicate with each other.
more...
Sep 17, 2009
Using Multidimensional Arrays with VBScript
A VBScript programmer can use multidimensional arrays in their applications. By using these they organize their data into lists, rectangles or even into a matrix
more...
Aug 18, 2009
Calculating Affordable Mortgages with VBScript
A VBScript programmer can quickly produce an application that will calculate the mortgage for any budget, interest rate and repayment period
more...
Aug 18, 2009
A Simple VBScript Home Mortgage Calculator
The VBScript programmer can easily add a mortgage calculator to an application. This will calculate the monthly payments due on any compound interest loan
more...
All feature articles in Windows Programming
How to subscribe to article feeds
contributing articles
Windows Programming
Sep 1, 2009
AutoHotKey for Automating and Programming Win32
By:
Guy Lecky-Thompson
AutoHotKey is a rare gem, a truly universal toolkit. At once an automation and GUI creation toolkit, it has grown into a fairly complete development environment for Win32
more...
Feb 3, 2009
A Computer Program for the Chaos Game
By:
Harry P. Schlanger
Copying and pasting a few program steps into an Access 2007 report and previewing, generates the self-similar Sierpinski fractal. Then it's a simple matter to experiment.
more...
Jan 29, 2009
Using Brushes and Pens in GDI API
By:
Guy Lecky-Thompson
This Win32 GDI API Windows drawing tutorial defines brushes, pens and other objects , and how to use them to draw simple hollow and filled shapes onto a Device Context.
more...
Jan 29, 2009
Drawing Win32 GDI API Programming
By:
Guy Lecky-Thompson
Windows Win32 programming tutorial article for Windows programmers learning the GDI/GDI+ APIs for drawing on the screen without third party libraries like DirectX/OpenGL.
more...
Jan 21, 2009
Win32 GDI Path Functions
By:
Guy Lecky-Thompson
Win32 GDI API tutorial article explaining how to use Path functions to create shapes for clipping or drawing. Includes BeginPath, EndPath, FillPath, StrokePath, clipping.
more...
Jan 2, 2009
Win32 Drawing and Bitmaps How-To
By:
Guy Lecky-Thompson
A Win32 graphics programming article detailing how to handle bitmaps and device contexts when using Windows for drawing and other graphical applications.
more...
Dec 19, 2008
Win32 GDI Drawing Polygons Shapes
By:
Guy Lecky-Thompson
How to draw shapes in Windows with an arbitrary number of sides or vertices using the PolyLine and PolyDraw Win32 GDI API functions.
more...
All contributing articles in Windows Programming
How to subscribe to article feeds
|