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 12189(0.03 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!

8.2
How may I output some text vertically (i.e. rotate the text by 90°) using Borland C++ 4.5
Zones: C++Date Answered: 03/08/1997 Views: 0
text in cell... 234,567.20-,  because of - at the end of this number excel sees it as text...I need to be able to change this to -234,567.20 so excel sees it as a negative number and I can use it i...
Zones: Visual BasicDate Answered: 05/23/1997 Views: 0
Hi, this works in NN but not in MSIE (also 4.0) document.forms[0].listbox2.options[5].text = 'test'; document.forms[0].listbox2.options[5].value = 45; thanks... Heiko
Zones: JavaScriptDate Answered: 06/03/1997 Views: 0
I need a printer driver for Windows95. When written to, the driver should write output to a file, not a printer. It should write to a new file name each time without asking for a filename or appen...
Zones: Windows ProgrammingDate Answered: 07/01/1997 Views: 0
I've got a picture box control holding a bit-map.  What I need to do is place the odd bit of text (actually just a single digit) onto the bitmap held by the picture box control at run-time.  I know...
Zones: Visual BasicDate Answered: 09/08/1997 Views: 0
I need to change the colour of a static text control. How do i go about it?
Zones: Windows MFCDate Answered: 03/01/1998 Views: 0
How can superscript text (x^2, y^3, etc. without having to show the carrot symbol) be displayed in dialog boxes? Also, to update this at run-time, how can the strings be concatenated to indicate su...
Zones: Windows MFCDate Answered: 02/26/1998 Views: 0
I want to create a Ticker in Cold Fusion ( .CFM) whcih the text of the ticker is accessed through databse(*.mdb) That means when i update the database in the ticker field , the ticker diaplaying Te...
Zones: AuthoringDate Answered: 08/29/1998 Views: 0
Hi, I am using VB5 Pro, and would like to be able to turn word wrapping on/off inside a _normal_ text box...just like notepad does.  I tried changing the scrollbar value (to none for no word wrap, ...
Zones: Visual BasicDate Answered: 10/03/1998 Views: 0
Greetings VBlings, I need to know how to open a file for source, and write the following FOR EACH LINE till the end of file. Key = Key & " Contents of the first line " & vbcrlf Key = Key & " Con...
Zones: Visual BasicDate Answered: 09/15/1998 Views: 0