X
xargon
Hi everyone,
I would like to serialize the Visio clipboard data into XML. So basically
what I wanted to do was copy all data into clipboard and access it again
and save it as base64 into SolutionXML.
So, basically I used something like:
ActiveWindow.SelectAll
ActiveWindow.Selection.Copy
Dim do as New DataObject
do.GetFromClipboard
However, do.GetText does not work... What I would like to do is the get
the clipboard data as base64 text or something that I could embed into
XML.
Does someone have an idea on how to proceed with this?
Thanks,xargon
I would like to serialize the Visio clipboard data into XML. So basically
what I wanted to do was copy all data into clipboard and access it again
and save it as base64 into SolutionXML.
So, basically I used something like:
ActiveWindow.SelectAll
ActiveWindow.Selection.Copy
Dim do as New DataObject
do.GetFromClipboard
However, do.GetText does not work... What I would like to do is the get
the clipboard data as base64 text or something that I could embed into
XML.
Does someone have an idea on how to proceed with this?
Thanks,xargon