Results 1 to 7 of 7

Thread: VB IDE Clearing clipboard? * RESOLVED *

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    Question VB IDE Clearing clipboard? * RESOLVED *

    Why does opening the VB IDE clear the paste buffer?

    I keep cutting slices of code from places (like VBforums), and opening VB only to find the clipboard empty, so I have to go back and cut again.

    Is there any way to control this abberant behavior?

    Thanks, DaveBo
    Last edited by DaveBo; May 27th, 2003 at 10:26 AM.
    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

  2. #2

  3. #3
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    This is one of those things we just have to live with. The cause of the problem are Add-Ins. The only way for Add-Ins to get their icon onto the VB toolbars is to use the clipboard.

    If you want to stop the clipboard from being cleared remove the option to "Load at Startup" for every Add-In.

  4. #4
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    Originally posted by brucevde
    This is one of those things we just have to live with. The cause of the problem are Add-Ins. The only way for Add-Ins to get their icon onto the VB toolbars is to use the clipboard.

    If you want to stop the clipboard from being cleared remove the option to "Load at Startup" for every Add-In.
    I never knew that!

  5. #5
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    isnt that a bit stupid? why do it works that way? also, they could have put some code to copy the clipboard contents before doing that and then in the end restoring it again
    \m/\m/

  6. #6
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    if you remove the 'VB 6 ActiveX Ctrl Interface Wizard' add-in it should work.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422
    Brucevde,
    Thanks, that does it.
    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width