I'm using Mobile VB to develop an application for my P800. How can I get the width (in pixels) of a string using a specific font, size and style?
This can only be done to develop for the PALM device.
How can I do something similar for my P800?Code:AFTextBox1.Text = afExtLib.StringWidth("AFSE UIQ Standard", 15, 0, "1234hello")
