Clipboard Access using Visual Basic

I also need to know how to do this in Vantage Basic
for both grabbing from and writing to the clipboard
with both text and Vantage data fields.

Some examples would help.

Ed
--- Thad Jacobs <tjacobs@...> wrote:
> 'If you are working with text only:
>
>
> dim StringToSendToClipBoard as string
>
> StringToSendToClipBoard "This is the string that I
> intend to send to the
> clipboard."
>
> Clipboard.SetText StringToSendToClipBoard
>
> msgbox Clipboard.GetText
>
> Clipboard.Clear
>
>
>
> 'Thaddeus
>
> -----Original Message-----
> From: efkcon01@... [mailto:efkcon01@...]
> Sent: Tuesday, September 25, 2001 8:48 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Clipboard Access using Visual
> Basic
>
>
> Does anyone have any good examples for accessing the
> Clipboard
> (grabbing data from and loading data to) within a
> Visual Basic
> (NOT VANTAGE BASIC) program???
>
> Any help would be greatly appreciated.
>
> Ed
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are:
> ( Note: You must have
> already linked your email address to a yahoo id to
> enable access. )
> (1) To access the Files Section of our Yahoo!Group
> for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage
> services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
Does anyone have any good examples for accessing the Clipboard
(grabbing data from and loading data to) within a Visual Basic
(NOT VANTAGE BASIC) program???

Any help would be greatly appreciated.

Ed
'If you are working with text only:


dim StringToSendToClipBoard as string

StringToSendToClipBoard "This is the string that I intend to send to the
clipboard."

Clipboard.SetText StringToSendToClipBoard

msgbox Clipboard.GetText

Clipboard.Clear



'Thaddeus

-----Original Message-----
From: efkcon01@... [mailto:efkcon01@...]
Sent: Tuesday, September 25, 2001 8:48 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Clipboard Access using Visual Basic


Does anyone have any good examples for accessing the Clipboard
(grabbing data from and loading data to) within a Visual Basic
(NOT VANTAGE BASIC) program???

Any help would be greatly appreciated.

Ed



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
If I was using fields instead of text only data,
would StringToSendToClipBoard become something
like {JobHead.JobNum} ??

--- Thad Jacobs <tjacobs@...> wrote:
> 'If you are working with text only:
>
>
> dim StringToSendToClipBoard as string
>
> StringToSendToClipBoard "This is the string that I
> intend to send to the
> clipboard."
>
> Clipboard.SetText StringToSendToClipBoard
>
> msgbox Clipboard.GetText
>
> Clipboard.Clear
>
>
>
> 'Thaddeus
>
> -----Original Message-----
> From: efkcon01@... [mailto:efkcon01@...]
> Sent: Tuesday, September 25, 2001 8:48 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Clipboard Access using Visual
> Basic
>
>
> Does anyone have any good examples for accessing the
> Clipboard
> (grabbing data from and loading data to) within a
> Visual Basic
> (NOT VANTAGE BASIC) program???
>
> Any help would be greatly appreciated.
>
> Ed
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are:
> ( Note: You must have
> already linked your email address to a yahoo id to
> enable access. )
> (1) To access the Files Section of our Yahoo!Group
> for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage
> services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com