WindowEx And ScreenEx Updated

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 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
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 sigi.

Wow, thank you.
What are this Windowstyles(Constants) meaning ?
Is there a Dokumentation of this?
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.
Originally posted by sigi

Wow, thank you.
What are this Windowstyles(Constants) meaning ?
Is there a Dokumentation of this?
Hi Sigi,

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
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 sigi.

Ah, i will have a look.
Thank you
Post Reply