D
David Thielen
Hi;
First off, I am using VSTO/C# for my add-in.
From one document, I would like to, when the user clicks a certain
command, bring up a window with a complete rtf document in it that I
have created in code.
Is there a way to do this? Obviously I can create a new document and
walk through setting text and formatting but that would be a lot of
work. I could also write it to disk and open it - but I don't want the
document left on the disk.
And in fact, I would prefer that it was more like print preview mode
where it was viewable and printable - but that's it.
Any ideas?
thanks - dave
First off, I am using VSTO/C# for my add-in.
From one document, I would like to, when the user clicks a certain
command, bring up a window with a complete rtf document in it that I
have created in code.
Is there a way to do this? Obviously I can create a new document and
walk through setting text and formatting but that would be a lot of
work. I could also write it to disk and open it - but I don't want the
document left on the disk.
And in fact, I would prefer that it was more like print preview mode
where it was viewable and printable - but that's it.
Any ideas?
thanks - dave