What im after is a greyed out editbox you see at the bottom of some programs. A list of results. Im having problems having the text properly formatted.
so starting from scratch, how is it usually done?
The filling of the half page sized editbox with text.
one big long string with line breaks?
Results->Text = System::Convert::ToString(Var) ;
that seems to be the only way i can input to the editbox but i cant seem to build a multiline string that that line will accept.