Hi,
I have an application that is required to print labels.
One issue that I would like to clean up is that the application hangs for a
time while it prints the required label.
I have a Class to take care of the printing.
Could someone explain how I can call this class and have it run in another
thread so that it goes off and prints in the background?
Thanks
Doug
I have an application that is required to print labels.
One issue that I would like to clean up is that the application hangs for a
time while it prints the required label.
I have a Class to take care of the printing.
Could someone explain how I can call this class and have it run in another
thread so that it goes off and prints in the background?
Thanks
Doug
Comment