P
Patrick Long
I want to call DrawString on some text and when I am goign to run over the
edge i want to truncate the text with elipsis ("...") The full .NET
Framework allows the stringformat argument to be passed to DrawString but
the CF does not.
I was looking at maybe P/Invoking GetTextExtent and TextMetrics to gte the
number od charcaters i need to chop out of my string and doing it myself.
Any ideas?
TIA
Pat Long
edge i want to truncate the text with elipsis ("...") The full .NET
Framework allows the stringformat argument to be passed to DrawString but
the CF does not.
I was looking at maybe P/Invoking GetTextExtent and TextMetrics to gte the
number od charcaters i need to chop out of my string and doing it myself.
Any ideas?
TIA
Pat Long