I have an application that ftp's signature bmp's from a signature capture device. One problem that I am having is that the ftp process can take several moments depending on several factors.
My idea is to hide or minimize the interface once the ftp process is iniated to allow the user to go back to work with the as400 application that calls my program.
I found the WindowState Property and can set it to Minimized. Is this a good method or should I be looking at something else?
Thanks
Mike
My idea is to hide or minimize the interface once the ftp process is iniated to allow the user to go back to work with the as400 application that calls my program.
I found the WindowState Property and can set it to Minimized. Is this a good method or should I be looking at something else?
Thanks
Mike