PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Using Windows in Extensions
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
     PWB windows can be handled by number, or by handle. Each window has
     a number, starting with window number 1. Each window also has a
     handle (PWND type). You must know a window's handle to change it.
     You can get the handle if the window is current or if you know its
     number. Also, NewWindow returns a handle to the window it creates.
 
     See
 
     Window Functions
                                    -♦-