Hi all!
I'm programming a text editor, but when i'm trying to change the font, I get the
following error:
'No Font Exists'
I use the following code:
Cmd.ShowFont ' Commondialog
Font.Text.SelText = Cmd.FontName

What is wrong???

PS: How can I detect if a document has been changed and ask the user to save the I
changes.
PPS: How can I detect if the document already have been saved?