AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
Question Hi,
I come across one problem regarding printer. When I print multi page document then it print all pages at a time. but when electricity goes off during printing, it stops. next when electricity comes, printer start printing from first page. I don't want these to be happen. Printer should print from next page where it was aborted.
I want to develop these utility in vb.net.
If you can help me then it will be so helpful for me.
Answer The only solution I can come up with is to use a UPS :), the problem is that once the job is sent to the printer spooler it becomes the OS responsibility to ensure the printing. The way print spooler is going to work does not guarantee when the your print will be printed and doesnt provide any feedback to the request originator either.