Topmost form like task bar...
-
Hi, I've created a borderless form which is custom located at point(0,0) (the top of the desktop). the form size is; height: 26px, width = screen width. my case is when I open another application (i.e. msWord) the top of the msWord window (Title, Grabbing aria, close, min, max buttons) is hidden behind my topmost form. How can I setup my form to act like the taskbar; which will not allow the new application window to load behind the bar? tnx
-
Hi, I've created a borderless form which is custom located at point(0,0) (the top of the desktop). the form size is; height: 26px, width = screen width. my case is when I open another application (i.e. msWord) the top of the msWord window (Title, Grabbing aria, close, min, max buttons) is hidden behind my topmost form. How can I setup my form to act like the taskbar; which will not allow the new application window to load behind the bar? tnx
leeoze wrote:
How can I setup my form to act like the taskbar; which will not allow the new application window to load behind the bar?
You need to register your application as an
AppBar
for this to happen. See this[^] MSDN article and this[^] CP article. /raviMy new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com