Quote:
Originally posted by Hexxx
I'm suppose to make a prog that displays a bunch of stuff in table form, but the amount of colums is larger than the width of the screen, how do I put in a scroll bar or something like that so I can move left and right? (A vertical one might be nice too :) ) All of the table data is generated by a loop too btw, with the tables "headings" outside the loop and some info at the bottom.
I think what you are really asking is how to increase the size of your window, which will automtically add scroll bars if it's larger than the screen. If so, which OS?