Board index » cppbuilder » TScrollBox(I think) question..
Jay Wals
![]() CBuilder Developer |
Sat, 26 Oct 2002 03:00:00 GMT
TScrollBox(I think) question..
Hi all,
I am not sure if TScrollBox is what I want to use, however, here is what so, for example, what you have in your newsreader right now, where your I thought maybe I could use a TScrollBox, with an array of TLabel I have got to be missing something simple, am I on the right track? If here is some pseudo-code for what I "think" I need to do: TLabel *TextList; for(inti=0;i<10;i++){ Quote}//end for NamesBox->Controls=TextList TextList->[i+1]->Caption="New Text"; NamesBox->Upadte(); will this do what I want? Thanks, Jay |