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?

  1. create first contextmenustrip.
  2. add new menuitem: 'paste', set menuitem's shortcutkeys property ctrl+v.
  3. set (rich)textbox -> contextmenustrip property created menu control.
  4. handle 'paste' menuitem click event.
  5. try result.

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -