64-bit Version of App hides the windows toolbar

I created a 32-bit app to return info about the machine, it runs fine although I notice the Windows Toolbar at the bottom of the screen disappears while the program is running. The Toolbar returns when the program ends. When I create a 64-version of the app it runs the same, but the toolbar stays hidden until I run the 32-bit version of the application. Then it reappears again. What is causing this? How do I resolve it. Thanks!

If is a simple window app that doesn’t take the entire screen.

Make sure you haven’t turned off the window property SystemUIVisible.

Where do I find that? When I look at the window in the inspector there isn’t any setting by that name.

in the ide, select a window, click the cog top right:

1 Like

That fixed it! Thanks Jeff.