To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85661
                 Issue #|85661
                 Summary|Cannot paste (image) from clipboard copyed from .net
               Component|framework
                 Version|OOo 2.3.1
                Platform|All
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|nihonkun





------- Additional comments from [EMAIL PROTECTED] Tue Jan 29 05:12:47 +0000 
2008 -------
Cannot paste (image) to Ooo from clipboard copyed from .net(1.1 to 3.5)

1.first
/* C#
using System;
using System.Drawing;
using System.Windows.Forms;
*/
private void button1_Click(object sender, System.EventArgs e)
{
   Bitmap bmp = new Bitmap(@"c:\windows\system32\setup.bmp");
   Clipboard.SetDataObject(bmp, true); /* Clipboard.SetImage(bmp); */
}
2.next
 openoffice cannot use paste

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to