On jeudi 3 avril 2008, Robert Rowe wrote: > Is it possible to access the stock icons via code? > > dim btnTest as ToolButton > btnTest.Picture = Picture[icon:/16/new] > You forgot the quotes: Picture["icon:/16/new"] -- Benoit Minisini