Hey all.

Anybody had this problem?

I have a common dialog box for opening jpg files.

I have specified at design time and at run time the initial directory. but when the application runs, it always opens to the current directory (app.path)

As I said, i set the property on the control's property box and then I even added a line to the Form_Load:

cdbOpenPic.InitDir = "C:\my folder\jpgs\"

Still, it opens in the app.path


So, anybody know why?