FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GetTabbedTextExtent
Posts: 76
Joined: Fri Dec 30, 2005 10:25 AM
GetTabbedTextExtent
Posted: Tue Feb 14, 2006 08:57 AM

I need the WinApi function "GetTabbedTextExtent(hDc,cStr,aTabs)".
(determines dimensions of tabbed string).
Is there something like that in FWH?

Frank-Peter
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: GetTabbedTextExtent
Posted: Tue Feb 14, 2006 09:42 AM

No, but you can easily create a C wrapper yourself or use DLL command.

EMG

Posts: 76
Joined: Fri Dec 30, 2005 10:25 AM
Re: GetTabbedTextExtent
Posted: Tue Feb 14, 2006 10:12 AM

Thanks, but "easily" ???
I don't no about "C wrapper" or "DLL commands".
But I'll try it.

Frank-Peter

Continue the discussion