Suite101

Windows Programming

leading contributors
Last 30 days

All contributors in Windows Programming

feature articles
Mark Alexander Bain

How to Use the MySQL Data Reader

One real advantange to using the Microsoft .NET framework is that the same objects (such as a data reader) can be used in multiple applications using different languages. more...

How to Access MySQL with C#

C# and MySQL make a very powerful combination, and it's all made possible by using the MySQL .NET connector more...

How to Add Tabs to a C# Windows Application

A programmer can make Windows forms simpler to use for their users by adding tabs, and this can be easily achieved by using some C# code. more...

How to Work with Dates and a C# Date Time Picker

The Date Time Picker is an interactive calendar used in many Windows applications, and it canbe programmed by using C# code. more...

How to Add and Customize a C# Date Time Picker

A Date Time Picker is a visual way of choosing a date in a Windows application. This interactive calendar can added to a form and customized with C#. more...

Distributing a VBScript Application

VBScript is very easy to distribute. However, to protect the code the programmer may wish to consider creating an installation package with IExpress more...

Using VBScript to Extract Data from a Web Page

VBScript is Visual Basic's powerful scripting language and can be used, for example, to obtain the contents of a web page and then search it for any important information more...

All feature articles in Windows Programming

Suite101: Windows Programming articles How to subscribe to article feeds

contributing articles
Windows Programming

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...

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...

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...

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...

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...

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...

Win32 GDI Plotting Points & Lines

By: Guy Lecky-Thompson

Win32 GDI API tutorial article introducing LineTo, MoveToEx, ArcTo and the Arc function for drawing various lines on the device context in the currently selected pen. more...

All contributing articles in Windows Programming

Suite101: Windows Programming articles How to subscribe to article feeds