Jump to content

cbox


Recommended Posts

Posted

I have an app i'm making. At the moment it writes the length of the txt box, but of any string that is longer and you make it shorter, it shows the last bit of the string.

 

Example:

http://img359.imageshack.us/img359/1736/h2venutest.png

 

 

I want it to say Modded by Dakote, and as default is says "PRESS ANY KEY TO CONTINUE". As you can see, it mas my string + the original one added on the end. Can anyone help me? Thanks.

  • Like 1
  • 2 months later...
Posted

"or add the null bytes to the string?"

 

 

Ugh. Failkid. lol rogue....

 

 

either bw.Write((byte)0);

 

or bw.Write(' ' );

 

lol. It twas in tha arials........(which I never released an update to)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...