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 12(0.035 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.2
Hi Guys. Can anyone tell me how to refresh the form and increment a count? i have used a timer control and added the following code:  for(int count=0;count <10; count ++)    {     txtVolSoFar...
Zones: C++Date Answered: 11/13/2008 Views: 0
I have a service that has multiple clients connecting to it.  Each connection creates a separate Data Module for the client to make requests then the server handles the requests and sends the resul...
Zones: C++ Builder, Programming, Develop...Date Answered: 09/30/2008 Views: 4
The following code fragment is expected to terminate a program called t2.exe using the taskkill command but does nothing. Yhe command does work however when typed from a "DOS" command box. Any ...
Zones: C++, Windows Programming, Developm...Date Answered: 01/21/2008 Views: 4
I am using the FindFirst function as declared in <sysutils.hpp> and wish to distinguish between a file not being found and an invalid path. I am using faAnyFile as the search attribute. The h...
Zones: C++, CDate Answered: 03/12/2008 Views: 4
How can I remove scroll bar in DBGRID control BCB5 (not Delphi) ? I get a vertical scroll bar even though the grid size is larger than that required to view all the records ? I am using borland...
Zones: C++, Delphi ComponentsDate Answered: 08/16/2008 Views: 8
Hi Guys, I'm currently building a DLL using the DLL wizard in Borland C++ Builder 5. I have created a couple of functions and have been able to use them from an external application. However, no...
Zones: C++ BuilderDate Answered: 09/06/2008 Views: 6
I am building an interface in C++ Builder. I use a mouse click from an on-screen button to remove it from the screen. This causes an exception to be raised because the code is handling the ButtonUp...
Zones: C++ BuilderDate Answered: 07/13/2008 Views: 0
I need to get a replacement copy of BCB version 5 in order to support existing code. I have lost the original installation CDs and am vulnerable to critical system failure. Does anyone know wher...
Zones: C++ BuilderDate Answered: 08/05/2008 Views: 0
Suppose I have char foo[100]; sprintf( foo, "Null-terminated string" ); I want some way of copying the contents of foo to the Windows clipboard so that I can go into Notepad, type CTRL+V and...
Zones: C / C++ / C#Date Answered: 08/22/2008 Views: 16
I still use Borland C++ 5 for occasional development. I know to set a font style,  for example,  Memo3->Font->Style = TFontStyles()<< fsUnderline; But I have no idea how to read a font's style. I...
Zones: C++ Builder, Delphi IDEDate Answered: 07/27/2008 Views: 8