L Little Man Dec 29, 2003 #1 how can i print images selected from listview control by using vb.net?? any samples? thanks
A Armin Zingler Dec 29, 2003 #2 Little Man said: how can i print images selected from listview control by using vb.net?? any samples? Click to expand... Only links: http://msdn.microsoft.com/library/en-us/vbcon/html/vbconPrintSupport.asp http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondrawingeditingimages.asp
Little Man said: how can i print images selected from listview control by using vb.net?? any samples? Click to expand... Only links: http://msdn.microsoft.com/library/en-us/vbcon/html/vbconPrintSupport.asp http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondrawingeditingimages.asp
H Herfried K. Wagner [MVP] Dec 29, 2003 #3 * "Little Man said: how can i print images selected from listview control by using vb.net?? any samples? Click to expand... Basic printing sample: <http://www.mvps.org/dotnet/dotnet/samples/printing/downloads/PrintFramework.zip> You can draw the images onto the printer using the 'Graphics' object's 'DrawImage' method.
* "Little Man said: how can i print images selected from listview control by using vb.net?? any samples? Click to expand... Basic printing sample: <http://www.mvps.org/dotnet/dotnet/samples/printing/downloads/PrintFramework.zip> You can draw the images onto the printer using the 'Graphics' object's 'DrawImage' method.