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
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.
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
Code to make the window like any others.
TopMost = True
Code: Select all
TopMost = False
1 post
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023