Showing ASCII chars (OpenInsight Specific)
At 31 OCT 1997 08:25:42AM Bryan Feddish wrote:
We have a DOS (AREV) app that draws graphs on the screen using the upper end ascii characters (185 to 223) and I would like to find a way to draw these in windows, preferably in a Rich Text box. If any of you have any suggestions please let me know.
Thanks,
Bryan
At 31 OCT 1997 09:27AM Oystein Reigem wrote:
Bryan,
The MS Draw font may have characters you can use.
Set the font of your control to MS Draw
and fill it with char(185) - char(223) and
see what you get:
Text='for C=185 to 223Text := char(C)next COldVal=Set_Property( @Window : ".EDITBOX", "TEXT", Text )- Oystein -
At 31 OCT 1997 09:48AM Bryan Feddish wrote:
Thanks for the reply. I forgot to mention I was using Visual Basic for the front end and I was using their Rich Text edit control. Also, I don't have the MS Draw font. Is there another font that will do it?
Thanks,
Bryan
At 31 OCT 1997 10:35AM Carl Pates Sprezzatura wrote:
Hi Bryan,
Try the 'MS LineDraw' font. I you don't have a copy, drop me a line and I'll email you one.
cpates@sprezzatura.com
World Leaders in all things RevSoft (Except VIP)
At 31 OCT 1997 10:53AM Bryan Feddish wrote:
I been hacking away at it this morning and found
"Terminal" seems to work but I would like a copy
of LineDraw if you don't mind.
Thanks!
Bryan
bfeddish@netreach.net