Re: Drawing lines other than with "-"
Had you thought about outputting HTML? You can only use the characters in a
text file but an invoice rendered in HTML can be as rich as you like.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"Zach" <00@xxxxx> wrote in message
news:9e9fc$425f72ba$3e1584fc$11076@xxxxxxxxxxxxx
> In an invoicing program I draw lines in a text file
> using:
>
> new string ("-",73)
> new string ("=",73)
>
> These lines look awful.
> Is there a better way?
>
> Much obliged.
> Zach.
>
>
.
Relevant Pages
- Re: Custom Zoom & Performance
... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... the scaled pixel ... (microsoft.public.dotnet.framework.drawing) - Re: Printing graphics/text that span multiple pages
... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... You need to figure out how many pages you need and then render your ... (microsoft.public.dotnet.framework.drawing) - Re: Hotspots in graphic
... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... > What is the best way to draw that image on the screen? ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Hotspots in graphic
... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... > What is the best way to draw that image on the screen? ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Drawing backgeound image slows down form performance
... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... > I have a windows form application that draws the background with a color ... (microsoft.public.dotnet.framework.drawing) |
|