|
-
Dec 16th, 2010, 02:48 AM
#3
Thread Starter
Lively Member
Re: How to customize Autocomplete font size?!
 Originally Posted by kevininstructor
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…
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|