Pages

Total Pageviews

Add This

Sunday, May 8, 2011

Change Font in TextBox using FontDialog

Write the code bellow:



FontDialog1.ShowDialog()
TextBox1.Font = FontDialog1.Font

No comments:

Post a Comment