V vicky87.eie Mar 27, 2008 #1 Can any one tell me how to print an image from a bmp file? I'm using inkjet printer
P Peter Bromberg [C# MVP] Mar 27, 2008 #2 Probably the easiest would be to load the image into any container application such as MS Word and print the document. Or you could try the webbrowser control and then print the page. -- peter Site: http://www.eggheadcafe.com UnBlog: http://petesbloggerama.blogspot.com Short Urls & more: http://ittyurl.net
Probably the easiest would be to load the image into any container application such as MS Word and print the document. Or you could try the webbrowser control and then print the page. -- peter Site: http://www.eggheadcafe.com UnBlog: http://petesbloggerama.blogspot.com Short Urls & more: http://ittyurl.net
V vicky87.eie Mar 31, 2008 #3 I'm just learning .net. So can u brief me the procedure to do the way u mentioned above?