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 72(0.013 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.2
Hello, I am trying to do some code in delphi and searched alot until I found this code, but it's in C or C++ I don't know since I don't know neither C nor C++. So if someone can help me covertin...
Zones: Delphi Programming, C, C++Date Answered: 09/27/2008 Views: 0
delphi has the ability to take c++ obj files and link them statically so if I have a function in a c++ obj void MyProc() I would be able to add this in delphi {$L myobj.obj} procedure M...
Zones: C++Date Answered: 01/17/2003 Views: 0
How can I create a custom control using C# (a new Button for example) that I can use on any Win32 environment.  I tired creating a Windows Control Library but I was not able to expose the controls ...
Zones: Programming, Windows Programming, Delphi Program...Date Answered: 09/11/2007 Views: 0
I have an application that needs to have the following functionality: 1. User tells system to connect to new bluetooth device 2. Application will turn on discovery and wait for a request for au...
Zones: Delphi Programming, Bluetooth, PC...Date Answered: 02/04/2008 Views: 0
I want to be able to read an acord file into my program in a grid or something like that in order to manipulate that data, I wonder if there is a sample somewhere as it is a industry standard forma...
Zones: C#, Delphi Programming, PascalDate Answered: 02/27/2008 Views: 0
I have to develop an IE Toolbar compaitble with all browser types (IE/Firefox etc). Search text will be in unicode Hindi language. I need help on design tips for the same, installation and registry...
Zones: MS Dev, Editors IDEsDate Answered: 03/29/2008 Views: 0
Hi, There is way to turn it to C # .net 2005????? Is possible? Type PRecKey = ^RecKey; RecKey = Packed Record Key_Command : Array[0..2] of Char; Key_Pan_Type : Char; Key_Format : Char; ...
Zones: Delphi Programming, C#Date Answered: 06/01/2008 Views: 4
Hi Folks, I need to find the Distinguished Name of an LDAP for any user using c# I only have the IP and PORT is there any function for this ? thanks
Zones: MS Visual C#, .Net Editors & IDEs, Visual St...Date Answered: 06/26/2008 Views: 12
I have two applications, one written in C# (Windows Forms) and the other in Delphi (Win32).  Is it possible to render a TPanel (or other component) within the running Delphi application onto some c...
Zones: Delphi Programming, .NET, C#Date Answered: 09/19/2008 Views: 21
I'm writing an application in Delphi (using D2005) calling a DLL written in C using MinGW. So far it works fine, BUT I would like to debug the DLL using MinGW. I have added a host application and w...
Zones: C, Delphi IDEDate Answered: 10/08/2008 Views: 12