G
Guest
I have a CSV processing program that instantiates Excel and performs various
operations. I want the ability to reset the main form for running another
data set with defaults selected. Right now I am one-by-one restoring every
control to its initial state, but it occurred to me that if I could unload
and reload the main form (from another module) that I could quickly and
cleanly accomplish the same thing... right? But how would I do this in .Net?
Randall Arnold
operations. I want the ability to reset the main form for running another
data set with defaults selected. Right now I am one-by-one restoring every
control to its initial state, but it occurred to me that if I could unload
and reload the main form (from another module) that I could quickly and
cleanly accomplish the same thing... right? But how would I do this in .Net?
Randall Arnold