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 1640(0.009 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.6
Can you disable  a Static Text item in a dialog box so that it looks disabled, or should you hide the item and draw the text in light gray with DrawString()
Zones: General Macintosh ProgrammingDate Answered: 09/01/1999 Views: 0
i created a thread that is declared like this: static uint thread(lpvoid winobjptr); then i defined the thread: uint cmainframe::thread(lpvoid winobjptr) { //stuff. //how do i get the client area,...
Zones: C++Date Answered: 04/25/1999 Views: 0
How to make the panes managed by CSplitterWnd non-resizable.
Zones: Windows MFCDate Answered: 02/25/1999 Views: 0
Actually, I have three questions: 1. Why doesnt a myDlg.DoModal on BN_CLICKED to a Static Text    fire up the myDlg Modal Dialog Box? 2. How do I reposition a Static Text Control at Runtime? 3. Ho...
Zones: Windows MFCDate Answered: 08/06/1999 Views: 0
the following is the code which is not working public class f1 extends java.applet.Applet{ static String s1; public void init(){ s1="hello"; try{ getAppletContext().showDocument(new URL("f...
Zones: JavaDate Answered: 01/11/2000 Views: 0
can someone pls explain to me wats a static variable n e diff frm a non static variable ? thanx
Zones: JavaDate Answered: 08/09/2000 Views: 0
Where can one download libraries needed to compile programs unser solaris that are statically compiled?  I need .a libraries in order to do this and Solaris is not shipped with them pre-installed. ...
Zones: Solaris, Sun JDSDate Answered: 11/08/2000 Views: 0
Experts, please explain this.... As far as i know, interface is a non-elaborated entity. That is in other words, it is in-completed - meaning you cannot create any objects out of it. But in the f...
Zones: JavaDate Answered: 01/30/2001 Views: 0
what is static class and why should I use it and when ? what are the differences to define all class as static to define methods as static.    Thanks
Zones: JavaDate Answered: 11/26/2001 Views: 0
I've created a basic static library and a client project to use the library. I've included the library in all the .cpp files that use it, but when I got to build the project I get a compilation err...
Zones: Windows MFCDate Answered: 03/29/2001 Views: 0