Re: Windows API
- From: Darko Milosevic <darko.pogacic@xxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>
- Date: Mon, 14 Jan 2008 18:49:56 +0100
I have tryed with function SendKeys, but this function sends a string
specifyed, if code is:
SendKeys ("Tab", True)
Function will send string "Tab".
But if try:
SendKeys (VbKeyTab, True)
by constant VBKeyTab, program will do nothing.
It's problem.
----- Original Message -----
From: "Jamal Mazrui" <empower@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, January 14, 2008 6:00 PM
Subject: Re: Windows API
Google search for a "SendKeys" function. If VB does not include it as
part of the language, it can be accessed via the Windows Script Host.
Jamal
On
Mon, 14 Jan 2008, [iso-8859-2] Darko Milo?evi? wrote:
Date: Mon, 14 Jan 2008 17:12:39 +0100
From: "[iso-8859-2] Darko Milo?evi?" <darko.pogacic@xxxxxxxxx>
Reply-To: programmingblind@xxxxxxxxxxxxx
To: programmingblind@xxxxxxxxxxxxx
Subject: Windows API
DEAR
So I am using Visual Basic 6, I need any Windows API function to simulate
a hot key.
I developing one recognition software, for voice recognition, and I need
code to press given hot keys, as result of voice command.
If I would like to say command "Next link", program needs to simulate a
TAB key, and to move to the next link.
If anyone have idea to help me, please reply.
Darko.
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
- Follow-Ups:
- Re: Windows API
- From: Jamal Mazrui
- Re: Windows API
- From: black ares
- References:
- Windows API
- From: Darko Milošević
- Re: Windows API
- From: Jamal Mazrui
Other related posts:
- » Windows API
- » Re: Windows API
- » Re: Windows API
- » Re: Windows API
- » Re: Windows API
Google search for a "SendKeys" function. If VB does not include it as part of the language, it can be accessed via the Windows Script Host. Jamal On Mon, 14 Jan 2008, [iso-8859-2] Darko Milo?evi? wrote:
Date: Mon, 14 Jan 2008 17:12:39 +0100 From: "[iso-8859-2] Darko Milo?evi?" <darko.pogacic@xxxxxxxxx> Reply-To: programmingblind@xxxxxxxxxxxxx To: programmingblind@xxxxxxxxxxxxx Subject: Windows API DEARSo I am using Visual Basic 6, I need any Windows API function to simulate a hot key. I developing one recognition software, for voice recognition, and I need code to press given hot keys, as result of voice command. If I would like to say command "Next link", program needs to simulate a TAB key, and to move to the next link.If anyone have idea to help me, please reply. Darko.
__________ View the list's information and change your settings at http://www.freelists.org/list/programmingblind
- Re: Windows API
- From: Jamal Mazrui
- Re: Windows API
- From: black ares
- Windows API
- From: Darko Milošević
- Re: Windows API
- From: Jamal Mazrui