Ok, so I'm working on my custom made OpenFileDialog seeing as it was my only option to work with directories with the .luaproj extension.
Here's what it looks like so far:
http://i35.tinypic.com/2lm10s0.png
However, if I click "Choose File", I will get this error:
http://i38.tinypic.com/126emw9.png
Here is the main code snippet that drives the "Choose File" button:
And "projFileList" is an array.Code:projFileList = IO.Directory.GetFiles(ListBox1.DataSource + ListBox1.SelectedIndex.ToString + "\")
