I currently have a Console application. How would I draw graphics to the screen without having to have a form.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EDIT – based on CuddleBunny’s comment, I have created a class that will basically “draw graphics on the screen.”
Hope it helps.
old faulty answer
You can get the hwnd of another window and draw on that. I’m not sure how to draw on the entire screen though, I’ve always wondered that myself.
A simple example :