Code Samples, Tips, Tricks and |
All Content Copyright © 2000 New Vision Software All rights reserved |
| |
Instance |
Save Clipboard Utility Tired of having VB clear your clipboard whenever you start it with certain addins loaded? This little utility stub can end your frustration! The stub takes the place of your VB.exe file and internally stores any text that you had previously saved to the clipboard. It then launches VB passing along any command line parameters. Once VB has fully loaded, the stub restores the clipboard before exiting. This is something the addins should already be doing but I guess their authors couldn't be bothered with doing things "correctly". Shame on them! It is important to note that not all addin authors are clueless about this issue. Many are conscientious and restore the clipboard after they paste their toolbar button images in the VB IDE. It seems that the main culprits are the MS addins like the resource editor and others.
The directions for implementing this stub are simple.
That's all there is to it! A couple of important notes:
|
|