Re: WS4HTM.BAS



Katzy wrote:

Yes, but both my Work computer and Internet computer are
portables, so do not have a "numeric keypad".

Mr Emmanuel Roche, France: Why are not you answering this one?
Is it because you indeed use these keys? When you don't, I do like
to see your table with the "boxing characters" and the ALT keys
combinations to type to generate them.

Ooppss!! Sorry, Katzy, I was thinking that this was not important, and
that the thread had ended... So, please find below my table of "box
characters":

When you press the 3 letters/numbers with the right hand, the left
hand must press the "Fn" and "Alt" keys. Once you have entered the 3
letters/numbers, you must lift both hands, and the "extended ASCII
character" will appear on your screen. This table works on my French
keyboard under DR-DOS 7.03.

┌ = KJ8 ┬ = J9U ┐ = J9J

├ = J9I ┼ = J97 ┤ = J8?

└ = J9K ┴ = J9L ┘ = KJ7

─ = J9O │ = J79

( ─ = J9O is letter "O", not number "0". As you can see, you need 11
characters to draw any box, while WS4 only has 10 Fkeys redefined.)

And what about this BOX program. I think it is exactly what you were
looking for, at least you wanted to use something like that in one of
your projects:

Although BOX may sound like a graphics program, it is
not.  BOX uses regular ASCII characters so that any
BOX-created screen may be displayed on any color or
monochrome monitor.

Well, I did not found a program named BOX, so I am unsure which one
you are refering to. The above BOX explanation sound typically like
what we used to call "mask generators". Using your cursor keys, you
move your character cursor where you want on your screen, then press
the keys that you want. When finished, the program saves the contents
of the screen, so you can redisplay it at will later.

Me, I used a BASIC program taking as input numbers, and generating bar
graphs using ASCII characters that could then be imported into your
word-processor.

Hope it helps.

Yours Sincerely,
Mr. Emmanuel Roche, France

.



Relevant Pages

  • Re: Windows.forms.keys collection
    ... I've found that when I convert the char, it does not match the enumeration item index and thereby generates a very random output. ... Any ideas on how I can convert chars to their right equivalent in the Keys enumeration. ... If you are going to do that, you need to correctly map the characters to key press events. ... But there are other keys in the enumeration that don't correspond to any ASCII character, and other ASCII characters cannot be converted simply by changing the case and applying a modifier key. ...
    (microsoft.public.dotnet.framework)
  • Re: Where to put interface?
    ... > 1) You need your device dependent API which returns characters. ... Both have peculiarities (ie, arrow keys, ... > 2) You should have a second level which translates your generic ... The most common output is as you described -- displaying the map, ...
    (rec.games.roguelike.development)
  • Re: The Last Remnant
    ... Smallish 3rd person characters rushing around with the screen flashing ... One thing I thought was poor design is that you can control the 3rd person ... of as RPG. ... that even help any if one knew exactly what all those keys are for? ...
    (comp.sys.ibm.pc.games.rpg)
  • Re: Great SWT Program
    ... failing of the GUI user-interface paradigm. ... And that probably works fine if the remote files aren't too big, ... the keys used for movement and cut, copy, paste can't even be depended ... characters and then type in the resulting number before hitting my ...
    (comp.lang.java.programmer)
  • Getting the correct size of a glyph in a font
    ... the text for the differing keys. ... however I found that those characters which have a descent ... GLYPHMETRICS and use the origin and its blackboxy, ...
    (microsoft.public.win32.programmer.gdi)