FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to calculate a Resource-Position from TCONTROL ?
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
How to calculate a Resource-Position from TCONTROL ?
Posted: Thu May 29, 2008 12:37 PM
Hello,

I need the position LEFT / TOP of a resource inside of a dialog.
The informations, i can get from TCONTROL.
I have done some tests, but i am not shure.
Anybody knows, how to calculate this ?



That works, but i am not really shure, if it is OK.

MOVETO( hDC, 0, 0 )      // Go to Pos. Resource Top, Left
hDC1 := oDlg1:GetDC()  // Get Dlg- DC

// Top Position to paint on Dialog
nAlphaTop := nBMPHIGHT + 5  // Height of Resource

// oBmp2 = Alpgablended Bitmap
// I want to paint 5 pixel from the bottom of the resource

ABPaint( hDC1, 0, nAlphaTop, oBmp2:hBitmap, 255 )
oDlg1:ReleaseDC(0, hDC1)


Best Regards
Uwe :-) [/img]
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to calculate a Resource-Position from TCONTROL ?
Posted: Tue Jun 03, 2008 11:25 AM

Uwe,

oControl:nTop
oControl:nLeft

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion