Home All Groups Group Topic Archive Search About

how can I create and store graphic symbols so that I can use them again and again

Author
8 Feb 2006 6:37 PM
moumita
I want to create a form and display multiple symbols on it.The problem
is how do I create and store the symbols so that I can display one
single symbol multiple number of times on the form without creating the
graphic again and again.

Author
8 Feb 2006 7:05 PM
Herfried K. Wagner [MVP]
"moumita" <moumit***@gmail.com> schrieb:
>I want to create a form and display multiple symbols on it.The problem
> is how do I create and store the symbols so that I can display one
> single symbol multiple number of times on the form without creating the
> graphic again and again.

You could load them into 'Image' or 'Bitmap' objects and reuse these
objects.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
8 Feb 2006 8:07 PM
CMM
Is the symbol a character symbol? i.e. not a "graphic" but text? If so put
it in a resource file and bind the control to it. Same works for bitmaps too
(at least in 2005... not sure about bitmaps in 2002).
Author
9 Feb 2006 11:48 PM
moumita
No, these are not text objects .These are picute graphics.I want to
create them again and again...can I design the graphic objects without
using programming ..and while loading write statements in VB.Net.I want
the process to run very quickly..does loading depend on how many
graphic images I am loading on a page.
I am very new to VB.Net.Can u refer me some sites or sample codes which
will help me do this.