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 3600(0.011 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!

7.0
I have one module in my program where i have these two lines:   Public myDB As Database   Public myRS As Recordset I do this when i open my mainform:     Set myDB = OpenDatabase(App.Path + "\file.m...
Zones: Visual Basic, VB ObjectsDate Answered: 08/25/1997 Views: 0
Hi,   I have code structure like this in my program: (inside a CView's subclass) for(i=0;i<1000;i++) {  do some calculations;  Invalidate(); } In my OnDraw() method, the drawing depends on some...
Zones: Windows MFCDate Answered: 08/20/1998 Views: 0
Ok when i call invalidate it places the message at the end of the message queue and even when i send more messages Invalidate is the last thing it does.. So my question is how would you invalidate...
Zones: Windows MFCDate Answered: 09/29/1998 Views: 0
I've downloaded the latest version of the Microsoft Media Player (for Win95), and it refuses to play .au files.  I know .au format was created by Sun, but still, MS does claim they support it. I ge...
Zones: Windows 95Date Answered: 10/23/1998 Views: 0
We have Compaq 6233s and 6350s that were imaged 3 months ago, they all run Norton Avirus 4.0 for 95 with the most current virus files.  Out of 27 machines at various times over the past 3 months 9 ...
Zones: HardwareDate Answered: 05/18/1999 Views: 0
I've been posting questions pertaining to this silly little applet for awhile now - finally it looks the way I want, but I have no idea why this double buffering code works.  I cut-and-pasted it fr...
Zones: JavaDate Answered: 07/07/1999 Views: 0
when my computer starts up it displays "invalid configeration information f1 to continue        f2 go to setup" if i press F1 w/ a boot disk in drive A:- no disk drive avaliable if i press F2-...
Zones: HardwareDate Answered: 04/26/2000 Views: 0
(this problem is similar to the previous "So what IS the range of double?") consider: float F = 1.0E-44; double D = (double)F; Running through this code results in a "Float invalid operat...
Zones: CDate Answered: 05/18/2000 Views: 0
have a block in which I am doing the validation for the required fields The  problem is when I find that a required field is null, or an invalid value  I am issueing an alert asking the user to ent...
Zones: OracleDate Answered: 12/16/2000 Views: 0
i'd like to draw a cross on all the views except the one one view which is the reference-view. the crosses would be draw in the same coordinates of the original cursor. in case the original curso...
Zones: Windows MFCDate Answered: 06/26/2001 Views: 0