Friday, February 10th 2012, 1:33am UTC+1

You are not logged in.

  • Login
  • Register

1

Saturday, March 27th 2010, 3:01pm

Common Dialog Problem

The Common Dialog control is not working correctly. When first added it worked fine. Now it has inserted Nothing as the file name that cannot be removed in the IDE. It must be removed in code.

I also have 2 sets of filters depending on which button is pushed and the filters are not working at all.

CommonDialog1.Filter = "Playlist files (*.plf)|*.plf|" & "All files|*.*"
CommonDialog1.ShowOpen

CommonDialog1.Filter = "Music Library Files (*.mlf)|*.mlf|" & "All files|*.*"
CommonDialog1.ShowOpen

They worked once and then not after that.

Neil

A1880

Intermediate

Posts: 500

Location: Hanover, Germany

Occupation: Software Engineer

2

Saturday, March 27th 2010, 6:51pm

Yep!

Filters in the CommonDialog don't work yet.
You might want to use the search facility of this forum.
There have been some posts around this topic over the months.

Greetings

A1880

Rate this thread
WoltLab Burning Board