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 552(0.001 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
I want to assign multiple objects to the clipboard, i.e. bitmaps, records, of any number, and be able to read them all back.  I also want to register my custom clipboard formats with the system whe...
Zones: Delphi ProgrammingDate Answered: 08/01/1997 Views: 0
Hi, I was wondering if it is possible to copy an image to the clipboard. And if it is, I'd like to see how it is done. Any help appreciated
Zones: JavaDate Answered: 01/19/1998 Views: 0
Is it possible to copy an image to the clipboard from a (signed) java applet? If yes, how? The solution has to be JDK1.1 complient because I want the applet to run in IE4 and NN4. Iy should be poss...
Zones: JavaDate Answered: 10/24/1998 Views: 0
I am using the following code to produce html from my Access dB: Dim fnum As Integer Dim db As Database Dim rs As Recordset Dim num_fields As Integer Dim i As Integer Dim num_processed As Integer ...
Zones: Visual Basic, VB ObjectsDate Answered: 04/19/1999 Views: 0
There is a program called Get Right that monitors the clipboard for html links pasted to it then automatically starts a sequence of events. I am trying to do basically the same thing only I just wa...
Zones: Delphi ProgrammingDate Answered: 05/17/1999 Views: 0
hi! I need to get the clipboard contents as a string without using 'pastefromclipboard' (may contain rtf stuff) or clipoard.astext (only up to 255 chars). I found out to do it with clipboard.gette...
Zones: Delphi ProgrammingDate Answered: 06/07/1999 Views: 4
Hi all, What i need to do is: I have an handle to an icon, and i need to put it in the clipboard in few formats.. my code look something like this, and guess what - its not working :o)  Image2.Pi...
Zones: Delphi ProgrammingDate Answered: 07/08/1999 Views: 0
Hi, Do you have a sample on how to use Clipboard in Windows to  handle a specific format (not standard format)?  What I have in my application is an array of  specific objects, and I would like to ...
Zones: Windows MFCDate Answered: 01/10/2000 Views: 0
I need to transfer some text with tab and linefeed to the clipboard. I have done a search and thought that OpenClipboard, CloseClipboard, and SetClipboardData can do the job. May I know if anyone o...
Zones: Windows MFCDate Answered: 10/04/1999 Views: 0
Hello, I want to build a little program that have one memo1.text component and when anybody copy text to clipboard then i will this program to catch it in memo1.text Regards Mummi
Zones: Delphi ProgrammingDate Answered: 10/26/1999 Views: 0