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 107(0 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!

7.6
Two questions wusing PHP: 1) How do I search for a text string inside an Excell file? 2) How do I then open that file?
Zones: ProgrammingDate Answered: 11/20/2007 Views: 0
I have been developing in Delphi since version 1 but never crossed over to .net or web applications and never saw a good summary description of how its done.  I think the following questions will g...
Zones: Delphi InternetDate Answered: 03/13/2008 Views: 0
I'm trying to construct a widestring URL that contains some cyrillic characters in one of the arguments.  The cyrillic is entered into a TEdit where it appears properly then assigned to a widestrin...
Zones: Delphi ProgrammingDate Answered: 03/14/2008 Views: 0
I'm looking for the best way to create a non-modal window that I can display when ever I have a long running function. A window that might have an animated Icon and a TLabel field that I can displa...
Zones: Delphi ProgrammingDate Answered: 03/25/2008 Views: 0
I have an application that during long processing pops up a progress form with a TAnimate component on it and a Label with a message. I create the form, set the message and then 'Show' the form. Th...
Zones: Delphi Programming, Pascal, Delphi...Date Answered: 03/26/2008 Views: 0
I have been trying to find sample code for implementing a 'Circular Progress Bar' similar to the one you find in many of the newer Microsoft products (ie. SQL2005, Visual Studio 2008, etc). What I ...
Zones: Delphi ProgrammingDate Answered: 04/09/2008 Views: 0
I'm look for an example of how to implement the RegLoadMUIString function in Delphi 2007 (win32). Apparently you need to use this to read values out of the registry that take the form: @[path]\dll...
Zones: Delphi ProgrammingDate Answered: 04/17/2008 Views: 14
Hello, I have a ClientDataSet with contact information. I specify a filter for the ClientDataSet to select just the rows that have the value "notsent" in field A. Now I want to loop across th...
Zones: Delphi DatabaseDate Answered: 04/18/2008 Views: 0
Hello Everyone, I have a struct:   TPacket = packed record     Username: String;     Text: WideString;   end;   PPacket = ^TPacket; And I have same variables in my function: procedure...
Zones: Delphi ProgrammingDate Answered: 04/16/2008 Views: 0
Hello guys, I have a problem with Seek with Textfile files... I have text XML file: <?xml version="1.0" encoding= "UTF-8"?>' <history version="1.3"> </history> I need to add node before...
Zones: Delphi ProgrammingDate Answered: 04/24/2008 Views: 5