How does one transmit Keypad numerics using Sendkeys?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10006955.html
Zones:
Visual BasicDate Answered: 05/16/1997 Rating: 8.0 Views: 0
I'm developing a 16-bit Windows app. I did a prototype in Visual Basic and used the SendKeys() function to send keystrokes to other applications. Now I'm writing the real product using Visual C++...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10007233.html
Hello,
I would like to sendkeys to applications too, but I won't send keys to an specific window. I would like to send keys to entire process, in a generic way.
I'm currently working on this way:
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10008773.html
Hi,
I would like to launch a Winbatch program from Access.
(Winbatch: small program to run sendkeys and more on any
windows program)
To run a Winbatch program file, you just need to double
click o...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10030402.html
Zones:
Visual BasicDate Answered: 11/25/1997 Rating: 8.8 Views: 0
null
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10044790.html
Zones:
C++Date Answered: 03/27/1998 Rating: 8.0 Views: 9
I'm trying to launch System Properties from my application. I've created a shortcut and a hot key and tried sendkeys (no luck), I've also tried appactivate(no luck) I haven't tried shell as I c...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10089119.html
Zones:
Visual BasicDate Answered: 10/15/1998 Rating: 9.8 Views: 0
I'm having problems getting sendkeys to work in photoshop. I could get it to work in notepad. I think with Photoshop is that when it first starts up, there is a splash screen that comes up and stay...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10113011.html
Zones:
Visual BasicDate Answered: 03/07/1999 Rating: 6.0 Views: 0
I am currently automating the edit comment procedure within Excel 97 using VB. I am using the SendKey command to enter text into a comment field:
Application.SendKeys ("%IE")
This works successful...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
Zones:
MS OfficeDate Answered: 01/20/1999 Rating: 7.6 Views: 0
We have an application at my work which manipulates trading information. I would like to control this application at an automated level so tedious tasks can be done quickly with a VB app. The only ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10120224.html
Zones:
Visual BasicDate Answered: 01/22/1999 Rating: 7.2 Views: 0
Well you see I know sendkeys is a horrible way to do things but I still am going to do it. I have free spy, and I need to have the sendkeys sent the command to the another program. I know the windo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10124910.html
Zones:
Visual BasicDate Answered: 02/04/1999 Rating: 8.0 Views: 0