Hi , all
I am working on project that need to insert GIF pictures in RichTextBox but the GIF doesn't work or move!
this is the code i used
so What's the problem?vb Code:
Dim data As DataObject data = Clipboard.GetDataObject Clipboard.Clear() Clipboard.SetImage(Image.FromFile("D:\image.gif")) document.Paste() Clipboard.SetDataObject(data)
help me please
thanks in advance




Reply With Quote