TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sachink
NA
15
0
How to lock Clipboard?
Jun 21 2004 5:16 AM
Please look at the snippet ----------------------------------- 1 RichTextBox rtf = new RichTextBox(); 2 Bitmap img = new Bitmap(@"c:\myImage.bmp)) 3 Clipboard.SetDataObject(img); 4 rtf.Paste(); ------------------------------------ when the program control passes line number 3 and if I copy some other text/image in the Clipboard using "Control + C", the earlier image 'img' gets vanished. Is there any way to lock the clipboard for other operations till I paste the image 'img' in RichTextBox? Please Guide
Reply
Answers (
0
)
Data Transmitting and Receiving?
I need VB.Net software