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 1583(0.005 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.2
HI, How many items can a list control take? Thanks in advance.
Zones: Windows MFCDate Answered: 05/17/1999 Views: 0
I have just read Peter Nortons guide to setting the pagefile size and I'm still unsure what is the best size as it tells me that it's more important to set the minimum size right rather than the ma...
Zones: Windows NTDate Answered: 06/02/1999 Views: 0
Does anyone know if the maximum row size of 1962 bytes will  be increased in Sybase 12?
Zones: SybaseDate Answered: 09/30/1999 Views: 0
I want to declare a varchar field with a length of 2500 - I have only dokumentation of SQL-Server 7.0 where I read that it is allowed up to 8000 but in my SQL-Server 6.5 I got the message, that 255...
Zones: MS SQL ServerDate Answered: 01/27/2000 Views: 0
I would like to know if Microsoft published something that tells you the constraints of each of the controls.  For example how many items can you put in a list box?  How big a file can be put into ...
Zones: VB ControlsDate Answered: 03/01/2000 Views: 0
Hi, Does anyone know if there's a maximum datasize that can be passed to one call to a sockets send() function? There's seems to be some limit around 30-40Kb on Linux and less on FreeBSD... Is...
Zones: CDate Answered: 03/12/2000 Views: 0
We submit a lot of Parameter with java-script over the URL. Now we have a problem with the max length. In our LAN it works with 2000 bytes, but over I-Net it works only with 1700 bytes Is this pr...
Zones: Web DevelopmentDate Answered: 10/11/2000 Views: 0
Hi guys, I have a problem with a query. I have 2 tables (rtcompanies and rtacbaleventlog) and I want to retrieve the latest entry from rtacbaleventlog for a given company id. I've tried the ...
Zones: MS SQL ServerDate Answered: 07/02/2002 Views: 0
Hi all, I have a macro as follows: #define max(a,b) ((a) > (b) ? (a) : (b)) Now in main I have: int a=5,b=0; max(++a, b);     // a is incremented twice max(++a,b+10);   // a is in...
Zones: C++Date Answered: 12/27/2002 Views: 0
If I drop a hscroll bar on a form and set it's properties to this: min 0 max 70 smchange 1 lgchange 35 and then add this event:     Private Sub HScrollBar1_ValueChanged(ByVal sender As Ob...
Zones: .NETDate Answered: 07/30/2003 Views: 0