lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.83k stars 884 forks source link

How to bring a window to the top? #775

Closed Liz4v closed 3 years ago

Liz4v commented 3 years ago

I'm working on a form that works in the background and adds an icon to the notification area. When I SetVisible(true) it will remain in the background and that doesn't work. Is there a way to bring it up to the top?