Hi,
We want to print WinForm in VB.NET application (created with .NET Frame work 3.0 and Visual Studio 2008) but we think there is no facility to print form directly like VB6. On internet we got 2 components from Microsoft to print form
1) PrintForm Component 1.0
http://msdn.microsoft.com/en-us/vstudio//aa701261.aspx
2) Power Packs 3.0
http://msdn.microsoft.com/en-us/vstudio//bb735936.aspx
Does anyone know what is difference between these two components and which one is good ?
OR
There is any other way to print form then please let us know.
Thanks and Regards
Prasad
Loading
Prasad GodbolePosted Nov 2, 2012, 1:12 AM
We have used PrintForm Component 1.0 and its working fine and good component.
Its good to use as less programming is required.
Regards
Prasad
Prasad GodbolePosted Oct 25, 2012, 5:03 AM
Regards
Prasad
FroglegPosted Oct 25, 2012, 4:18 AM
The problem I found is that the print is blurry
Here is another way