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 2457(0.002 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.8
Microsoft VC++ has an option for using a DLL version of the runtime library.  I there a similar option for Borland C++ Builder 3.0?  
Zones: C++Date Answered: 04/17/1998 Views: 0
I have an MS Access 2.0 database that I wish to distribute to a lot of unconnected sites, that may not have a copy of Access.  What do I need to do to create a stand alone Access application that j...
Zones: MS AccessDate Answered: 07/03/1998 Views: 0
Hello! I have an Access97 application- a runtime version which was working just fine on a PC that didn't haveOffice97. Improvements were made - I added charts to the app and some minor changes to f...
Zones: MS AccessDate Answered: 11/29/1998 Views: 0
Hi experts, I have problems to create a button on a form during runtime. I created a demo program with 2 forms. Form1 contains a commandbutton, Form2 is empty. I want to accomplish that if I clic...
Zones: Delphi ProgrammingDate Answered: 02/11/1999 Views: 0
Does anyone know of a setup program which will install the mfc redistributable dll's (and the C-runtime) for version5 or version6 of visual c++???  If so, where can I obtain it?
Zones: Windows ProgrammingDate Answered: 04/30/1999 Views: 0
I have a database that several users have access to via the runtime module.When they double click on the desktop icon I created, the run time module window opens, but the database never materialize...
Zones: MS AccessDate Answered: 04/08/1999 Views: 0
If you do a LoadLibrary on an EXE file and call an exported "C" function that function can't call C runtime functions and functions in other DLLs. If this same function is exported from a DLL, it w...
Zones: Windows ProgrammingDate Answered: 06/07/1999 Views: 0
I was using IE4.o for browsing and mail. I was getting an error message after exiting Outlook Express. Runtime error 216 at 000043F2 I upgraded to IE5 hoping this would eliminate the problem. Now ...
Zones: Windows 95Date Answered: 08/15/1999 Views: 0
I have an Access Runtime application with the following line under the Exit menu option. If IsRunTime() Then DoCmd.DoMenuItem A_FORMBAR, A_FILE, FMFExitItem (I don't want Access closing totally if...
Zones: MS AccessDate Answered: 02/28/2002 Views: 0
I have to create an object at runtime. The Name of the class is stored in a stringlist and I have to create my objects out of this list. Here a piece of pseude code :   string[0] = 'TBitmap'...
Zones: Delphi ProgrammingDate Answered: 11/30/1999 Views: 0