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
2 new little libraries - WindowEx + ScreenEx
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm