i used the bitblt api call 4 the first time today to make a game.. my question is do u have to have the source of the image visible.. is there a way to not have a picture box just settin around with an image in it?? any help appreciated..
Printable View
i used the bitblt api call 4 the first time today to make a game.. my question is do u have to have the source of the image visible.. is there a way to not have a picture box just settin around with an image in it?? any help appreciated..
You can set the visible propertry of the source picturebox to false IF you set the AutoRedraw property to true.
Greg
i found this out last night but thanx for the info...