Does anyone know an easy way to extract and load an icon from an icon library (.icl) by index number? For instance:

Picture1.Picture=LoadPicture ("C:\Windows\System\shell32.dll,4")

Of course the previous statement by itself returns 'path not found'
Thanks