[svg-developers] Re: Anyone know how to display SVG in win32 form using .NET?

2005-04-15 Thread svgdeveloper
SVGViewPlus by Mobiform is a %100 .NET control for viewing, printing and interacting with SVG in .NET apps. It has a full SVGDOM, uses C# or JScript as the script language, handles animation, zooming, panning, serialization, CSS and exports to various raster formats. It implements about

[svg-developers] Re: Anyone know how to display SVG in win32 form using .NET?

2005-04-15 Thread kgordon
Will [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 1:16 PM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: Anyone know how to display SVG in win32 form using .NET? scasquiov wrote: Or even embed adobe's SVG viewer in your application (without the need for IE

[svg-developers] Re: Anyone know how to display SVG in win32 form using .NET?

2005-04-14 Thread scasquiov
hi, Try svg#: http://www.sharpvectors.org/ The latest CVS version has a lot of improvements, I suggest you get that one. Cheers, - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo!

[svg-developers] RE: Anyone know how to display SVG in win32 form using .NET?

2005-04-14 Thread kgordon
The SVG# would be my preference, but don't forget you can always just embed an internet explorer control in your form and utilize any installed svg plugin (asv/corel). --KG -Original Message- From: eternalcerulean [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 4:01 AM

[svg-developers] Re: Anyone know how to display SVG in win32 form using .NET?

2005-04-14 Thread scasquiov
Or even embed adobe's SVG viewer in your application (without the need for IE). something along these lines: http://www.mecxpert.de/svg/SvgDotNet.html Beware of licensing issues though. --- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: The SVG# would be my preference,

Re: [svg-developers] Re: Anyone know how to display SVG in win32 form using .NET?

2005-04-14 Thread Holger Will
scasquiov wrote: Or even embed adobe's SVG viewer in your application (without the need for IE). something along these lines: http://www.mecxpert.de/svg/SvgDotNet.html Beware of licensing issues though. ore even embed an svg enabled mozilla !!! see: