devxlogo

Stuck with Paste

Stuck with Paste

When you use some custom controls like QuickPak Professional byCrescent it’s impossible to use the shortcut “Ctrl+V”for “Paste.” “Ctrl+V” allows you to pastetwo times the text of the clipboard. You can eliminate the shortcutfrom the menu list but if you want to show in the menu the string”Ctrl+V” you can use this code in the “main_load”procedure:

         menu_cut.Caption = "&Cut" + _                Chr$(9) + "Ctrl+X"        menu_copy.Caption = "C&opy" + _                Chr$(9) + "Ctrl+C"        menu_paste.Caption = "&Paste" _                + Chr$(9) + "Ctrl+V"
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist