Hi,
In my application i am restoring my files from the server to my desktop application in the same location(drive) it was before. Like c:\a\b\text.txt.
Now while restoring if text.txt file allready exist I need to show a pop up form with options like..
/ ..................................................................................../
This folder allready contains a file called text.txt
Would u like to replace the existing text.txt last modified : 06/06/06
with this one last modified : 08/08/08
YES YES to All No Cancel
I tried making a saparate form....but when i click yes/no/cancel/yes to all/(hiding this form) how the other form will know what the user has clicked so that It can form the specified task...
Please help....
Biswas