http://bugs.winehq.org/show_bug.cgi?id=5475
------- Additional Comments From ravinderonline@yahoo.com 2006-23-06 04:51 ------- Created an attachment (id=2705) --> (http://bugs.winehq.org/attachment.cgi?id=2705&action=view) Sample application working with file open dialog
When we try to open a folder with VDB extension, control goes to function. void CVDBChooserDialog::OnFolderChange()
As code written inside this function IDOK must invoked. It is working fine incase of windows platform.
But in wine control doesnt transfer into this function when we change the folder and IDOK isnt invoked and desired functionality isnt invoked.