Got a simple C# (VS2002 and dotnet 1.1) application with a toolbar thats linked to a imagelist. The imagelist contains a few simple self-made .gif images that I'm able to display in the toolbar.

However, how can I add standard windowsXP icons to the toolbar\imagelist such as new, open, save, save as etc? Do I really need to draw these icon myself?