Lesson01 ..an introduction to Win32 Programming.                              example1.exw                      .
Lesson02 ..more stuff about Win32 and a tiny menu.                            example2.exw                      .
Lesson03 ..a few message box examples.                                        messagebox1.exw   messagebox2.exw .
Lesson04 ..adding a message box to a simple Window.                           example4.exw                      .
Lesson05 ..more cascading menu's and even more 'windows'.                     childwin.exw                      .
Lesson06 ..whats your screen size?                                            screensize1.exw   getsysms.ew     .
Lesson07 ..a list box example, with a 'twist'.                                lists1.exw                        .
Lesson08 ..adding buttons and sle's to the list box demo.                     lists2.exw                        .
Lesson09 ..adding file handling, to create a simple database.                 lists3.exw                        .
Lesson10 ..adding a delete function, to complete the database.                lists4.exw                        .
Lesson11 ..A simple usable application.. finally !        (part 1)            address1.exw                      .
Lesson12 ..Adding some addressbook functions.        (part 2)                 address2.exw                      .
Lesson13 ..Adding SAVE and DELETE functions.         (part 3)                 address3.exw                      .
Lesson14 ..Adding PRINT functions to the database.   (part 4)                 address4.exw                      .
Update01 ..printing using Win32lib.ew 'built-in' functions.                   pr234.exw                         .
Lesson15 ..and finally, some minor refinements.        (part 5)               address5.exw      address6.exw    .
Lesson16 ..accessing some simple kernel32.dll functions.                      sysinfo.exw       meminfo.exw     .
Lesson17 ..centering and 'tracking' secondary windows.                        winstyles.exw                     .
Lesson18 ..a simple 'screen saver' program.                                   screen1.exw       screen2.exw     .
Lesson19 ..using res.e, makeres.ex, and bindres.ex                            screen3.exw                       .
Lesson20 ..more kernel32 functions and file attributes.                       attrib1.exw                       .
Lesson21 ..more file attributes and 'touching' files.                         attrib2.exw                       .
Lesson22 ..a fancy 'about' box with some muzak, etc..                         aboutbox2.exw     aboutbox3.exw   .
Lesson23 ..using colors, scrollbars, and pixmaps.                             RGBview.exw                       .
Lesson24 ..using dialogs to select fonts and colors.                          dialogs.exw                       .
Lesson25 ..putting programs into the System Tray.                             sysinfo2.exw                      .
Lesson26 ..pictureButtons, from 'memory' pixmaps, and files.                  picturebtn1.exw                   .
Lesson27 ..adding items to the System Menu ( Window menu )                    system-menu.exw                   .
Lesson28 ..emulating a sorted combo with 'long' dropdown                      combo_emu.exw                     .
Lesson29 ..How to Fill that Screen   ! Completely !                           full_task.exw     full_task2.exw  .
Lesson30 ..beginning a simple graphical Card Game.                            card-trix-1.exw                   .
Lesson31 ..adding some 'mouse-ability'                                        card-trix-2.exw                   .
Lesson32 ..more 'timer-driven' functions  <unfinished>                        card-trix-3.exw                   .
Lesson33 ..the finished example  <unfinished ?>                               card-trix-4.exw                   .
Lesson34 ..defining and using hot key combinations.                           hotkey2.exw                       .
Lesson35 ..using * only * API calls, as a comparison.                         speed-api32.exw   speed-win32.exw .
-------------                                                                                                   .
Extra_00  ..  introducing Win32lib's setHandler()                             ellipse2.exw                      .
Extra_01  ..  an example of calling a Windows Help file.                      callhelp.exw                      .
Extra_02  ..  printing through the Windows print spooler.                     pr123.exw         printws.ew      .
Extra_03  ..  EditText boxes and sendMessage() parameters.                    long_entry.exw                    .
Extra_04  ..  hiding the Windows taskbar, or the tutorial  ;-)                kick-it1.exw      kick-it2.exw    .
Extra_05  ..  allowing only one 'instance' of your program.                   kick-it3.exw      kick-it4.exw    .
Extra_06  ..  a little 'bitmap' benchmark, in a lot of words !                testresource.exw                  .
Extra_07  ..  'attaching' two Windows ..using setRect()                       followme.exw                      .
Extra_08  ..  minimizing all tasks on the Desktop.                            min_all_but1.exw  min_all_but2.exw.
Extra_09  ..  Emulating more Win Keyboard shortcut keys.                      findfiles.exw     WinKeys.exw     .
