embedded pics in richTextBox/getting filename

  • Thread starter Bolek Wisniewski
  • Start date
B

Bolek Wisniewski

Howdy all,

Sorry to be so persistant about this issue...but I still need help. In the
image tag that gets generated from pasting pictures inside a richTextBox, is
there any information about the filename of the image pasted (if its not from
clipboard but from the Insert->picture->from file method)? I have noticed a
UID, is there anything relevant to developers about this identifier? If not
in the image tag, is there anyway for me to know what file was chosen by the
popup window for file selection? All this pertains to keeping a wmf's/emf's
vector information inside the form so I can send it to webservice. I have
been successful with the clipboard pasting...but not the file selection. As
always any help is mucho appreciated. thanks - bolek
 
B

Brian Teutsch [MSFT]

No, that information is not available. You'll need to create hyperlinks to
the local file if you want to reuse the exact file later on.

Brian
 
Top