size : 398
uploaded_on : Thu Oct 15 00:00:00 1998
modified_on : Wed Dec 8 14:03:20 1999
title : System icons
org_filename : sysicon.txt
author : Chris Marriott
authoremail : chris@skymap.com
description : Where to find system icons like question mark
keywords :
tested : not tested yet
submitted_by : The CKB Crew
submitted_by_email : ckb@netalive.org
uploaded_by : nobody
modified_by : nobody
owner : nobody
lang : plain
file-type : text/plain
category : delphi-graphics
__END_OF_HEADER__
>Can anyone tell me in which .DLL the icons for standard Windows 95/98
dialog
>boxes are? ie. The Question mark icon, the Exclamation point icon, and a
few
>others that Windows uses to give error messages etc.
They're not in a DLL, there're in the video driver. To use them, use the
"LoadIcon" API passing NULL as the instance handle. Eg,
HICON hStopIcon = LoadIcon( NULL, IDI_ERROR );