Why is whatever I copy before opening VB gone when it's ready to be pasted into my project?
Printable View
Why is whatever I copy before opening VB gone when it's ready to be pasted into my project?
are you using MZTools? That clears the clipboard I've noticed.
That happens to me too.. If i have something coppied on the clipboard, it gets cleared when VB is opened..
and i dont have any MZ stuff... dont even know what it is.. :D
hmmm, I kinda assumed it was MZTools - I guess not...Quote:
Originally Posted by some1uk03
That's SOP in VB6.
i think excel and word do too
they don't for me, and I've never known them too - it would be a pretty silly thing for any text-editor to do.Quote:
Originally Posted by westconn1
What it is is that when you have an AddIn loading at the start of VB, any Office app, etc the AddIn may have an icon on the toolbar button or menu item. In order for the image to be placed the code will use the clipboard to transfer the image cross processes. This will clear the clipboard.
To test it out simply dont load any addins and place a picturebox on a form and paste whats on your clipboard. This should be the last item placed on it from any possible addins.
SOP="Some Odd Phenomena"?Quote:
Originally Posted by MartinLiss
Thanks to all for good solving of an irritating little SOP.