G'day does anybody know how to make their program permanently take up a little bit of the screen in vb 2005. Like how explorer makes the start bar down the bottom of your screen. I want to put like 1 cm continued onto that and other applications cant go over it. I havent got a clue how to start this one thanks.
program permanently takes up a liitle of the screen (vb 2005)
Collapse
X
-
if I'm understanding what you're asking ... all you need is a function to keep your executable form "on top", similar to what task manager does, where task manager can never be "hidden" behind something else
I've done this before in VB, but don't have the code ... try searching google, I believe it's fairly straight forward. Try searching for "Visual Basic keep form on top" or "SetWindowP os"
Comment