I'm loading files in Binary format and displaying it in a modified Asciii format so each byte is only one character wide.
The "records" of my files are either 596, 610 or 624 bytes long.
When I load one of the files, I can place the Cursor(carat) at position i.e. 624 using the SelStart property.
Is it possible to then change the width of the text box to match the position of the cursor? This will make all the Records line up within the textbox.
Basically, I need the textbox to get thinner or wider based on the record size of my files so the records line up.
Thank you for your time, I hope I explained this correctly,
Joe
The "records" of my files are either 596, 610 or 624 bytes long.
When I load one of the files, I can place the Cursor(carat) at position i.e. 624 using the SelStart property.
Is it possible to then change the width of the text box to match the position of the cursor? This will make all the Records line up within the textbox.
Basically, I need the textbox to get thinner or wider based on the record size of my files so the records line up.
Thank you for your time, I hope I explained this correctly,
Joe