Search found 401 matches: clipboard

Return to advanced search

Re: A copy of the clipboard on the DC window.

Natter wrote:Did I understand correctly that FW_ReadImage (without parameters) accesses the clipboard ?

Yes, but if you are using the recent versions. ( FWH2310 and later)
What is the version you are using?
by nageswaragunupudi
Fri May 31, 2024 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 140

Re: A copy of the clipboard on the DC window.

Did I understand correctly that FW_ReadImage (without parameters) accesses the clipboard ?
by Natter
Fri May 31, 2024 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 140

Re: A copy of the clipboard on the DC window.

Code: Select all  Expand view
aImage := FW_ReadImage()  // no params
? aImage[ 3 ], aImage[ 4 ]  // width and height in pixels

If there is no image in the clipboard, these values would be 0,0
by nageswaragunupudi
Fri May 31, 2024 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 140

Re: A copy of the clipboard on the DC window.

Is it possible to estimate the size of the fragment in the clipboard ?
by Natter
Fri May 31, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 140

Re: save the clipboard to array

I get it, thanks!
by Natter
Tue May 28, 2024 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save the clipboard to array
Replies: 2
Views: 87

Re: save the clipboard to array

Hola buenos días, nosotros lo hacemos de la siguiente manera, con el apoyo de una función publicada en el foro. Espero te sirva *******************************Pegamos los items desde excel******************************Function pegarItemsExcel()Local oClpLocal cTxt := space(0)Local aT...
by leandro
Tue May 28, 2024 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save the clipboard to array
Replies: 2
Views: 87

save the clipboard to array

I select a rectangular part (2x50) of the Excel sheetand save it to the clipboard .
How can I read data from a buffer into a two-dimensional array (2x50) ?
by Natter
Tue May 28, 2024 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save the clipboard to array
Replies: 2
Views: 87

Re: A copy of the clipboard on the DC window.

Image

Code: Select all  Expand view
#include "fivewin.ch"

function Main()

   XImage()

return nil
by nageswaragunupudi
Tue May 28, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 140

A copy of the clipboard on the DC window.

Using scissors, I cut out a rectangular fragment of the screen and put it on the clipboard.
How can I put an image from the clipboard on the DC of my window ?
by Natter
Tue May 28, 2024 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 140

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... // Código QR ---- zcuit:=subs(xcui,1,2)+subs(xcui,4,2)+subs(xcui,7,3); +subs(xcui,11,3)+subs(xcui,15,1) nDocTipo:="80" DEFINE CLIPBOARD oClp FORMAT TEXT oClp:SetText( cJason ) @ 233,073 PRINT TO oPrn TEXT cJason AS BARCODE TYPE "QR-CODE" SIZE 24,24 MM // 250,165 ENDPAGE ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 748

XIMAGE

... la comunidad FW estoy con el siguiente problema, necesito pegar (paste) en el control XImage no se si se puede una imagen copiada al portapapel (Clipboard). Lo tengo hecho pero buscando la imagen en disco y como hoy es muy cómodo para el usuario copiar y pegar quería saber si existe esa opción? ...
by Marcelo Roggeri
Mon Mar 04, 2024 9:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 475

Re: how to detect Clipboard Format under harbour ?

hi Antonio,

thx, i will try that Way
by Jimmy
Tue Dec 19, 2023 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to detect Clipboard Format under harbour ?
Replies: 2
Views: 352

how to detect Clipboard Format under harbour ?

hi, default Clipboard use CF_TEXT https://i.postimg.cc/D0kmGJ0q/Clipboard-Default.jpg but can also use CF_BITMAP or OLE https://i.postimg.cc/NfN9J0zw/Clipboard-OLE.jpg under Xbase++ i have QueryGetFormat() ...
by Jimmy
Mon Dec 18, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to detect Clipboard Format under harbour ?
Replies: 2
Views: 352
Next

Return to advanced search