Snap to desktop height

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Snap to desktop height

Post by Tenaja »

Currently, PB is the only program (engineering, programming, office, browsing, or otherwise) that I regularly use that does not Snap to Desktop Height when a window resize is exited at y=0. (Win7, 32-bit.) This feature is greatly missed, especially in my case where my laptop is my primary PC and the screen (and its resolution) may vary regularly. Please implement it in the next release.

I posted working code in the Tips forum, and use it successfully. The only drawback is the lack of preview.
http://purebasic.fr/english/viewtopic.p ... 9&p=376589

If my simplistic approach is not suitable, here is another way:
http://www.codeproject.com/Articles/278 ... ing-Window

If you can find a way to implement it in Mac/Linux, I am sure some of them may find it helpful, too.

While these Snap features are trivial, I think they are the most appreciated improvement that Win7 has over XP.

Thank you.