EaseFilter Demo Project
AutoFileCryptTool/Program.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Windows.Forms;
5 
6 namespace AutoFileCryptTool
7 {
8  static class Program
9  {
13  [STAThread]
14  static void Main()
15  {
16 
17  bool mutexCreated = false;
18  System.Threading.Mutex mutex = new System.Threading.Mutex(true, "EaseFilter", out mutexCreated);
19 
20  if (!mutexCreated)
21  {
22  MessageBox.Show("FilterAPI was loaded by another process, start application failed.", "Start", MessageBoxButtons.OK, MessageBoxIcon.Error);
23  mutex.Close();
24  return;
25  }
26 
27  Application.EnableVisualStyles();
28  Application.SetCompatibleTextRenderingDefault(false);
29  Application.Run(new TrayForm());
30 
31 
32  mutex.Close();
33  }
34  }
35 }

Social Network


Services Overview

Architect, implement and test file system filter drivers for a wide range of functionality. We can offer several levels of assistance to meet your specific.

Contact Us

You are welcome to contact us for salse or partnership.

Sales: sales@easefilter.com
Support: support@easefilter.com
Info: info@easefilter.com