Word Wrap + another questions
Ok..here are those questions..
1) how would you make a text box with vertical and horizontal scroll bars use word wrap?
2) How would you make the title of each text box Untitled and then for every new MDIwindow (like MSWord) whenever someone makes a new window it will start with Untitled to Untitled1 then Untitled2..does anyone understand that?
3) how would you make the caption of that title bar the document file name?
4) and how would you change the font in the text box? like bring up the font box and stuff? yeah.
does anyone understand this? i need help badly....;)
Re: Word Wrap + another questions
Quote:
Originally posted by SomethinCool
Ok..here are those questions..
1) how would you make a text box with vertical and horizontal scroll bars use word wrap?
It does by default even with both scroll bars
Quote:
2) How would you make the title of each text box Untitled and then for every new MDIwindow (like MSWord) whenever someone makes a new window it will start with Untitled to Untitled1 then Untitled2..does anyone understand that?
See your other post http://www.vbforums.com/showthread.p...hreadid=101388
Quote:
3) how would you make the caption of that title bar the document file name?
Depends how you're loading it. There should be a string somewhere containing it because you have to use that to use the Open statement (if you are).
Quote:
4) and how would you change the font in the text box? like bring up the font box and stuff? yeah.
Only with the RichTextBox...yeah...http://www.vbforums.com/showthread.p...hreadid=101338