Pinning and Unpinning

Do you know of any tutorial videos online that offer help with programming or have you made a helpfull video then please share them in here.
1 post Page 1 of 1
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Pinning and Unpinning
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
1 post Page 1 of 1
Return to “Videos”