OpenFileDialog

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 ?
 
J

Jonathan

-----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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top