supress dialog box of a dll in runtime

  • Thread starter Thread starter chandu
  • Start date Start date
C

chandu

hi
i am using one dll in my application.in runtime the dll displays a
dialog box for output location.but i wont to give the output location
through my code.
can any body give me suggetion how to do or atleast how
to proceed.


thanks in advance
 
Hmmm, if there is not some method that let you specify location without
showing the dialog I don't think you can do much. Look at the class(es)
there should be some method or property or proerty that may help you.

Use the Reflector tool and look the code inside. Find the method where the
dialog box is displayed. Maybe they check some flags or fields before
showing it. It is possible that you can hack the code via reflection so the
dialog is skiped.
 

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