Hey,
I have this code:
VB Code:
  1. FontDialog1.ShowDialog()
  2.         If DialogResult = DialogResult.OK Then txtText.Font = FontDialog1.Font
Does anyone know why it doesn't change the font when you press okay? Am I doing something wrong here? I have never used DialogResults before, so I'm not sure what I'm doing. But I don't understand why that wouldn't work.

Thanks!