Page 1 of 1

Pinning and Unpinning

Posted: Mon Apr 12, 2010 8:45 pm
by mikethedj4
What's Pin?
Pin is so you can have your program display above all other applications 24/7, until it's closed, or changed of course. So for example I have windows media player running, and I open up notepad, when windows media player is selected notepad will display above that program, along with others.

What's Unpin?
Unpin is simply just like any other application, so for example I have windows media player running, and I open up notepad, when windows media player is selected notepad will display under that program.

Code to display window above all other applications.
Code: Select all
TopMost = True
Code to make the window like any others.
Code: Select all
TopMost = False