Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by john153

  1. john153

    Actual size of column in MSFlexgrid control

    You can do what you need using an API function. Try this: Put the following in your form's General section: Declare Function GetTextExtentPoint32 Lib "gdi32" _ Alias "GetTextExtentPoint32A" (ByVal hDC As Long, _ ByVal lpsz As String, ByVal cbString As Long, _ lpSize As...

Part and Inventory Search

Back
Top