Passing data in C#

  • Thread starter Thread starter saya
  • Start date Start date
S

saya

LS,
Need help on the following:
A windows form is running and obtains a filename through user
interaction (OpenFileDialog).
This form then brings up a modal dlg (module in DLL format); in this
modal dlg app, the filename is needed.
How to get it from the main form into the DLL module?

Thanks!
 
Back
Top