PokerMan said:
To be honest i am not even sure what you are trying to do from your
description i can't understand. When you say images of your objects, are you
referring to an object in the literal sense? Or code sense?
In my first post I sad that my objects are images in png format. This
objects will be inserted in objects table in SQL database (image field).
Each user could create his own map, using object from database.
Each map could be different and objects have distinct position.
What i don't know is how to display this map.
Suppose admin create maps for users, 3 users , 3 maps.
If one user open application i need to display his map. That involve all
object from map, in right position and right dimension.
I intend to use some serialization,deserialization for objects. I
understant I could serialize map and on deserialization insert in
position for each object image from database.
All i need now is 'the control' where i deserialize the map! There's
allready in VS or I need to create one?
TIA
Paul