----------------------------------------------------------------------------------
As for getting rid of the "My Computer" and other icons on the left hand side on the OFD, I don't think it's possible, but there is a way to set the default view in the OFD.
Select an OpenFileDialog component, and click it onto your form. Click on the OFD thumbnail below your form and look at its properties window.
Look for the property "InitialDirectory". Enter you directory there, for example, if you wish to set the defalut view as Desktop, enter the following in the "InitialDirectory" :
C:\Documents and Settings\All Users\Desktop
---------------------------------------------------------------------------------