Rogue Modder Posted August 27, 2009 Report Posted August 27, 2009 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. 1
TheEazyB Posted August 27, 2009 Report Posted August 27, 2009 (edited) use spaces? or add the null bytes to the string? I don't see which part you're having trouble with. Edited August 27, 2009 by TheEazyB
Rogue Modder Posted August 27, 2009 Author Report Posted August 27, 2009 "or add the null bytes to the string?"
NOPxK9 Posted November 22, 2009 Report Posted November 22, 2009 "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)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now