how to added a GUI to my class
- by Gerard Flynn
hi
i have a class that runs, it does the following backups a sql, zip, encrypts, ftp to an ftp server. what i want to do is add a GUI.
Need to add a 2 buttons start and finish and progress bar for the procedure.
my class is called backup.cs. i have tried creating a form but doesn't seam to work.
any help would be great full
Ta
Gerard