Re: Drawing lines other than with "-"
- From: "Bob Powell [MVP]" <bob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Apr 2005 21:40:49 +0200
It used to be that character sets had all sorts of cool things in. That's
not much of an option these days because almost everything is proportional.
Aside from John's suggestion of underscores for horizontal lines and pipes
'|' for vertical lines I have nothing to suggest.
Maybe you can use some wingdings??
Sorry.
--
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:d65c8$425fa2a6$3e15a08d$13710@xxxxxxxxxxxxx
>I don't want to get into HTML.
>
> Re alternatives for:
>
> new string ("-",73)
>
> Can one use unicode (—??) If so, how
> should that be done, please give example code.
>
> Many thanks.
>
> Zach.
>
>
> "Bob Powell [MVP]" <bob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:eBLv0SZQFHA.248@xxxxxxxxxxxxxxxxxxxxxxx
>> 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.
>> >
>> >
>>
>>
>
>
.
- References:
- Re: Drawing lines other than with "-"
- From: Bob Powell [MVP]
- Re: Drawing lines other than with "-"
- Prev by Date: Re: Count the number of characters in a string
- Next by Date: Re: System Username and Domain
- Previous by thread: Re: Drawing lines other than with "-"
- Next by thread: Re: Drawing lines other than with "-"
- Index(es):
Relevant Pages
|