How to display PSD file in Picture Box in vb.net?

I have a Photoshop Image (.PSD) file which is RGB type. I wrote a VB.net 2008 application for image viewing. Its work fine for JPEG/GIF/PNG but when I try to load the .PSD file I get an error. In my VB.net application I have a picturebox control.
How can I load a .PSD image into a picture box control in VB.net?
