Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27349

VS 2008 Putting an image in an RTF-file

$
0
0
So I want to insert a picture from a file into an RTF file. The RTF file is created using this:
Code:

        Dim w As System.IO.StreamWriter
        w = IO.File.CreateText("OUTPUT")

I then write to it using w.WriteLine("whatever")

The thing I want to be able to do, is place an image in the document, and place it on a specific location. I used this resource: http://www.biblioscape.com/rtf15_spec.htm#Heading49, but that didn't clarify anything.

Thanks in advance,

Gamer1120

Viewing all articles
Browse latest Browse all 27349

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>