form topmost??

New to Gambas? Post your questions here. No question is too silly or too simple.
Post Reply
PyPyPy
Posts: 3
Joined: Saturday 14th October 2023 4:10pm

form topmost??

Post by PyPyPy »

I looked for a property to make my main form topmost, but did not see one. Is this possible?

Thanks,
Andrew
User avatar
BruceSteers
Posts: 1579
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: form topmost??

Post by BruceSteers »

Stuff like


Form1.TopOnly = True
Form1.Stacking = Window.Above

If at first you don't succeed , try doing something differently.
BruceS
Post Reply