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 4209(0.002 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!

6.4
Hello, I have a problem: I'd like to view a 24 bit bitmap. Now I use CDib class, but this only works 8 bit bitmap. How can I do? I'd like to obtain the code to do it or a place where I can find it....
Zones: Windows MFCDate Answered: 06/16/1997 Views: 0
Hello... Ok, I have a question, which I am unclear of the answer... Here is an example: class SomeClass   {     private:       char name[45];       SomeOtherClass *OtherClassPtr[6];       .     ...
Zones: C++Date Answered: 08/14/1997 Views: 0
I have tried to use GetClasseName to obtain the class name of the controls but it seems does't work for these two controls: Control           GetClassName Icon              Static GroupBox      ...
Zones: Windows MFCDate Answered: 01/03/1998 Views: 0
Let's see if I can explain correctly my doubt. Suppose you have two base types, one derived from the other. Consider the second is an extension of the first one : class A { ... }; class B : publ...
Zones: C++Date Answered: 12/10/1997 Views: 0
i got the realaudio ocx but i drag it to a form                and the error "dll for class not found..looking for object                with clsid:(CFCDAA03-8B...-002A..)
Zones: Visual BasicDate Answered: 02/14/1998 Views: 0
I need some examples to undertand abstract class and interface.
Zones: JavaDate Answered: 03/08/1998 Views: 0
what are the classes that are not derived from CObject ? advance thanks,
Zones: Windows MFCDate Answered: 08/03/1998 Views: 0
What is a wrapper class?  How is this different from a derived class?
Zones: C++Date Answered: 08/13/1998 Views: 0
Hi I have the following problem template<class A1, class A2) class A; template<class B1, class B2) class B; Class A and B are lists. I want them to be able to export and recive data from other lis...
Zones: C++Date Answered: 09/20/1998 Views: 0
Hi,  I am trying to use Orcle thin driver within JDK1.1. The program is as simple as this: import java.sql.*; class JdbcApplication {   public static void main (String args []) throws SQLExcepti...
Zones: JavaDate Answered: 10/07/1998 Views: 0