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 7749(0.004 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
Hi:   Is it possible to add a button onto the caption bar, where the minimize button.. locate? If yes, please tell how.   I am using vc++4.2 and windows95.   Thanks in advance   Dan
Zones: Windows ProgrammingDate Answered: 05/09/1997 Views: 0
How would I change the color of a dialog box from the default to a different one. I know that I can hard coded by using child windows, however, I would like to change the color of dialog boxes crea...
Zones: Windows ProgrammingDate Answered: 08/12/1997 Views: 0
Is pressing an Enter key when an AWT button is in focus supposed to generate an ActionEvent (similar to the one generated when the button is clicked)?  I would expect it to but it does not happen i...
Zones: JavaDate Answered: 01/29/1998 Views: 0
I have a VB5 app using MDI forms.  I am having trouble with a form that contains an APEX True DB Grid on it.  If you do any alterations to the grid in the code I cannot exit the form when I call th...
Zones: Visual BasicDate Answered: 03/12/1998 Views: 0
How do I make a command button transparent so the background of the form is the same as the button? And how do I tile a bitmap on a command button?
Zones: Visual BasicDate Answered: 03/20/1998 Views: 0
Is it at all possible to change the appearence of the JS buttons: <FORM><INPUT TYPE="button" VALUE="Alternativ startsida  " onClick="goLinks()"></FORM> I especially need to do this when presenting ...
Zones: JavaScriptDate Answered: 05/05/1998 Views: 0
How can i create a Button that changes it's image when you click on it (linking two bitmaps one that shows OFF state and the other showing the ON state "it is a switching button")   i need the full...
Zones: Windows MFCDate Answered: 09/04/1998 Views: 0
void CLobbyDialog::OnLobbyLightsBUTTON() {       // TODO: Add your control notification handler code here         static BOOL bFlag = TRUE ; // On/Off State         bFlag = !bFlag ;               if ( bFl...
Zones: Windows MFCDate Answered: 09/17/1998 Views: 0
Petzold says "Most programs that use the BS_OWNERDRAW button style to draw their own buttons often use small bitmaps for the button images". Unfortunately, he doesn't give an example. Can anyone ...
Zones: Windows ProgrammingDate Answered: 09/23/1998 Views: 0
I have a dlg app in VC5. There’s a couple of buttons that I want to toggle the focus on when pressed so the user can just repeatedly press ENTER to use the two buttons alternately:       When BTN_1 pre...
Zones: Windows MFCDate Answered: 10/19/1998 Views: 0