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:
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.
iBotModz CBox
Write Null Bytes
Started by Rogue Modder, Aug 26 2009 09:26 PM
3 replies to this topic
#2
Posted 27 August 2009 - 04:16 AM
use spaces? or add the null bytes to the string? I don't see which part you're having trouble with.
Edited by TheEazyB, 27 August 2009 - 04:18 AM.
#3
Posted 27 August 2009 - 07:11 AM
"or add the null bytes to the string?"
#4
Posted 22 November 2009 - 05:59 AM
"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)