PrintDocument redistributable
I did the printing program using GDI+ and I can access the program and take printouts in my PC which has VS2005
but In my cousins PC where it only has .net frame work 2.0 an error occurs
I think it is bcuz the files required to run the print preview control isn't available in his PC
can some one please tell what redistributable package I should use to run print preview control on a PC where VS2005 isn't installed ?:wave:
Re: PrintDocument redistributable
No that's not correct. The PrintPreviewControl and anything else to do with printing is part of the .NET Framework so if your cousin has that installed he's good to go. Perhaps if you got a bit more information about the error we could advise further.
Re: PrintDocument redistributable
thx mate it works without any problem :thumb: