Results 1 to 9 of 9

Thread: VB Clearing Clipboard

  1. #1
    spetnik
    Guest

    Angry VB Clearing Clipboard

    You know what pisses me off? That VB clears the clipboard when starting and creating new projects . You'd think that MS would have better sense

  2. #2
    Addicted Member ShIzO's Avatar
    Join Date
    Apr 1999
    Location
    Bartlett, IL
    Posts
    189
    it's not when you create a new project, it's when you open up a new VB instance...

    ....fok bill.....
    www.HardFind.com -buy/sell/trade your used hardware.

  3. #3
    spetnik
    Guest
    yes, but i just opened up the new instance (and the clipboard is empty) and then copied s/t, and then clicked New Exe, and its empty again!!!!

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well you could write your own app that runs hidden that polls the clipboard every few milliseconds and copies the data out, and then puts it back in again.

    And I think bill gates is a great character all together.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    spetnik
    Guest
    Originally posted by plenderj
    Well you could write your own app that runs hidden that polls the clipboard every few milliseconds and copies the data out, and then puts it back in again.
    Think about what u just said. What happens when I copy a new item into the clipboard? It will get overwritten. Nice try, though

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Okay then it checks whats in the clipboard.
    If whats in the clipboard = "", then overwrite the clipboard with the info in memory.

    Else, leave as is.

    Either that or your own app could act as a clipboard, and you select which piece of data you want put back into the clipboard etc.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7
    spetnik
    Guest
    nah, i'd rather complain

  8. #8
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Those suggestions are great ( ), but the best thing to do is write a wrapper exe that remembers what is stored in the clipboard, then Shells VB, then replaces the clipboard contents.

    Then of course rather than opening the vb exe, you'd open your exe to start VB...

  9. #9
    spetnik
    Guest
    Originally posted by spetnik
    nah, i'd rather complain

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