How to bring existent vector graphics as GDI+ or into VB

A

Arturo Toledo

I am looking for a tool that would allow me to dinamically draw graphics,
text, and even animation in a visual interface and then bring the generated
code or dlls´s (or files of any type) into my project as a control. Then
in VB I could add all the required code for this previously designed
control.

What I want is to avoid having to code graphics, that´s so slow and
unnatural... GDI+ has the power to do complex things like animation,
irregular buttons, alpha, gradient fills, pens etc etc... How can I ask a
graphic designer to develop all this widgets for me and then incorporate
them as a control? Graphic designers use Illustrator o Corel Draw for vector
drawings... how can I convert any of those formats into GDI+ code?... Say
my graphic designer develops a Frog shapped button... I want this button to
have all kinds of behaviors when pressed, rolled over etc etc... my graphic
designer will give me some nice EPS, WMF, Illustrator or Corel Vector
files... how can I bring this drawings into VB so I can code this control?
I know this is easily solved If go to Director or Flash (Macromedia) but I
wanna start doing this kinda interactive, animated stuff using winforms in
VB and VS NET. This is all due to the future longhorn release where avalon
will boost animation and graphics for windows development. I read in the
longhorn web page that the best way to get ready for the up comming
longhorn.avalon paradigm is by getting into managed code (no problem about
that) and second, get into Windows Forms.

I have gone into Windows Forms tutorials and found out how to create
controls but a definitive issue is bringing existent graphics (vectors)
without having to code them from scratch. Visual graphic designing is just
the most natural way to draw and "coding" a frog to draw it in a windows is
just unpractical.

Thank you all!
 
F

Frank Hileman

Hello Arturo,

With VG.net you can design vector graphics within Visual Studio .NET. Each
graphical component you create is a class you can reuse within other
graphics. You animate graphics by changing properties on objects; VG.net
performs an optimal display update.

Check it out with the links below. The runtime will be free, and there will
be a freeware Lite version of the designer.

Regards,
Frank Hileman
Prodige Software Corporation

check out VG.net: www.vgdotnet.com
Animated vector graphics system
Integrated VS.net graphics editor
 
A

Arturo Toledo

Wow! That´s the closest thing to what I was looking for!!! Great!!! I´ll
better do some testing. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top