Page 1 of 1

Posted: Sun Feb 16, 2003 7:28 pm
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.

Posted: Sun Feb 16, 2003 7:58 pm
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

Posted: Sun Feb 16, 2003 8:51 pm
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.