Omron NS-RUNTIME - SOFTWARE User Manual page 82

Ns-runtime software
Hide thumbs Also See for NS-RUNTIME - SOFTWARE:
Table of Contents

Advertisement

4-5 Macros
WINMIN
Applicable versions
Format
Function
Return Value
Example
WINNORMAL
Applicable versions
Format
Function
Return Value
Example
4-26
Minimizes a specified window
System Version 6.6 or higher
WINMIN(S1, S2)
Minimizes a window specified with S1.
Set the following search conditions for each bit with S2.
The 0 bit to 3rd bit:
0:Window title that completely matches with S1.
1:Window title that matches with the number of characters of S1.
2:Window title that matches with the number of characters of S1 (Except for
a folder).
Use Unicode if you use a symbol to specify a string with S1.
0: Completed normally
-1: No specified window
WINMIN("TEST",0) ;
Restores a size of a specified window
System Version 6.6 or higher
WINNORMAL(S1, S2)
Restores a size of a window specified with S1.
Set the following search conditions for each bit with S2.
The 0 bit to 3rd bit:
0:Window title that completely matches with S1.
1:Window title that matches with the number of characters of S1.
2:Window title that matches with the number of characters of S1 (Except for
a folder).
Use Unicode if you use a symbol to specify a string with S1.
0: Completed normally
-1: No specified window
WINNORMAL("TEST",0) ;
'Restore a size of a window titled TEST.
'Minimize a window titled TEST.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ns-nsrcl series

Table of Contents