If you don't want to use any Forms or PictureBoxes etc., where do you want to picture to be drawn on?
You need something to draw it on to.
Printable View
If you don't want to use any Forms or PictureBoxes etc., where do you want to picture to be drawn on?
You need something to draw it on to.
Ok i want to draw it on specified window i wrote some code that finds a window and draws a picture on it but as soon as i move my mouse or the program changes position or anything happens to it the picture is erased is there a way of delaying it so that it stays there for a certain amount of seconds then disappears
Strange...It disappears (and returns to its original image) the instant to move your mouse? Also, does the mouse have to be over the window? Or does it erase regardless of which window the mouse is over?