How can I draw a bitmap image to the picturebox using the drawimage command, I'm not using a file image, already created one in code.
I do not want to use the paint for the picturebox, ex. private sub PictureBox1_Paint().
how can I do this? please help.