AxMSComDlg.AxCommonDialog - the dialog is not shown on the screen!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

Following is the code:

Public WithEvents OpenLog As AxMSComDlg.AxCommonDialog
OpenLog.ShowOpen()

Does anybody know what the problem could be?

Thanks.
 
* "=?Utf-8?B?c20=?= said:
Following is the code:

Public WithEvents OpenLog As AxMSComDlg.AxCommonDialog
OpenLog.ShowOpen()

Does anybody know what the problem could be?

Is there any reason why you need to use this old component? Notice that
there are replacements for the dialogs provided by this library
available in the .NET Framework (OpenFileDialog, SaveFileDialog, ...).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top