I am new to VB Programming. I created a little Notepad like application. But I can't add the "WordWrap" functionality of the windows notepad to it. The textbox wordwraps when its scrollbars property is set to vertical. And it doesn't wordwrap when it's set to both. BUT, when I go to change this property at run time(on mnuEditWordWrap_Click event), a compile-error occurs "Can't assign to readonly property". What can I do now?