M
Matthias Langbein
Hi all,
I'd like to distribute a AddIn for Word which also inserts a picture.
As far as i know a dll-file can also contain picture data, so I can
distribute the solution without a separate gif-file.
So far I managed to pull the gif-Image into my project via drag &
drop. But how can I access the image within my c#-code?
preferrably a function like:
Field1.Result.InlineShapes.AddPicture("F:\\VS\\Projects\\tips.gif",ref
omissing, ref omissing, ref omissing);
THX, Langi
I'd like to distribute a AddIn for Word which also inserts a picture.
As far as i know a dll-file can also contain picture data, so I can
distribute the solution without a separate gif-file.
So far I managed to pull the gif-Image into my project via drag &
drop. But how can I access the image within my c#-code?
preferrably a function like:
Field1.Result.InlineShapes.AddPicture("F:\\VS\\Projects\\tips.gif",ref
omissing, ref omissing, ref omissing);
THX, Langi