PDA

View Full Version : File Dialog


uxair
02-28-2008, 10:57 AM
I want to make a control that is same as an openfiledialog control except for the fact that it is only for viewing purpose(i.e: It should have to have only a 'Close' buton, not traditional 'Open' and 'Cancel' buttons ).

So, is it possible that I could use the same openfiledialog control and force it to not show 'Open' button, Or any other thing that I could use to achieve tha same?

Roelf
02-29-2008, 10:27 AM
you can write your own openfiledialog easily. But what language do you need it to be?

uxair
02-29-2008, 06:28 PM
I need to do this in C#

Roelf
03-02-2008, 08:39 AM
can this (http://www.codeproject.com/KB/selection/folderseldlg.aspx) help to get you started?