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 15(0.01 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 am making an application that disable USB storage device on one PC. i have edited the registry to do this. SYSTEM\\CurrentControlSet\\Services\\USBSTOR\\ set the value of start to 4. ...
Zones: Windows MFC, C++Date Answered: 06/10/2008 Views: 42
Hello I'm developing a single chat program. I used SOCKET to listen and connect and I have no problem with listen, connect and send data. my main problem is data arrival EVENT!! i should have a fu...
Zones: C++, C, Windows MFCDate Answered: 08/04/2008 Views: 13
If I have a local variable of type CString and then assign to it using the concatenation operator, things work fine: CString StringFunction1() {   CString one;   one = "ONE";   return one; ...
Zones: Windows MFC, Microsoft Visual C++Date Answered: 10/14/2008 Views: 59
I have created a dialog based MFC exe. I want to add a function, which takes the following as arguments: - CDC *pDC;//pointer to device context int x; int y; int cx; int cy; CString sFileName...
Zones: Windows MFC, Windows Programming, Microsoft Visual...Date Answered: 05/05/2008 Views: 0
I'd like to create a tab control (CTabCtrl) on the dockable CToolBar. Will that be doable thing? If so, how to do it. Any ideas? appreciate! py
Zones: Windows MFCDate Answered: 06/03/2008 Views: 8
i want to create a thread(Cthread) which is called by the main thread . Then the main thread should restart the  other thread if it is killed(cThread) . is ther any api which sets an event if t...
Zones: Windows MFC, C, Microsoft Visual C++Date Answered: 08/12/2008 Views: 0
how to hide the dialog box through changes in settings? I just wanted to hide  the application in  the task bar.
Zones: Windows MFC, C++Date Answered: 08/12/2008 Views: 0
I can use SHAddToRecentDocs() with a filename fine and it adds that filename to the "my recent documents" list; I have a button on the program's main dialog which adds the filename to the MR list. ...
Zones: Windows MFCDate Answered: 11/23/2008 Views: 4
Hi, I would lik to change my tab control tilte font color from default to any other color. If you give me sample program it will be helpful.
Zones: Windows MFCDate Answered: 10/22/2008 Views: 58
I have a MFC dialog based application. I want to hide the dialog box. i tried the following a) SetWindowPos(0,-1000,-1000,0,0, SWP_NOSIZE|SWP_NOZORDER|SWP_NOACTIVATE); it hides the dialog box bu...
Zones: Windows MFC, MS Visual C++, Microsoft...Date Answered: 08/12/2008 Views: 0