Page 1 of 1
Where are all the #PB constants?
Posted: Fri Jun 04, 2004 6:16 pm
by neomancer
im writing an about dialog box, but i dont know what the constants are
example. the #IDI_Asterisk means the Icon asterisk but where did i find them all?
Posted: Fri Jun 04, 2004 6:19 pm
by fweil
in the Win32.hlp file you will find the following :
LoadIcon_(handle, icon-name)
where handle may be set to 0 and icon-name to one of the following :
IDI_APPLICATION Default application icon.
IDI_ASTERISK Asterisk (used in informative messages).
IDI_EXCLAMATION Exclamation point (used in warning messages).
IDI_HAND Hand-shaped icon (used in serious warning messages).
IDI_QUESTION Question mark (used in prompting messages).
IDI_WINLOGO Windows 95 only: Windows logo.
Posted: Fri Jun 04, 2004 6:27 pm
by neomancer
but thats only a bit of it, where are the rest of em?
like events consts, and stuff?
Posted: Fri Jun 04, 2004 6:43 pm
by blueznl
did you read the faq, or visit the link below? no? do so first...
Posted: Fri Jun 04, 2004 7:17 pm
by Kale