Alaska Software Inc. - past clipboard data to foreign program
Username: Password:
AuthorTopic: past clipboard data to foreign program
Nevzat Kanburpast clipboard data to foreign program
on Tue, 30 Jan 2024 13:21:59 +0300
Hi,
I want to copy text data to memory buffer in xbase++ then
write this data into foreign program (another non xbase++ application).
Like copy and past in xbase++.

how can I use keyboard or clipbord or any other way?

Any help please ?

rgds
Nevzat
Jorge L BorlandoRe: past clipboard data to foreign program
on Fri, 02 Feb 2024 12:58:24 -0300
Hi Nevat

XbpClipBoard() accesses the memory buffer both so that others can retrieve 
the information and to read it

now if what you want to copy from your xbase app is data shown by 
xbpstatic() or grastringat(), you can't, you must do it all on your own

best regards



"Nevzat Kanbur" escribió en el mensaje de 
noticias:57c73c5a$3d871d37$f80b8@news.alaska-software.com...

Hi,
I want to copy text data to memory buffer in xbase++ then
write this data into foreign program (another non xbase++ application).
Like copy and past in xbase++.

how can I use keyboard or clipbord or any other way?

Any help please ?

rgds
Nevzat