OPenFileDialog in win 7
- by dr_csharp
hi friends
whats wrong with OpenFileDialog in win 7 ?
i used to do like this :
OpenFileDialog file = new OpenFileDialog();
file.InitializeLifetimeService();
file.InitialDirectory = Application.StartupPath;
file.ShowDialog();
but in win 7, programe goes to "not responding" state.
thanks