home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pentlk11.zip
/
HIDEKBD.HLP
(
.txt
)
< prev
next >
Wrap
OS/2 Help File
|
1994-01-13
|
2KB
|
72 lines
ΓòÉΓòÉΓòÉ 1. Hide Pop-Up Keyboard Window ΓòÉΓòÉΓòÉ
Select "Demo", then "Start Demo" to start the Demonstration Program. The
dialog displays a row of pushbuttons which controls the display of a Pop-Up
Keyboard.
Button Actions:
LOAD - Loads the default Pop-Up Keyboard.
HIDE - Hides the currently visible Pop-Up Keyboard.
RESTORE - Displays a hidden Pop-Up Keyboard.
CLOSE - Closes the Pop-Up Keyboard.
ΓòÉΓòÉΓòÉ 2. LOAD ΓòÉΓòÉΓòÉ
LOAD - Loads the default Pop-Up Keyboard.
Example:
APIRET rc;
rc = (APIRET) VkpLoadKeyboard( NULL,
hwnd )
hwnd - The window handle of the frame
that owns the Pop-Up Keyboard.
ΓòÉΓòÉΓòÉ 3. HIDE ΓòÉΓòÉΓòÉ
HIDE - Hides the currently visible Pop-Up Keyboard.
Example:
APIRET rc;
rc = (APIRET) VkpHideKeyboard( hwnd )
hwnd - The window handle of the frame
that owns the Pop-Up Keyboard.
ΓòÉΓòÉΓòÉ 4. RESTORE ΓòÉΓòÉΓòÉ
RESTORE - Displays a hidden Pop-Up Keyboard.
Example:
APIRET rc;
rc = VkpSetKbPos( 0L, 0L, 0L, 0L,
SWP_SHOW,
hwnd )
hwnd - The window handle of the frame
that owns the Pop-Up Keyboard.
ΓòÉΓòÉΓòÉ 5. CLOSE ΓòÉΓòÉΓòÉ
CLOSE - Closes the Pop-Up Keyboard.
Example:
BOOL rc;
rc = (APIRET) VkpCloseKb( hwnd )
hwnd - The window handle of the frame
that owns the Pop-Up Keyboard.