Code:
private void notePage1_KeyUp(object sender, KeyEventArgs e)
{
notePage1.SaveFile(Application.StartupPath +@"\fxNotesText1.Rtf");
}
Code:
File.Encrypt(Application.StartupPath
private void notePage1_KeyUp(object sender, KeyEventArgs e)
{
notePage1.SaveFile(Application.StartupPath +@"\fxNotesText1.Rtf");
}
File.Encrypt(Application.StartupPath
Leave a comment: