Restored from previous forum. Originally posted by Justin.
I'm implementing the Property Sheet control in PB, i'll post the code later. but i miss some constants, i can't find them:
PSM_INDEXTOPAGE , PSM_INDEXTOHWND
they are in the prsht.h header, if someone can send me that file from the MS SDK it would be a big help.
thanks.
Need help finding an API value
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Paul.
#WM_USER = $400
#PSM_INDEXTOPAGE = #WM_USER + 132
#PSM_INDEXTOHWND = #WM_USER + 130
You should download APIViewer2001, all this info is in there when you need to find the value of a Windows API constant
The link is on the Resources Site under Windoew API (right side of page)
----------
Visit the PB Resources Site at http://www.reelmediaproductions.com/pb
#WM_USER = $400
#PSM_INDEXTOPAGE = #WM_USER + 132
#PSM_INDEXTOHWND = #WM_USER + 130
You should download APIViewer2001, all this info is in there when you need to find the value of a Windows API constant
The link is on the Resources Site under Windoew API (right side of page)
----------
Visit the PB Resources Site at http://www.reelmediaproductions.com/pb
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm