|
-
Jul 10th, 2001, 08:58 AM
#1
-
Jul 10th, 2001, 09:05 AM
#2
Addicted Member
it's not when you create a new project, it's when you open up a new VB instance...
....fok bill.....
-
Jul 10th, 2001, 09:46 AM
#3
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!!!!
-
Jul 11th, 2001, 05:57 AM
#4
Retired VBF Adm1nistrator
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]
-
Jul 11th, 2001, 10:01 AM
#5
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
-
Jul 11th, 2001, 10:39 AM
#6
Retired VBF Adm1nistrator
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]
-
Jul 11th, 2001, 11:15 AM
#7
nah, i'd rather complain
-
Jul 11th, 2001, 01:43 PM
#8
PowerPoster
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...
-
Jul 11th, 2001, 02:03 PM
#9
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|