Connecting Tech Pros Worldwide Help | Site Map

Asci game

Newbie
 
Join Date: Sep 2009
Posts: 10
#1: Sep 29 '09
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's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,743
#2: Sep 29 '09

re: Asci game


There really is nothing to go on there.

Quote:
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
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,148
#3: Sep 29 '09

re: Asci game


Did you make sure to chose a mono-spaced font?
Newbie
 
Join Date: Sep 2009
Posts: 10
#4: Sep 29 '09

re: Asci game


I have problem with hiding a caret. And when i redrawing it ( once for 100ms ) then richtextbox flashing.. Sorry form my english
Newbie
 
Join Date: Sep 2009
Posts: 10
#5: Sep 30 '09

re: Asci game


I tried render to label with 10ms refresh rate and all works great.. But label cant work with colors :/
tlhintoq's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,743
#6: Sep 30 '09

re: Asci game


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

Care to share that part of your code?
Newbie
 
Join Date: Sep 2009
Posts: 10
#7: Oct 1 '09

re: Asci game


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

Tags
asci game render


Similar C# / C Sharp bytes