In a message regarding Re: Warning Icons dated Wed, 4 Jan 2006 11:50:51 -0700, Chuck Pelto said that ... > > 0 is no icocn > > 16 is stop sign icon > > 32 question icon > > 48 is caution triangle icon > > 64 note icon
> What's the syntax to put the icon in place? Try something like: dim d As new MessageDialog dim b As MessageDialogButton d.Icon = 1 //or whatever icon you want d.Message = "RB"+RBVersionString b = d.ShowModal -- 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>
