G
Guest
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
.InitialdDirectory = MyClass.GetDirectory
.ShowDialog()
end with
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
.InitialdDirectory = MyClass.GetDirectory
.ShowDialog()
end with