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