1. windows constants
- Posted by Bert Belder <bbelder at HOTMAIL.COM> Apr 06, 1999
- 507 views
Could anyone give me the values of all constants windows uses. The file win32api.txt has much of them, but not all. I'm looking for the value of BM_IMAGE especially. Sincerely, Bert Belder
2. Re: windows constants
- Posted by Bert Belder <bbelder at HOTMAIL.COM> Apr 08, 1999
- 488 views
On Tue, 6 Apr 1999 14:54:15 -0400, Bert Belder wrote: >Could anyone give me the values of all constants windows uses. >The file win32api.txt has much of them, but not all. I'm looking for the >value of BM_IMAGE especially. > >Sincerely, > >Bert Belder Sorry, big mistake. I mean: BM_SETIMAGE.
3. Re: windows constants
- Posted by Paul Martin <twilight at WCC.NET> Apr 08, 1999
- 504 views
Hello I think the value for BM_IMAGE is 0x00F7 or #00F7 Regards Paul Martin At 03:46 PM 4/8/99 -0400, you wrote: >On Tue, 6 Apr 1999 14:54:15 -0400, Bert Belder wrote: > >>Could anyone give me the values of all constants windows uses. >>The file win32api.txt has much of them, but not all. I'm looking for the >>value of BM_IMAGE especially. >> >>Sincerely, >> >>Bert Belder > >Sorry, big mistake. I mean: BM_SETIMAGE. > >