You are here: AxTools > CodeSMART 2007 for VB6 > Documentation > User's Guide > Extended Clipboard > The Multiple Copy-and-Paste Buffers
While browsing this page, why not start downloading the evaluation setup kit (direct download, no questions asked).

The Multiple Copy-and-Paste Buffers

CodeSMART extends the standard Clipboard with 10 additional copy-and-paste persistent buffers. These buffers can be filled with any piece of Visual Basic code and their contents can be pasted into any Visual Basic code window by using a simple shortcut key system.

The Multiple Copy-and-Paste Buffers
Multiple copy-and-paste buffer functions
To copy a piece of code into a persistent buffers:
  1. Select in the active code pane the piece of code you want to copy.
  2. Press Ctrl+Shift+Key where Key stands for any numeric key (those found below the functional keys) in the 0-9 range in order place the selected code into the corresponding buffer.
To paste a piece of code from a persistent buffer into the active code pane:
  1. Press Ctrl+Key where Key stands for any numeric key (those found below the functional keys) in the 0-9 range in order to paste the contents of the corresponding buffer.

    - or -

    Select the corresponding entry in the Buffers popup found on the Code Edit Tools toolbar.
 Notes
  • After the paste operation the previous code selection is replaced with the buffer contents.
  • The Buffer popup entries, in the Code Edit Tools toolbar, display only the first 60 characters of the corresponding buffer contents.

Viewing the current buffers contents
You can view the contents of the additional copy-and-paste buffers at any time in the Multiple Copy-and-Paste Buffers dialog which is activated by clicking on the Show the Multiple Copy-and-Paste Buffers entry found in the CodeSMART main menu. Use the Clear All button to clear the buffers' contents.
The Multiple Copy-and-Paste Buffers Dialog
Additionally you can view all 10 buffers displayed as special items inside a dedicated folder in the Library Manager.
Multiple Copy-and-Paste Buffers in Library Explorer Manager

See Also

Extended Clipboard Overview
The SMART Copy and Paste

Back To Top

Copyright © 2008 AxTools - CodeSMART 2007 for VB6 - Extended Clipboard