Win32Lib Tutorial

By Wolfritz

CONTENTS

Lesson 1 : Introduction
Lesson 2 : Window with Exit Button
Lesson 3 : MessageBox
Lesson 4 : Adding a MessageBox to a Window
Lesson 5 : Secondary Windows, cascading menus, List
Lesson 6 : Dealing with Screen Size
Lesson 7 : 'onChange' and the List
Lesson 8 : Buttons and SLE's
Lesson 9 : Simple Database - part 1
Lesson 10 : Simple Database - part 2
Lesson 11 : Address Book - part 1 the screen
Lesson 12 : Dddress Book - part 2 the functions
Lesson 13 : Adding SAVE and DELETE functions
Lesson 14 : Adding PRINT functions
Lesson 15 : Refinements for Address Book
Lesson 16 : Calling simpler functions in kernel32.dll
Lesson 17 : Centering and tracking Windows
Lesson 18 : A simple Screen Saver
Lesson 19 : Creating a REAL (.scr) Screen Saver
Lesson 20 : Kernel32 - finding File Attributes part 1
Lesson 21 : Kernel32 - finding File Attributes part 2
Lesson 22 : Fancy 'About' Box
Lesson 23 : Scroll bars and Pix Maps for Colour
Lesson 24 : Dialog Boxes to choose Fonts and Colours
Lesson 25 : Putting a Program in the System Tray
Lesson 26 : Picture Buttons - from memory and bitmap files
Lesson 27 : Adding Menu items to the Menu System
Lesson 28 : Emulate a Sorted Combo
Lesson 29 : Opening a Window to fit DeskTop work area
Lesson 30 : Card Game - Graphics for Simple Games
Lesson 31 : Card Game - Adding more Features
Lesson 32 : Timer Driven Functions
Lesson 33 : Timer-driving the Play Function
Lesson 34 : Using Hot Keys
Lesson 35 : Programming without Win32Lib!!!
Extras 00 : Introducing setHandler()
Extras 01 : Calling a Windows Help File
Extras 02 : Win32 Printing
Extras 03 : Setting Edit Text boxes' length
Extras 04 : Hiding the Windows' Task Bar
Extras 05 : Confining a program to one Instance only
Extras 06 : Some graphical Benchmarking
Extras 07 : Attaching two Windows with setRect()
Extras 08 : Minimizing Windows on the Desktop
Extras 09 : Emulating another Window's Short Cut Key
Synopsis: Binding resource Data Files
Update: Printing using Win32Lib Functions