Thursday, May 26, 2016

Show Desktop VB.net



Hi welcome for more one tutorial. This time I will tch you how you can show Desktop using VB.Net. Using other words minimize all .

1- Crte a new Visual Basic project.
2- Add a button to the form
3- Double-click in button and then paste this :

CrteObject("Shell.Appliion").MinimizeAll

4- Now let´s test it. Debug (F5) the project. Click in the button and all will minimize and the desktop will be showed.


No comments:

Post a Comment