vb.net - Unintelligent textboxes in VS2008 -
i have winform in vb.net application. has between 4 , 7 multiline textboxes. want able copy , paste information or out of textboxes appears impossible. there no right-click cut copy or paste available , keyboard shortcuts not work either.
the properties of textboxes enabled, visible , have shortcuts enabled
can please?
- create first contextmenustrip.
- add new menuitem: 'paste', set menuitem's shortcutkeys property ctrl+v.
- set (rich)textbox -> contextmenustrip property created menu control.
- handle 'paste' menuitem click event.
- try result.
Comments
Post a Comment