ActiveX control to serialise to SVG
Article Writing
1
Posts
1
Posters
1
Views
1
Watching
-
There is an artical on this site (OCX Snapshot) that shows you how to make an ActiceX control capture it's image to a JPEG file, so it can be displayed in a Website. This method could be improved by making the control write to a metafile and then convert the metafile to SVG. SVG is an improvement over JPEG as it's smaller and scalable and an internationally recognised format. I think there is already source code available on the Web which converts a metafile to SVG.