Win32::GUI::Tutorial - An introduction to programming Win32::GUI


NAME

Win32::GUI::Tutorial - An introduction to programming Win32::GUI


Sample Code

Sample code for the tutorials is installed with Win32::GUI, that should be found in the .../Win32/GUI/demos/ directory under your library installtion root (by default for ActiveState perl this is at C:/Perl/site/lib/Win32/GUI/demos).

There is a viewer/launcher application installed as well. Type win32-gui-demos at a command prompt. The sample code for the tutorials should be found under the 'Misc' heading.


Table of Contents

  1. Part 1 - Our First Win32::GUI Program
  2. Part 2 - Adding Functionality
  3. Part 3 - Dialog Boxes and Main Windows
  4. Part 4 - Further Features of Win32::GUI
  5. Part 5 - More than one Window
  6. Part 6 - TBD
  7. Part 7 - TBD
  8. Part 8 - TBD
  9. Part 9 - Some peripheral issues


VERSION

Documentation for Win32::GUI v1.06 created 13 Feb 2008

This document is autogenerated by the build process. Edits made here will be lost. Edit docs/GUI/Tutorial.pod instead.


SUPPORT

Homepage: http://perl-win32-gui.sourceforge.net/.

For further support join the users mailing list(perl-win32-gui-users@lists.sourceforge.net) from the website at http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users. There is a searchable list archive at http://sourceforge.net/mail/.


COPYRIGHT and LICENCE

Copyright (c) 1997..2008 Aldo Calpini. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 Win32::GUI::Tutorial - An introduction to programming Win32::GUI