Pages

Total Pageviews

Add This

Sunday, May 8, 2011

Change Font in Label using FontDialog

Write the code bellow:

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

No comments:

Post a Comment