Hi guys,
I would appreciate it if you could give me sample code for linking two forms. I have a program which has 2 forms. I execute form1 first because it reads files and then writes to a file. Then I execute second form (form2) that will read the file created by form1.
I would appreciate it if someone provides a sample code regarding form1 executes form2 once it finishes writing to a file.
How could I make form1 start form2 once it finishes reading file and writing to a file?
Thanks.