In a message regarding Re: Warning Icons dated Wed, 4 Jan 2006 18:46:29 +0000, Lee Unsworth said that ...
> Hi there is a different number for each warning > 0 is no icocn > 16 is stop sign icon > 32 question icon > 48 is caution triangle icon > 64 note icon Or if you're not using MessageDialog, a couple of them are available as part of the Graphics class. self.Graphics.DrawCautionIcon 0,0 self.Graphics.DrawStopIcon 40,0 self.Graphics.DrawNoteIcon 80,0 -- Steve Garman Using REALbasic 2005r4 Professional on Windows XP Pro _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
