http://bugs.winehq.org/show_bug.cgi?id=5034
------- Additional Comments From mike@codeweavers.com 2006-10-04 00:55 ------- Created an attachment (id=2263) --> (http://bugs.winehq.org/attachment.cgi?id=2263&action=view) Test program I wrote for GetOpenFileName a while back
Maybe the program tries to adjust the size of the dialog?
The OpenFileDialog code is difficult... one dialog is embedded inside the other, and the location of a static control is used to resize the dialog.
Attaching a test program I wrote a while back.