Hey,
I have this code:
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.VB Code:
FontDialog1.ShowDialog() If DialogResult = DialogResult.OK Then txtText.Font = FontDialog1.Font
Thanks!




Reply With Quote