Página 1 de 1
SetKey() to Function key F4 ??
Publicado: Mar Ago 19, 2008 4:41 pm
por ChrisGillard
Hi,
Can I set a Function Key to execute a block using SetKey() ??
If I can, is there a #define for function keys like VK_F4 or something ??
Or how else can I do this please.
Regards
Chris Gillard
SetKey() to Function key F4 ??
Publicado: Mié Ago 20, 2008 10:40 am
por jfgimenez
Chris,
> Can I set a Function Key to execute a block using SetKey() ??
Yes, see the function SetKey() in the help file.
> If I can, is there a #define for function keys like VK_F4 or something ??
Key codes are defined as constants VK_???? in xailerincludewinuser.api.
True ASCII characters have their respective ASCII codes (i.e. key A is
Asc("A") )
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
SetKey() to Function key F4 ??
Publicado: Mié Ago 20, 2008 10:40 am
por jfgimenez
Chris,
> Can I set a Function Key to execute a block using SetKey() ??
Yes, see the function SetKey() in the help file.
> If I can, is there a #define for function keys like VK_F4 or something ??
Key codes are defined as constants VK_???? in xailerincludewinuser.api.
True ASCII characters have their respective ASCII codes (i.e. key A is
Asc("A") )
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
SetKey() to Function key F4 ??
Publicado: Mar Ago 26, 2008 10:59 am
por ChrisGillard
Jose,
Thanks for the information on SetKey & the VK defines.
I will try that.
Regards
Chris
"Jose F. Gimenez" <
jfgimenez@wanadoo.es> wrote in message
news:[email=
48abd877@ozsrv2.ozlan.local...]
48abd877@ozsrv2.ozlan.local...[/email]
> Chris,
>
>> Can I set a Function Key to execute a block using SetKey() ??
>
> Yes, see the function SetKey() in the help file.
>
>
>> If I can, is there a #define for function keys like VK_F4 or something ??
>
> Key codes are defined as constants VK_???? in xailerincludewinuser.api.
> True ASCII characters have their respective ASCII codes (i.e. key A is
> Asc("A") )
>
>
> --
> Regards,
>
> Jose F. Gimenez
>
http://www.xailer.com
>
http://www.xailer.info
>
SetKey() to Function key F4 ??
Publicado: Mar Ago 26, 2008 10:59 am
por ChrisGillard
Jose,
Thanks for the information on SetKey & the VK defines.
I will try that.
Regards
Chris
"Jose F. Gimenez" <
jfgimenez@wanadoo.es> wrote in message
news:[email=
48abd877@ozsrv2.ozlan.local...]
48abd877@ozsrv2.ozlan.local...[/email]
> Chris,
>
>> Can I set a Function Key to execute a block using SetKey() ??
>
> Yes, see the function SetKey() in the help file.
>
>
>> If I can, is there a #define for function keys like VK_F4 or something ??
>
> Key codes are defined as constants VK_???? in xailerincludewinuser.api.
> True ASCII characters have their respective ASCII codes (i.e. key A is
> Asc("A") )
>
>
> --
> Regards,
>
> Jose F. Gimenez
>
http://www.xailer.com
>
http://www.xailer.info
>