Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating SVG graphics on the fly in vb 6.0

Status
Not open for further replies.

jfrost10

Programmer
Joined
Jun 3, 2001
Messages
2,004
Location
CA
Hey gang,

Has anyone done or know hot to create SVG graphics on the fly in vb 6.0?

What we'd like to do is have a way to generate graphics dynamically for some publications that we're putting out.

i.e. One client wants their footer to say something, then three months later wants to change it.

Instead of having us do the graphic change (which can be bothersome for multiple client requests) we give them the ability to change the data displayed without having to actually touch the graphics ourselves.

I'm thinking that SVG would be the best to do for this, but not sure if vb6.0 is equipped to handle it.

Any thoughts?

Thanks,

D'Arcy
 
ok... its been here a while and no ones posted....

pardon my ignorance but what is SVG???

If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
The Great Date Debate Thread222-368305
File Formats Galore @ or
 
Scalable Vector Graphics (SVG)

***You can't change your past, but you can change your future***
 
I don't know if this will help or not, but you can download the SVG viewer from Adobe at the following address which contains their proprietary SVG ocx. Here is the address if anyone's interested.


WrayGun

***You can't change your past, but you can change your future***
 
ADoozer: SVG is a new graphic standard built with xml, literally. The file is one big mathematical equation built with xml tags. Its vector based, which means that the image looks excellent as well as identical at all sizes.

Wraygun: Thanks for the link to the viewer. I've used it before for a web application, not sure if it'll be useful in the desktop. Good to have the link though

Thanks again,

D'Arcy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top