When calling OpenFileDialog,
in one project I get exception out of memory (untrappable), while in
another it
works ok. (I create a new project with just this code and it sometimes does
not work, at all.).
Exception occurs while program is trying to show dialog (it shows it for a
second).
OpenFileDialog dl=new OpenFileDialog();
dl.ShowDialog();
(of course, I did not forget using IO)
In those projects that it works, OpenFileDialog (again randomly and
persistently) does not display thumbnails (instead of them it shows large
icons).
Does anyone have a clue...