Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 340(0.009 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0
How does one transmit Keypad numerics using Sendkeys?
Zones: Visual BasicDate Answered: 05/16/1997 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 Views: 49
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 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 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 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 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...
Zones: Ms Office SuiteDate Answered: 01/20/1999 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 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 Views: 0