IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New C# OpenFileDialog memory
I've got a bunch of fields that I want the the user to be able
to fill in with a file name by using the OpenFileDialog box.

Rather than create a bunch of different boxes, I use the same
box and set the InitialDirectory property before I ShowDialog() it.

The 1st time I call it, it goes to the correct dir. But after that,
it remembers where it was and reopens there, no matter what I set
the InitialDirectory to be.

Does this mean I need to create a unique box per field?

Yick.



Ahhhh - Never mind. Need to do a .Reset() to make it forget.
New Or, if it has a CURRENTdir property or sump'n, use that...?
     C# OpenFileDialog memory - (broomberg) - (1)
         Or, if it has a CURRENTdir property or sump'n, use that...? -NT - (CRConrad)

Give a man a fish, and chances are you won't be asked to be in charge of buying a gift ‘from all of us’ anymore.
57 ms