
Reverse Video and Flashing characters
Hi All!
How can I display a flashing or reverse video character in a
picture box? I am able to control the character color and
underscore characteristics as follows:
picDisplay.Backcolor = &h0 ' black
picDisplay.Forecolor = &hFF ' red
picDisplay.FontUnderline = True
picDisplay.CurrentX = XPos
picDisplay.CurrentY = YPos
picDisplay.Print Char$
I have also set my ScaleMode property to user defined. This
allows me to print individial characters in a "grid".