winShow

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
   winActivate
   winClose
   winCapsLock
   winFind
   winHide
   winIsMaximized
   winIsMinimized
   winIsVisible
   winMaximize
   winMinimize
   winNumLock
   winPostText
   winPostVKey
   winPrintScreen
   winRestore
   winScrollLock
   winShow
   Sample (notepd.csl)
C API
C++ Class Interface
CSL links
  
winShow(
   const handle);   // windows handle

Make window visible if it was previously hidden (for example by  winHide). Although visible the window may still be invisible because others are covering it. You may in case use  winActivate  to bring the window to the top. Window handles may be found by function  winFind

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>