Need help finding an API value

Just starting out? Need help? Post your questions and find answers here.
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 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.
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 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
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 Justin.

Thanks Paul, it seems i have and old version of the API viewer, i'll check the new one.
Post Reply