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
vb Code:
  1. Dim data As DataObject
  2. data = Clipboard.GetDataObject
  3. Clipboard.Clear()
  4. Clipboard.SetImage(Image.FromFile("D:\image.gif"))
  5. document.Paste()
  6. Clipboard.SetDataObject(data)
so What's the problem?

help me please
thanks in advance