EaseFilter Demo Project
ShareFileFolderInputForm.cs
Go to the documentation of this file.
1 //
3 // (C) Copyright 2011 EaseFilter Technologies Inc.
4 // All Rights Reserved
5 //
6 // This software is part of a licensed software product and may
7 // only be used or copied in accordance with the terms of that license.
8 //
10 
11 
12 using System;
13 using System.Collections.Generic;
14 using System.ComponentModel;
15 using System.Data;
16 using System.Drawing;
17 using System.Linq;
18 using System.Text;
19 using System.Windows.Forms;
20 
21 namespace SecureAgent
22 {
23  public partial class ShareFileFolderInputForm : Form
24  {
25  public string dropFolder = string.Empty;
26 
27  public ShareFileFolderInputForm(string _dropFolder)
28  {
29  StartPosition = FormStartPosition.CenterScreen;
30  InitializeComponent();
31  this.textBox_DropFolder.Text = _dropFolder;
32  }
33 
34  private void button_BrowseFolder_Click(object sender, EventArgs e)
35  {
36  FolderBrowserDialog fbd = new FolderBrowserDialog();
37  if (fbd.ShowDialog() == System.Windows.Forms.DialogResult.OK)
38  {
39  textBox_DropFolder.Text = fbd.SelectedPath;
40  }
41  }
42 
43  private void button_SetDropFolder_Click(object sender, EventArgs e)
44  {
45  dropFolder = textBox_DropFolder.Text;
46  this.Close();
47  }
48  }
49 }

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