G
Guest
Hi,
I am using ver1.1 of VS2003 and I am having a problem. When I run this piece of code I get the modal dialog but no treeview. I cant understand why. Is this a bug that anyone else has seen.
if (this.folderBrowserDialog1.ShowDialog() == DialogResult.OK)
{
this.textBox1.Text = this.folderBrowserDialog1.SelectedPath;
}
Also I dont know if the openFileDialog is the same type of control, but when I replace the folderBrowserDialog with the openFileDialog and do a ShowDialog the tree control shows up????
HELP!!!!!
I am using ver1.1 of VS2003 and I am having a problem. When I run this piece of code I get the modal dialog but no treeview. I cant understand why. Is this a bug that anyone else has seen.
if (this.folderBrowserDialog1.ShowDialog() == DialogResult.OK)
{
this.textBox1.Text = this.folderBrowserDialog1.SelectedPath;
}
Also I dont know if the openFileDialog is the same type of control, but when I replace the folderBrowserDialog with the openFileDialog and do a ShowDialog the tree control shows up????
HELP!!!!!