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 403(0.001 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!

5.4
In, e.g., PreTranslateMessage() how do you catch combined key pressures, such as control-S ?
Zones: Windows MFCDate Answered: 06/23/1999 Views: 0
Any grid allows Ctrl+c and Ctrl+v for data in a rectangle area? for example, copy the following data to its cells by Ctrl+v: 1 2 3 4 5 6 7 8 9
Zones: Visual BasicDate Answered: 03/23/2000 Views: 0
the application i'm writing sets a system-wide hot key. i need to give the user a way to choose any kind of combinations to make that hotkey, for example ctrl+shift+f1 any way to get the codes t...
Zones: Delphi Programming, SSIDate Answered: 08/15/2002 Views: 0
Hi there! I want to get the interger from event.keyCode into a char. I know that I can use "String.fromCharCode(event.keyCode)" But now the problem: I use the <ctrl>-Key to implement short...
Zones: JavaScriptDate Answered: 04/30/2003 Views: 23
Sony Viao Laptop Windows XP Home Nothing happens when pressing Ctrl-Alt-Del anymore. The CEO of our company has a laptop with entirely too much possibly incompatible (or uncooperative at best)...
Zones: Windows XPDate Answered: 02/11/2003 Views: 0
How do I detect ctrl and and letter?    If KeyCode = vbCtrlMask + vbKeyP
Zones: Visual BasicDate Answered: 04/03/2003 Views: 0
How do I disable the default behaviour (backspace) when CTRL H is pressed in a TEdit? I have used KeyDown event to trap this key combination and execute my own shortcut, but the default backspac...
Zones: Delphi ProgrammingDate Answered: 09/19/2003 Views: 0
Hmm... i want to get ctrl pressed while i send a click. Does anyone have any idea? Thanks for the future replys
Zones: VB ControlsDate Answered: 12/04/2003 Views: 0
How is it possible to resolve the next problem? 1. I want that, when I press, for example, Ctrl+F12, Windows runs Notepad. I will associate some key combinations, containing Ctrl, Alt, Shift, or C...
Zones: C++Date Answered: 02/15/2004 Views: 0
Hi, I have an application and I want to simulate CTRL+C in a window, the application is in VC++. I think that I have to write something like that, but it doesn't copy ::PostMessage(win,WM_KEYD...
Zones: ProgrammingDate Answered: 02/10/2004 Views: 41