I didnt know it was this easy to access them. Just look at the System.Drawing.SystemIcons namespace. For example

System.Drawing.SystemIcons.Error.ToBitmap will return the error icon shown in a messagebox
hope this will be helpful to some people