| | |
RichTextBox and Images
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2007
Posts: 4
Reputation:
Solved Threads: 0
I have a RichTextBox that I wish to copy an image to. I have created a Control that inherits from RichTextBox. It appears that my image is not able to be pasted but I am unsure why? If I break into the code, b has the correct size of the image.
Below is my code:
Any help will be gratefully received.
Kind Regards,
Harold Clements
Below is my code:
C# Syntax (Toggle Plain Text)
//Bitmap b = new System.Drawing.Bitmap(global::xxxxxx.xxxxxxx.Properties.Resources.logo2); Bitmap b = new Bitmap(@"d:\file.bmp"); Clipboard.SetDataObject(b); DataFormats.Format f = DataFormats.GetFormat(DataFormats.Bitmap); if (CanPaste(f)) { Paste(f); } //paste(f);
Kind Regards,
Harold Clements
How did you admit the your control works well? maybe the problem in your control.
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
![]() |
Similar Threads
- Dont allow images in a RichTextBox? (C#)
- C# App print report (C#)
- RichTextBox question (C#)
- Picture in TextBox (C#)
- Pictures in RichTextBox (C#)
Other Threads in the C# Forum
| Thread Tools | Search this Thread |
.net access algorithm alignment array barchart bitmap box broadcast buttons c# c#gridviewcolumn check checkbox client combobox communication control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing elevated encryption enum event excel file focus forloop form format forms function gdi+ hospitalmanagementsystem httpwebrequest image index input install java label list listbox localization login mandelbrot math messagebox mouseclick mysql operator path photoshop picturebox pixelinversion plotting pointer post programming radians read regex remote remoting richtextbox server sleep socket sql statistics stream string stringformatting sun table text textbox thread time timer update usercontrol validation visualstudio webbrowser whileloop windows winforms wpf xml






