Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

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 223
	Text := char(C)
next C
OldVal=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

Sprezzatura Ltd

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

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/6ce25d59307c1da485256541004445a7.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1