[Implemented] Extra flag in WindowWidth() and WindowHeight()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

[Implemented] Extra flag in WindowWidth() and WindowHeight()

Post by Joakim Christiansen »

WindowWidth(#Window [,IncludeBorder])
No need to explain...
Currently I have to use GetWindowRect_() but it would be cool if we didn't need to do that.
I like logic, hence I dislike humans but love computers.
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Post by nco2k »

agree and also an optional flag for WindowX() & WindowY() to get the client area position. :D

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Post Reply