I am having problems giving my dialog box the initial directory at runtime.
I can get it working if I code it at design time, does any one know why this
code wont allow me to get the initial directory from a Class at runtim.
with openfiledialog1
.InitialdDirect ory = MyClass.GetDire ctory
.ShowDialog()
end with
--
Cheers
Ithaqua
I can get it working if I code it at design time, does any one know why this
code wont allow me to get the initial directory from a Class at runtim.
with openfiledialog1
.InitialdDirect ory = MyClass.GetDire ctory
.ShowDialog()
end with
--
Cheers
Ithaqua
Comment