I need the WinApi function "GetTabbedTextExtent(hDc,cStr,aTabs)".
(determines dimensions of tabbed string).
Is there something like that in FWH?
Frank-Peter
I need the WinApi function "GetTabbedTextExtent(hDc,cStr,aTabs)".
(determines dimensions of tabbed string).
Is there something like that in FWH?
No, but you can easily create a C wrapper yourself or use DLL command.
EMG
Thanks, but "easily" ???
I don't no about "C wrapper" or "DLL commands".
But I'll try it.