Asci game

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BbEsy
    New Member
    • Sep 2009
    • 28

    Asci game

    Hello,
    I start making new asci game and i need to know what is the best rendering option.. I need only make various colors of background of character and character color.. I tried to render it in richtextbox, but, it's bad..

    Thx
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    There really is nothing to go on there.

    I tried to render it in richtextbox, but, it's bad..
    What does "It's bad" mean? Slow, doesn't look like you expected, error messages...

    BTW: Its 'ASCII" with two 'I's

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Did you make sure to chose a mono-spaced font?

      Comment

      • BbEsy
        New Member
        • Sep 2009
        • 28

        #4
        I have problem with hiding a caret. And when i redrawing it ( once for 100ms ) then richtextbox flashing.. Sorry form my english

        Comment

        • BbEsy
          New Member
          • Sep 2009
          • 28

          #5
          I tried render to label with 10ms refresh rate and all works great.. But label cant work with colors :/

          Comment

          • tlhintoq
            Recognized Expert Specialist
            • Mar 2008
            • 3532

            #6
            Perhaps its in HOW you are supplying the text to the control, not the control itself.

            Care to share that part of your code?

            Comment

            • BbEsy
              New Member
              • Sep 2009
              • 28

              #7
              ok, i solve this by drawing text on picture box..

              Comment

              Working...