Question Textbox have a scroll bar?

Superfurry

Member
Joined
Feb 8, 2011
Messages
19
Programming Experience
1-3
Hello I wanna if anyone could help me . All I want to be able to do is push a button a to load a resources text file into a textbox , I have managed to do this after hours and hours of googling , videos, but it's quite a long document and I was wondering if I can have a scroll bar so it doesn't end half way through the text?


Thanks
 
I'm not sure how you're doing it now but you should open the Resources page of the project properties and add your file there. You can then access the data via My.Resources in code, assigning the appropriate property value to the Text of the TextBox. As for your question, set the appropriately named ScrollBars property.
 
Thankyou yes I have put my file as resource and can call it but I cant figure out the scroll function how would I set it?
 
Back
Top