> Hi,
> In my application am using scrpting.dll to create folders and files.
[quoted text clipped - 14 lines]
> Plz tell its urgent
> thanx inadvance
I suggest you read the help article "Accessing Files With FileSystemObject"
which says in part:
<quote>
The FSO model, contained in the Scripting type library (Scrrun.dll),
supports the creation and manipulation of text files through the TextStream
object; however, the FSO model does not support binary files. To manipulate
binary files, use the FileOpen Function with the Binary keyword.
<unquote>
I believe you need a binary file for the image? Also, it appears that you
won't be able to display an image directly within a Rich Text Box, but will
have to use a PictureBox or something similar, as a child of the RichTextBox
(in its Controls collection) to display the image
Just my best guess.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.