2
Answers

Focus on Form

How do I focus on a Form with no components? I made an image viewer program which uses Graphics to draw directly on the Form but I have to click on it first before handling key strokes. I tried Focus() and TopMost() with no luck. Thanks. Neil

Answers (2)