Hello,
I have a VB.NET windows application that needs to be on the top at all times, but I also need other windows to size around the window. This is a status bar application that sits just above the task bar at the bottom of the screen. I have topmost set to True, which causes it to always be visibie, but other windows can go behind it.
How can I cause it to be more like the toolbar, always on top and owning it's screen area?
Thanks in advance,
Rob