Advertisement

1 - 10 of 325 containing alltags:("sendkeys") (0.001 seconds)
How does one transmit Keypad numerics using Sendkeys?
Zones: Visual BasicDate Answered: 05/16/1997 Grade: B 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++...
Zones: Windows ProgrammingDate Answered: 04/05/1997 Grade: B Views: 59
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: ...
Zones: Delphi ProgrammingDate Answered: 06/02/1997 Grade: B Views: 0
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...
Zones: Visual BasicDate Answered: 11/25/1997 Grade: A Views: 0
   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...
Zones: Visual BasicDate Answered: 10/15/1998 Grade: A 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...
Zones: Visual BasicDate Answered: 03/07/1999 Grade: C Views: 4
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...
Zones: Ms Office SuiteDate Answered: 01/20/1999 Grade: B 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 ...
Zones: Visual BasicDate Answered: 01/22/1999 Grade: B 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...
Zones: Visual BasicDate Answered: 02/04/1999 Grade: A Views: 0