It really depends on the class interface.
It also depends on your actual question.
Are you asking how to get the filepath FROM a save dialog box?
SaveFileDialog sfd = new SaveFileDialog();
sfd.ShowDialog();
MessageBox.Show(sfd.FileName);
Are you asking how to pass the filepath to the class?
This will REALLY depend on the constructor of the class.
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402