Quote Originally Posted by kevininstructor View Post
Not sure about what you mean by font size as all you need to do is set the font property of the TextBox to the size you want.

Code:
        Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, _
                               System.Drawing.FontStyle.Regular, _
                               System.Drawing.GraphicsUnit.Point, CType(0, Byte))

Does not matter if it comes from a database the concept is the same.


Hi "kevininstructor"…

Thanks for reply…

Actually I'm looking how to make the autocomplete text font size bigger!? That is the "pop list" which appears below the textbox (not the textbox itself)!

I hope my "Q." is clear now...

Any suggestions PLZ…