I need to convert a label printing application from Froxpro 9 to c# 2. The application is a simple sdi app with a small preview window of the label on
it. I'm not sure where to even begin to do this with c#. Any ideas? Here is the screenshot of the current application written in Foxpro 9.
http://deciacco.com/blog/wp-content/uploads/2006/12/lblprint1.gif
Thanks.
Look at the PrintDocument class. It allows you to draw each page of the
print out before it is sent to the printer.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
> I need to convert a label printing application from Froxpro 9 to c# 2. The application is a simple sdi app with a small preview window of the label on
> it. I'm not sure where to even begin to do this with c#. Any ideas? Here is the screenshot of the current application written in Foxpro 9.
> http://deciacco.com/blog/wp-content/uploads/2006/12/lblprint1.gif
>
> Thanks.