Hi,
Because your using .Net then I think you could use the ' ShowDialog ' property.
Hope it helps you even for PocketPc.VB Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If FontDialog1.ShowDialog <> DialogResult.Cancel Then RichTextBox1.Font = FontDialog1.Font End If End Sub
Wkr,
sparrow1





Reply With Quote