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?
Where are all the #PB constants?
Where are all the #PB constants?
They can smash your cookie, but they cant take you fortune
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.
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.
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
did you read the faq, or visit the link below? no? do so first...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
PureBasic Constants:
http://purebasic-cvs.dyndns.org/index.c ... web-markup
Built-in PB Win32 API Constants:
http://purebasic-cvs.dyndns.org/index.c ... web-markup
About the Win32 API:
viewtopic.php?t=10046
http://purebasic-cvs.dyndns.org/index.c ... web-markup
Built-in PB Win32 API Constants:
http://purebasic-cvs.dyndns.org/index.c ... web-markup
About the Win32 API:
viewtopic.php?t=10046