> Easiest way is to look at the help for SendKeys in the VBE, but ..
>
[quoted text clipped - 36 lines]
> > > >
> > > > Thanks
Sorry, Jerry,
It is possible to get round this restriction. I can't remember where I
picked this up from (and I have a feeling there is something odd about it)
but you can use ...
WordBasic.SendKeys "{prtsc}"
--
Enjoy,
Tony
> Hi Tony,
>
> Look at
http://msdn.microsoft.com/library/en-us/script56/html/wsmthsendkeys.asp?fram
e=true
> In a note it says "Note You cannot send the PRINT SCREEN key {PRTSC} to an
> application."
[quoted text clipped - 48 lines]
> > > > >
> > > > > Thanks
JBNewsGroup - 16 Nov 2005 08:16 GMT
Hi Tony,
Thanks. I totally forgot about checking WordBasic. I wonder why Microsoft
chose to eliminate from VBA functions that WordBasic could handle.
When I did my test I did it under VBA. I am going to try it again with
WordBasic. I have an application in which this would simplify things.
Jerry Bodoff
> Sorry, Jerry,
>
[quoted text clipped - 11 lines]
> >
> > Look at
http://msdn.microsoft.com/library/en-us/script56/html/wsmthsendkeys.asp?fram
> e=true
> >
[quoted text clipped - 52 lines]
> > > > > >
> > > > > > Thanks
JBNewsGroup - 16 Nov 2005 08:27 GMT
Hi Tony,
Thanks.
I totally forgot about WordBasic. I did my test under VBA. I tried doing
this with the WordBasic version and it works great. I wonder why Microsoft
eliminated some WordBasic functions in VBA.
Jerry Bodoff
> Sorry, Jerry,
>
[quoted text clipped - 11 lines]
> >
> > Look at
http://msdn.microsoft.com/library/en-us/script56/html/wsmthsendkeys.asp?fram
> e=true
> >
[quoted text clipped - 52 lines]
> > > > > >
> > > > > > Thanks
discoverer - 16 Nov 2005 23:45 GMT
Hi,
I think being in toad if we do a printscreen or ALT+printscreen, it is
copied and will be available in the clipboard, if we could trap whether the
user has pressed ALT+printscreen on the keyboard being in toad application,
then we can activate the word and do a selection.paste there and then again
show the user the toad screen.
is it possible like this.
Thanks
> Hi Tony,
>
[quoted text clipped - 88 lines]
> > > > > > >
> > > > > > > Thanks
Tony Jollans - 17 Nov 2005 08:29 GMT
It has been some years since I used Toad but i do not believe it has that
kind of capacity (does it have any kind of code interface at all?) and I'm
pretty sure Word has no capacity to listen in the background.
I have no doubt that some sort of Windows application could be written for
this but don't have any idea how to go about it. The best I could come up
with would be a one-click-in-Word solution so that instead of pressing
printscreen you would have to switch to Word and press a button - and this
would be on the lines already discused here just attached to a toolbar
button in Word.
--
Enjoy,
Tony
> Hi,
>
[quoted text clipped - 33 lines]
> > > >
> > > > Look at
http://msdn.microsoft.com/library/en-us/script56/html/wsmthsendkeys.asp?fram
> > > e=true
> > > >
[quoted text clipped - 61 lines]
> > > > > > > >
> > > > > > > > Thanks