Creating image

  • Thread starter Thread starter Neven Klofutar
  • Start date Start date
N

Neven Klofutar

Hi,

Can anyone tell me how can I create images from data ?

I've seen something similar on some sites while creating account, they
create image containing random created numbers and letters. Is there a
control I can use or can I use some .NET class/es ?

thanx, Neven
 
Try searching for graphics.drawstring. Getting the random text would be
done using random.
 
What sort of images do you want to create from what sort of data?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.
 
Thanx averyone for help ...

I have another question ...

I would like to create a web game, some sort of web strategy game (sort of
web Diplomacy).
Let's say that you have some data from all players in the DB, and you want
to create GIF or JPG map of the world with unit positions in the countries
after each player submits his move.

What would the best solution be ?

Thanx, Neven
 

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

Back
Top