Now what should i use to draw everything on
example picturebox, or imagebox or on the form?
please tell me the one with less restriction.
Printable View
Now what should i use to draw everything on
example picturebox, or imagebox or on the form?
please tell me the one with less restriction.
Are you talking about drawing with the API or using BitBlt? If so then you cannot use a Image Control because it does not have a hDC property. Both the Picture Box and a Form have all the necessary properties and events to be used for drawing. Hope this helps! :)
yes the bitblt thing
but another question that i have is can you have grid square
to refer to other grid squares
for example
from a universal view --> Galaxy view --> then a Solar system view
like a grid within a grid
is what im trying to accomplish here.