i'm trying to read text from a file and output the text to a picture or label box, but both doesn't have scroll bars option. So the i can't view all of the text being output in the picture box/label box.
anyone can help???
i'm trying to do linefeed in textbox but doesn't work
for example, txtbox.text = "This is" & chr(10) & "something"
anyone can help???