Home All Groups Group Topic Archive Search About

Accessing the clipboard in Vista

Author
7 Jul 2009 1:53 AM
John Smith
I can't seem to access the clipboard from my VB6 app even while running
as admin. I found several references to a uipermissions class under
..net, but no mention of how to solve this issue under vb6.

Author
7 Jul 2009 3:25 AM
Woodie Morris
I haven't had any problems accessing the clipboard in Vista using
ClipBoard.GetText and SetText. Maybe you should post your code and describe
what kind of problem you're having.

-Woodie

Show quoteHide quote
"John Smith" <spam@not-a-real-domain-name.com> wrote in message
news:u5GsZXq$JHA.1336@TK2MSFTNGP05.phx.gbl...
>I can't seem to access the clipboard from my VB6 app even while running as
>admin. I found several references to a uipermissions class under .net, but
>no mention of how to solve this issue under vb6.
Author
8 Jul 2009 7:46 AM
Bill McCarthy
Hi John,

VB6 or .NET, it's still the same: You include a manifest with your
application.   The only real difference is the .NET IDE creates that for
you.
See :
http://msdn.microsoft.com/en-us/library/ms742884(VS.85).aspx
For an example of a manifest.



Show quoteHide quote
"John Smith" <spam@not-a-real-domain-name.com> wrote in message
news:u5GsZXq$JHA.1336@TK2MSFTNGP05.phx.gbl...
>I can't seem to access the clipboard from my VB6 app even while running as
>admin. I found several references to a uipermissions class under .net, but
>no mention of how to solve this issue under vb6.
Author
8 Jul 2009 10:16 PM
Kevin Provance
The OP asked about VB6, not .NET you ignorant piece of $.hit.  Please, for
the love of Pete, drop f.u.c.k.i.n.g dead already.  Filthy thieving aussie
loser.

--
2025
If you do not believe in time travel,
your beliefs are about to be tempered.

http://www.facebook.com/group.php?gid=43606237254
Show quoteHide quote
"Bill McCarthy" <I pump my mommy's cooter> wrote in message
news:OMsu8I6$JHA.5068@TK2MSFTNGP03.phx.gbl...
| Hi John,
|
| VB6 or .NET, it's still the same: You include a manifest with your
| application.   The only real difference is the .NET IDE creates that for
| you.
| See :
| http://msdn.microsoft.com/en-us/library/ms742884(VS.85).aspx
| For an example of a manifest.
|
|
|
| "John Smith" <spam@not-a-real-domain-name.com> wrote in message
| news:u5GsZXq$JHA.1336@TK2MSFTNGP05.phx.gbl...
| >I can't seem to access the clipboard from my VB6 app even while running
as
| >admin. I found several references to a uipermissions class under .net,
but
| >no mention of how to solve this issue under vb6.
|