OpenFileDialog

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

Hi, I have a problem with a OpenFileDialog call.
It's written in C++ with Framework .NET 2003.
I use the OpenFileDialog to make a browse button,
on Windows XP it's working fine, but it freezes the
application in Windows 2000.
Any ideas ?
 
-----Original Message-----
Hi, I have a problem with a OpenFileDialog call.
It's written in C++ with Framework .NET 2003.
I use the OpenFileDialog to make a browse button,
on Windows XP it's working fine, but it freezes the
application in Windows 2000.
Any ideas ?
.

Windows 2000 needs a mandatory property InitialDirectory
that Windows XP doesn't need.
 
Back
Top