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 27(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!

8.0
This application is not very much other than a RS485 communications and Windows GUI. It has code that is called from c libraries for things like input and output to files and timers, but nothing ou...
Zones: C++ Builder, Windows 98, Windows XPDate Answered: 03/07/2008 Views: 0
I need to stop my application from seeing ALT or F10 keys as wanting to activate the programs menu. I am already using the F10 key for something else so it is annoying to have it do what its suppos...
Zones: C++, Windows XP, C++ BuilderDate Answered: 03/05/2008 Views: 6
I am trying to incorporate serial to ethernet connectivity and have a fully serial communications program. Then I decided to add a client socket so that I can use a product called XPort by Lantroni...
Zones: Winsock, C++, C++ BuilderDate Answered: 09/01/2008 Views: 0
Hi, Found a snippet which allows you to convert char* into a MD5 hash. Since I am coding in Borland C++ with all its noobish objects like AnsiString. And since I'm newbish at the rewriting-t...
Zones: C++ Builder, C++Date Answered: 04/05/2008 Views: 17
Hi, I am a novice user of Borland C++ Builder 6.0. I need the most easy way to post data to certain webpage, and also to retrieve page source. I noticed a object CppWebBrowser but I can't se...
Zones: C++ Builder, Web Languages/Standards, C / C++ / C...Date Answered: 04/07/2008 Views: 23
Hi, Since I am creating (atleast trying) a trail version of my software, I am concerned about the time and date parameters. The user can simply turn his bios or windows clock back and still use...
Zones: C++ Builder, Math & Science, TheoryDate Answered: 04/12/2008 Views: 45
Let's say I have the integers A1,A2,A3 .....Ax, and the integer x. I want when the value of x is 2 (for example) , the caption of a label to return A2's value. If x = 3, to return A3 value and s...
Zones: C++Date Answered: 06/10/2008 Views: 0
How to declare an integer that can contain huge numbers like 10 in the 20th power?
Zones: C++, LanguagesDate Answered: 06/14/2008 Views: 0
1. I want to make the caption of label to be "The sum is:" SUM, where SUM is an integer. Label1->Caption = "The sum is" + SUM; doesn't work.. 2. How do I change line in a label caption? (these...
Zones: C++Date Answered: 06/17/2008 Views: 0
I want a function which will take random numbers from a range like this: from 2 to 120, excluding integers x and y and so on.. Thanks a lot..
Zones: C++, LanguagesDate Answered: 06/26/2008 Views: 49