Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3860

Position window at the bottom. Self.bottom equivilent?

$
0
0

I have a long skinny horizontal window I’d like to show up just above the Windows Taskbar regardless of resolution size of the screen. I can have the window open to the same spot at the top using the following code but is there some kind of self.bottom for Xojo?

dim barheight as integer = self.top-self.Bounds.Top 
self.top = screen(0).AvailableTop+barheight

13 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 3860

Trending Articles