i have created simple windows application.
when it runs i set its Visible property to false;
And now i want to make it Visible when conbination of keys pressed with
i have created simple windows application. when it runs i set its Visible property
Share
You need to create Keyboard Hook. As noticed in the article, there is a very usefull project on the CodePlex that you can use to solve your issue.