Shall i have a Three ComboBox in a FileOpenDialog

Hi,
    In My Application, i want to have a Three ComboBox in a FileOpenDialog...

How can i achieve this using wxFileDialog or, is there any other dialog...

Kindly let me know....

Give Sample of codce to achieve three combobox in a FileOpen Dialog

Thanks In Advance

Regards
Bala

bala wrote:

Hi,
    In My Application, i want to have a Three ComboBox in a FileOpenDialog...

How can i achieve this using wxFileDialog or, is there any other dialog...

Kindly let me know....

Give Sample of codce to achieve three combobox in a FileOpen Dialog

You can't derive from or customize wxFileDialog beyond what it was designed to do. This is because it is a "common dialog" that is implemented on Windows simply by calling a win32 API from ShowModal. It is not a true wxDialog.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!