Search found 713 matches: nleft

Return to advanced search

Re: TOPMOST

i also found this CODE
Code:
SetWindowPos( oObj:hWnd, HWND_TOPMOST ,;
oObj:nTop, oObj:nLeft ,;
oObj:nWidth, oObj:nHeight )

which i can use at INIT

Is this working as expected?

Can this be useful?
Code: Select all  Expand view
SetForegroundWindow( oWnd:hWnd
by nageswaragunupudi
Sat Nov 05, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOPMOST
Replies: 7
Views: 364

Re: Clase para Graficos Vectoriales

... do any calculations ourselves. Just mention the Units as parameter. Printer class will internally does all calculations and print. Eg: Line( nTop, nLeft, nBottom, nRight, oPen, cUnits ) METHOD Box( nRow, nCol, nBottom, nRight, anoPen, noBrush, aText, cUnits ) METHOD AngleArc( x, y, r, angle, sweep, ...
by Antonio Linares
Wed Sep 21, 2022 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para Graficos Vectoriales
Replies: 20
Views: 1220

Re: xHarbour to Harbour

FW_MakeYourBitmap( nTop, nLeft, |hdc, w, h| PaintOverlay(hDC, w, h, img) }).

In this case, PaintOverlay() is a static function gluing two images:

static function PaintOvelay(hDC, w, h, img)
..................................................
return NIL
by Natter
Sat May 28, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1270

Re: xHarbour to Harbour

__clsModMsg( oXBrowse:ClassH, "MouseWheel", @XBr_MWhl() ) This option works I use the function FW_MakeYourBitmap( nTop, nLeft, |hdc, w, h| PaintOverlay(hDC, w, img) }) . When compiling under HARBOUR, I get the error of the PaintOverlay() function Hi, Carlos ! #include "xhb.ch" ...
by Natter
Sat May 28, 2022 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1270

Re: vertical position in preview

use this oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray ) see on email Hi Silvio, it's still the same error. The image position is different with PRINT oPrn NAME "prv_test" PREVIEW and PRINT ...
by Silvio.Falconi
Fri May 13, 2022 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 867

Re: vertical position in preview

use this oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray ) see on email Hi Silvio, it's still the same error. The image position is different with PRINT oPrn NAME "prv_test" PREVIEW and PRINT ...
by Detlef
Fri May 13, 2022 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 867

Re: vertical position in preview

use this
oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray )

see on email
by Silvio.Falconi
Thu May 12, 2022 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 867

Re: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak

... It works as the same. hi Dutch, oActiveX1 = TActiveX():New( oDlg, "WMPlayer.OCX", nTop, nLeft, nWidth, nHeight ) i think CLSID must be "WMPlayer.OCX.7" or "{6BF52A52-394A-11d3-B153-00C04F79FAA6}" --- you also can try ...
by dutch
Tue Mar 29, 2022 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak
Replies: 11
Views: 888

Re: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak

hi Dutch,
oActiveX1 = TActiveX():New( oDlg, "WMPlayer.OCX", nTop, nLeft, nWidth, nHeight )

i think CLSID must be
Code: Select all  Expand view
"WMPlayer.OCX.7"

or
Code: Select all  Expand view
"{6BF52A52-394A-11d3-B153-00C04F79FAA6}"


---
you also can try VLC Player using this CLSID
Code: Select all  Expand view
"VideoLAN.VLCPlugin.2"
by Jimmy
Mon Mar 28, 2022 4:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak
Replies: 11
Views: 888

Re: strange move Folder - Dialog

You can use oDlg: Move (nTop, nLeft) to handle that behavior,

Saludos
by horacio
Mon Nov 22, 2021 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 530

Re: Rectangle as bitmap

Code: Select all  Expand view
oDlg:SaveAsImage( cImageFile, aRect )


cImageFile can be .bmp, .jpg. ,png, etc.
aRect is the rectangle you want to crop and save. : { nTop, nLeft, nBottom, nRight }

This works with Window, Dialog or any Control, to crop a rectangle inside and save.
by nageswaragunupudi
Thu Sep 16, 2021 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rectangle as bitmap
Replies: 35
Views: 2004

Re: New FTDN June/Junio (FWH 21.06)

... correctamente los ejemplos proporcionados, por favor ejecute go.bat o goh32.bat desde samples\EasyReport * function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Corrección: salir del cuadro de diálogo presionando ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2176

New FTDN June/Junio (FWH 21.06)

... To properly execute the provided examples, please run go.bat or goh32.bat from samples\EasyReport * function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Fix: Exiting the dialog by pressing Esc key was not ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2176

New FTDN June/Jnio (FWH 21.06)

... To properly execute the provided examples, please run go.bat or goh32.bat from samples\EasyReport * function MsgList( aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Fix: Exiting the dialog by pressing Esc key was not ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 477

Re: How to fill a xBrowse-cell with a real image-BRUSH ?

... oGdiBmp:hbmp ) :!: like using for the background-images : oImage := GDIBmp():new( c_path + cData ) oGraphics:DrawImage( oImage, nTop + nAdjust, nLeft, nWidth, nHeight ) oImage:End() oGraphics:Destroy() with oGraphics:DrawImage I can adjust the image to the cellsize but not showing a brush-result ...
by ukoenig
Thu Jul 15, 2021 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill a xBrowse-cell with a real image-BRUSH ?
Replies: 4
Views: 685
PreviousNext

Return to advanced search