13-16
Dynamic Data Exchange
Example 2
Redefine the Answerback to the given string.
SetAnswerback(LPSTR szAnswer, int iAnsLen)
{
ChangeSetting(
hWnd,
hWndPartner,
IDM_EMUL,
ANSSTRING,
iAnsLen,
szAnswer,
iAnsLen
);
}
Example 3
Set the keyboard macro assigned to the
Shift
+
F6
key sequence to Hello World.
Note: The highlighted characters
Slave
in
hWnd
Slave
DDE
are
only applicable to TeemTalk for Windows 3.1. They are not
to be included when using Windows 95 or NT.
.
.
SetKbdMacro(141, "Hello World", 11);
.
.
SetKbdMacro(
int iKeyMacro,
/* Key to be redefined */
LPSTR szMacroString, /* Pointer to redefinition string */
int iMacroLen
/* Max allowed Length of szMacroString */
)
{
ChangeSetting(
hWnd,
hWndPartner,
IDM_MACROS,
NKEYSTRING,
iKeyIndex,
szMacroString,
iMacroLen
);
}
void
Содержание -05W
Страница 1: ...TeemTalk 05W 07W 11W User s Guide...
Страница 38: ...2 24 Getting Started Notes...
Страница 58: ...3 20 Keyboard Configuration Notes...
Страница 152: ...8 20 File Transfer Notes...
Страница 162: ...9 10 ICL FTF File Transfer Notes...
Страница 324: ...13 32 Dynamic Data Exchange Text1 i 12 LinkItem 0 i 80 Text1 i 12 LinkMode 1 Next i End If End Sub...
Страница 336: ...C 6 Key Reference Numbers Notes...
Страница 360: ...E 16 Host Command Summary Notes...
Страница 370: ...Index 10 Index X XMODEM 8 1 XMODEM 1K 8 1 Y YMODEM Batch 8 2 Z ZMODEM 8 2 Zoom Button 2 17...