Re: New Looking for Info
- Posted by David Cuny <dcuny at LANSET.COM> Nov 27, 1999
- 419 views
David Roach wrote: > IS there anywhere I can go to find out how to do simple > stuff. Change window color, print words in window, put > graphics in window. Stuff like that but just realy simple > to start. Go through the example programs (EX01.EXW through EX18.EXW) that are included with Win32Lib. Each demo program shows off an additional feature, and builds on the prior example. For example: EX01: create a simple window EX02: display "Hello, World!" in a window EX03: put a command button in a window EX04: attach an action to a command button etc. -- David Cuny