Hi all,
I'm making program that will copy one file and over-write another to purge data.
I have a windows form interface where the files can be selected and want a console application to run this process so it can be put into the PC's startup folder to run on each startup.
The problem is I need to send the file location data to the console app when I choose a save button on the form. Both are part of the same project and referenced but I can't seem to reference any variable from the win form to console app.
Also will I see the Console app as a seperate icon in the program files so I can put it on the PC startup?
I'm making program that will copy one file and over-write another to purge data.
I have a windows form interface where the files can be selected and want a console application to run this process so it can be put into the PC's startup folder to run on each startup.
The problem is I need to send the file location data to the console app when I choose a save button on the form. Both are part of the same project and referenced but I can't seem to reference any variable from the win form to console app.
Also will I see the Console app as a seperate icon in the program files so I can put it on the PC startup?