winFind

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
  
var winFind(
   const name,           // name or regular expression pattern
   var &win[][],         // handle & name of each match
   [const regular]);     // use regular expression (default = false)

Find windows by the title text. name is either the exact title or a  regular expression. The results are stored as pairs of window handles and titles in the array win.

Returns the number of windows found. Note that the number of windows found may be larger than the win array size.

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