2 new little libraries - WindowEx + ScreenEx

Developed or developing a new product in PureBasic? Tell the world about it.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by VPureBasic.


Hi all users,

If you're looking for new commands, please take a look at
http://www.reelmediaproductions.com/pb/asmlibrary.html
and, look for WindowEx + ScreenEx.

These 2 new little libraries will help some users to get
information from the screen or, set this one as you want...
or to set window style as you want too.

A little look closer.
1st lib : WindowEx
With this library you'll be able to...

a) Result = SetWindowParent( WindowID( Child ),WindowID( Parent ))
b) SetWindowStyles( WindowID( x ), Style, XStyle )



2nd lib: Screen Ex

a) Result = IsScreenMode( Width, Height, Depth ) ; Look for a new screen
b) Result = SetScreenMode() ; Set the new screen after makes a test
c) ResetScreenMode() ; Reset the system default screen mode
d) Width = ScreenWidth() ; Get info
e) Height = ScreenHeight() ; ...
f) Depth = ScreenDepth() ; ...


I hope you will try these two libraries and gimme some news...

Roger
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by stephenwhite.

Hi Roger

Tried the Screen Ex lib and it works great - thank you very much for your efforts - it is greatly appreciated.

All the best
Steve White
Post Reply