I used Tab pages in my form, I want print that tab pages with for loop help.
PrintForm1.PrinterSettings.DefaultPageSettings.Landscape = True
PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.ClientAreaOnly)
PrintForm1.PrinterSettings.DefaultPageSettings.Landscape = False
I Done above code as In VB.Net DLL Project and I referenced in another C++ Project with COM help. It works fine but after printing it's in not responding mode, but i can't do any kind of operation (Like close, minimize, exit..)
Kindly help me..
PowerPacks.Print Problem
Page 1 of 1|
|

New Topic/Question
Reply



MultiQuote


|