Restored from previous forum. Originally posted by VPureBasic.
Hi All Coders,
For everyone who already use those two little libraries or, would like to try them, an update has been send at the Resources web site: http://www.realmediaproductions.com/pb/asmlibrary.html
WindowEx_V2.zip : Set or read window styles | exstyles easily + a function to set a child window to a parent one.
ScreenEx_V2.zip : Set or read screen width, height, depth easily.
NEW LIBRARY:
OGLContext.zip : Set everything you need to initialize a PureBASIC window to give you opportunity to use OPENGL applications in it. ( It's not an engine... only a key to launch OpenGL )
Roger
WindowEx And ScreenEx Updated
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by VPureBasic.
Yes, window styles | exstyles are constants describe in the api docs. Look under "CreateWindow" for Styles and, "CreateWindowEx" for each ExStyles descriptions. You can change the look of each windows just by setting theses constants.
Roger
Hi Sigi,Originally posted by sigi
Wow, thank you.
What are this Windowstyles(Constants) meaning ?
Is there a Dokumentation of this?
Yes, window styles | exstyles are constants describe in the api docs. Look under "CreateWindow" for Styles and, "CreateWindowEx" for each ExStyles descriptions. You can change the look of each windows just by setting theses constants.
Roger
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm