Click to See Complete Forum and Search --> : Very simple question. what to use for drawing
factor777
Dec 4th, 2000, 03:50 PM
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.
YoungBuck
Dec 4th, 2000, 03:58 PM
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! :)
factor777
Dec 4th, 2000, 04:37 PM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.