I use common dialog.
an my data is in c:\Project\Data.
When I hit the Insert button, the common dialog come out at the specific path location
but it able to browse the data at other path location by using drop down menu in look in combo box.How to disable the drop down menu in look in combo box?I just want it able to access the spesific location in folder directory.Have an Idea?Code:CommonDialog1.InitDir = "c:\Project\data"




Reply With Quote