Add project

This commit is contained in:
Allen Wolf
2024-01-10 17:23:38 -06:00
parent dbc2debc11
commit e40270fb4a
19 changed files with 3642 additions and 0 deletions

6
src/App.config Executable file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

255
src/Form1.Designer.cs generated Executable file
View File

@ -0,0 +1,255 @@
using System.Windows.Forms;
namespace Program_Hide
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.btnRefresh = new System.Windows.Forms.Button();
this.image = new System.Windows.Forms.PictureBox();
this.lstWindows = new System.Windows.Forms.ComboBox();
this.tm1 = new System.Windows.Forms.Timer(this.components);
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.label2 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.fakePictureBox = new System.Windows.Forms.PictureBox();
this.button6 = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.image)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fakePictureBox)).BeginInit();
this.SuspendLayout();
//
// btnRefresh
//
this.btnRefresh.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnRefresh.Location = new System.Drawing.Point(491, 153);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(75, 23);
this.btnRefresh.TabIndex = 7;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// image
//
this.image.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.image.BackColor = System.Drawing.SystemColors.ButtonFace;
this.image.Location = new System.Drawing.Point(221, 182);
this.image.Name = "image";
this.image.Size = new System.Drawing.Size(345, 205);
this.image.TabIndex = 6;
this.image.TabStop = false;
//
// lstWindows
//
this.lstWindows.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lstWindows.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.lstWindows.FormattingEnabled = true;
this.lstWindows.Location = new System.Drawing.Point(221, 155);
this.lstWindows.Name = "lstWindows";
this.lstWindows.Size = new System.Drawing.Size(260, 21);
this.lstWindows.TabIndex = 5;
this.lstWindows.SelectedIndexChanged += new System.EventHandler(this.lstWindows_SelectedIndexChanged);
//
// tm1
//
this.tm1.Tick += new System.EventHandler(this.tm1_Tick);
//
// button1
//
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.button1.Location = new System.Drawing.Point(572, 182);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 44);
this.button1.TabIndex = 9;
this.button1.Text = "Create Keybind with Selected Window";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Show/Hide This Window:";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(1, 29);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(140, 33);
this.textBox1.TabIndex = 11;
this.textBox1.Click += new System.EventHandler(this.textBox1_Click);
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
//
// button2
//
this.button2.Location = new System.Drawing.Point(147, 29);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(108, 33);
this.button2.TabIndex = 12;
this.button2.Text = "Record Keys";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// notifyIcon1
//
this.notifyIcon1.Text = "notifyIcon1";
this.notifyIcon1.Visible = true;
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label2.Location = new System.Drawing.Point(1, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(140, 51);
this.label2.TabIndex = 13;
this.label2.Text = "Currently:";
//
// button3
//
this.button3.Location = new System.Drawing.Point(147, 73);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(108, 34);
this.button3.TabIndex = 14;
this.button3.Text = "Reset to Default (Left Alt + Left Shift)";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(261, 34);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 15;
this.button4.Text = "Cancel";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(572, 232);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(116, 44);
this.button5.TabIndex = 16;
this.button5.Text = "Create Keybind with Application";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// fakePictureBox
//
this.fakePictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.fakePictureBox.BackColor = System.Drawing.SystemColors.ButtonFace;
this.fakePictureBox.Location = new System.Drawing.Point(221, 182);
this.fakePictureBox.Name = "fakePictureBox";
this.fakePictureBox.Size = new System.Drawing.Size(345, 205);
this.fakePictureBox.TabIndex = 6;
this.fakePictureBox.TabStop = false;
//
// button6
//
this.button6.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.button6.Location = new System.Drawing.Point(672, 12);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(116, 44);
this.button6.TabIndex = 17;
this.button6.Text = "View All Keybinds";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLight;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.label2);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.fakePictureBox);
this.Controls.Add(this.image);
this.Controls.Add(this.lstWindows);
this.Name = "Form1";
this.Text = "Program Hide - Main Menu";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.Resize += new System.EventHandler(this.Form1_Resize);
((System.ComponentModel.ISupportInitialize)(this.image)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fakePictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.PictureBox image;
private System.Windows.Forms.ComboBox lstWindows;
private System.Windows.Forms.Timer tm1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.PictureBox fakePictureBox;
private Button button6;
private Timer timer1;
}
}

828
src/Form1.cs Executable file
View File

@ -0,0 +1,828 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using KeyboardHook1;
namespace Program_Hide
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
#region DWM Thumbnail Components
[DllImport("user32.dll", SetLastError = true)]
private static extern IntPtr GetWindow(IntPtr hWnd, int nIndex);
[DllImport("dwmapi.dll")]
static extern int DwmRegisterThumbnail(IntPtr dest, IntPtr src, out IntPtr thumb);
[DllImport("dwmapi.dll")]
static extern int DwmUnregisterThumbnail(IntPtr thumb);
[DllImport("dwmapi.dll")]
static extern int DwmQueryThumbnailSourceSize(IntPtr thumb, out PSIZE size);
[StructLayout(LayoutKind.Sequential)]
internal struct PSIZE
{
public int x;
public int y;
}
[DllImport("dwmapi.dll")]
static extern int DwmUpdateThumbnailProperties(IntPtr hThumb, ref DWM_THUMBNAIL_PROPERTIES props);
[DllImport("user32.dll")]
static extern int EnumWindows(EnumWindowsCallback lpEnumFunc, int lParam);
delegate bool EnumWindowsCallback(IntPtr hwnd, int lParam);
[DllImport("user32.dll")]
public static extern void GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);
[DllImport("user32.dll")]
static extern ulong GetWindowLongA(IntPtr hWnd, int nIndex);
static readonly int GWL_STYLE = -16;
static readonly ulong WS_VISIBLE = 0x10000000L;
static readonly ulong WS_BORDER = 0x00800000L;
static readonly ulong TARGETWINDOW = WS_BORDER | WS_VISIBLE;
internal class Window
{
public string Title;
public IntPtr Handle;
public override string ToString()
{
return Title;
}
}
[StructLayout(LayoutKind.Sequential)]
internal struct DWM_THUMBNAIL_PROPERTIES
{
public int dwFlags;
public Rect rcDestination;
public Rect rcSource;
public byte opacity;
public bool fVisible;
public bool fSourceClientAreaOnly;
}
[StructLayout(LayoutKind.Sequential)]
internal struct Rect
{
internal Rect(int left, int top, int right, int bottom)
{
Left = left;
Top = top;
Right = right;
Bottom = bottom;
}
public int Left;
public int Top;
public int Right;
public int Bottom;
}
private List<Window> windows;
private void GetWindows()
{
windows = new List<Window>();
EnumWindows(Callback, 0);
lstWindows.Items.Clear();
foreach (Window w in windows)
{
lstWindows.Items.Add(w);
}
}
private bool Callback(IntPtr hwnd, int lParam)
{
if (this.Handle != hwnd && (GetWindowLongA(hwnd, GWL_STYLE) & TARGETWINDOW) == TARGETWINDOW)
{
StringBuilder sb = new StringBuilder(200);
GetWindowText(hwnd, sb, sb.Capacity);
Window t = new Window();
t.Handle = hwnd;
t.Title = sb.ToString();
windows.Add(t);
}
return true; //continue enumeration
}
private IntPtr thumb;
bool LoadedForm;
private void lstWindows_SelectedIndexChanged(object sender, EventArgs e)
{
StopRecording();
if (!LoadedForm)
{
savedSize = image.Size;
LoadedForm = true;
}
if (!image.Visible)
{
image.Visible = true;
}
if (lstWindows.SelectedIndex > -1)
{
button1.Enabled = true;
Window w = (Window)lstWindows.SelectedItem;
if (thumb != IntPtr.Zero)
DwmUnregisterThumbnail(thumb);
int i = DwmRegisterThumbnail(this.Handle, w.Handle, out thumb);
if (i == 0)
UpdateThumb();
tempHandle = w.Handle;
tempTitle = w.Title;
}
else
{
button1.Enabled = false;
}
}
static readonly int DWM_TNP_VISIBLE = 0x8;
static readonly int DWM_TNP_OPACITY = 0x4;
static readonly int DWM_TNP_RECTDESTINATION = 0x1;
const short HWND_BOTTOM = 1;
const short HWND_NOTOPMOST = -2;
const short HWND_TOP = 0;
const short HWND_TOPMOST = -1;
const int SWP_NOMOVE = 0x0002;
const int SWP_NOSIZE = 0x0001;
const int SWP_SHOWWINDOW = 0x0040;
const int SWP_NOACTIVATE = 0x0010;
[DllImport("user32.dll", EntryPoint = "SetWindowPos")]
public static extern IntPtr SetWindowPos(IntPtr hWnd, int hWndInsertAfter, int x, int Y, int cx, int cy, int wFlags);
[DllImport("user32.dll")]
static extern bool SetForegroundWindow(IntPtr hWnd);
[DllImport("user32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool IsWindow(IntPtr hWnd);
[DllImport("User32.dll")]
static extern bool MoveWindow(IntPtr handle, int x, int y, int width, int height, bool redraw);
[DllImport("user32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool ShowWindow(IntPtr hWnd, int nCmdShow); //for all nCmdShow flags: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-showwindow
const int SW_MAXIMIZE = 3;
const int SW_SHOW = 5;
const int SW_SHOWNORMAL = 1;
const int SW_RESTORE = 9; //these also works with showwindowasync
[DllImport("user32.dll", SetLastError = true)]
static extern bool BringWindowToTop(IntPtr hWnd);
[DllImport("user32.dll")]
static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);
//[DllImport("user32.dll", SetLastError = true)]
//static extern bool BringWindowToTop(HandleRef hWnd);
#endregion
#region Form1_Load | Intializes
KeyboardHook listener = new KeyboardHook();
IntPtr tempHandle;
string tempTitle;
Color DarkGray = Color.FromArgb(41, 41, 41);
public static List<IntPtr> storedHandles = new List<IntPtr>();
public static List<string> storedTitles = new List<string>();
ContextMenuStrip contextMenu1 = new ContextMenuStrip();
ToolStripMenuItem OpenItem = new ToolStripMenuItem("Open");
ToolStripMenuItem HelpItem = new ToolStripMenuItem("Help");
ToolStripMenuItem CloseItem = new ToolStripMenuItem("Close");
public static Form3 f3;
#endregion
[STAThread]
private void Form1_Load(object sender, EventArgs e)
{
button6.Enabled = false;
f3 = new Form3();
UpdateKeybindLabel(true);
button4.Visible = false;
notifyIcon1.Text = "Program Hide";
notifyIcon1.ContextMenuStrip = contextMenu1;
notifyIcon1.Icon = SystemIcons.Information;
notifyIcon1.Visible = true;
contextMenu1.Items.Add(OpenItem);
contextMenu1.Items.Add(HelpItem);
contextMenu1.Items.Add(CloseItem);
contextMenu1.BackColor = Color.Black;
OpenItem.BackColor = DarkGray;
HelpItem.BackColor = DarkGray;
CloseItem.BackColor = DarkGray;
OpenItem.ForeColor = Color.White;
HelpItem.ForeColor = Color.White;
CloseItem.ForeColor = Color.White;
OpenItem.Image = SystemIcons.Application.ToBitmap();
HelpItem.Image = SystemIcons.Information.ToBitmap();
CloseItem.Image = SystemIcons.Hand.ToBitmap();
OpenItem.Click += OpenItem_Click;
CloseItem.Click += CloseItem_Click;
HelpItem.Click += HelpItem_Click;
notifyIcon1.ShowBalloonTip(3000, "Program Hide - Startup Notification", "Right Click the Tool Tip or Click Here for Help Using this Product.", ToolTipIcon.Info);
notifyIcon1.BalloonTipClicked += (send, args) =>
{
ShowHelp();
};
listener.KeyDown += listener_KeyDown;
listener.KeyUp += listener_KeyUp;
button1.Enabled = false;
GetWindows();
tm1.Enabled = true;
timer1.Enabled = true;
tm1.Interval = 1000;
}
private void OpenItem_Click(object sender, EventArgs e)
{
this.Show();
BringWindowToTop(this.Handle);
}
private void HelpItem_Click(object sender, EventArgs e)
{
ShowHelp();
}
private void CloseItem_Click(object sender, EventArgs e)
{
this.Close();
}
public void ShowHelp()
{
MessageBox.Show("Not Implemented Yet!", "Program Hide", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
#region KeyDown Detecion System
bool alreadyShownMB;
bool keyIsNew;
List<KeyboardHook.VKeys> currentKeys = new List<KeyboardHook.VKeys>();
private void listener_KeyDown(KeyboardHook.VKeys key)
{
if (!currentKeys.Contains(key))
{
currentKeys.Add(key);
keyIsNew = true;
}
if (keyIsNew)
{
if (ShowHideRecording)
{
if (!TempKeysList.Contains(key))
{
TempKeysList.Add(key);
if (!alreadyShownMB)
{
if (TempKeysList.Count > 4)
{
alreadyShownMB = true;
MessageBox.Show("Reminder: The current key combination max is 4.", "Program Hide - Reminder", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
}
textBox1.Text = "";
for (int i = 0; i < TempKeysList.Count; i++)
{
if (i < 1)
{
textBox1.Text += TempKeysList[i].ToString();
}
else
{
textBox1.Text += " + " + TempKeysList[i].ToString();
}
textBox1.SelectionStart = textBox1.TextLength;
}
}
}
keyIsNew = false;
}
#endregion
#region KeyUp Detection System
private void listener_KeyUp(KeyboardHook.VKeys key)
{
if (currentKeys.Contains(key))
{
currentKeys.Remove(key);
}
if (ShowHideRecording)
{
if (TempKeysList.Contains(key))
{
TempKeysList.Remove(key);
textBox1.Text = "";
for (int i = 0; i < TempKeysList.Count; i++)
{
if (i < 1)
{
textBox1.Text += TempKeysList[i].ToString();
}
else
{
textBox1.Text += " + " + TempKeysList[i].ToString();
}
textBox1.SelectionStart = textBox1.TextLength;
}
}
}
}
#endregion
bool keyListenerInstalled;
public void UpdateKeyRecording(bool boolean)
{
if (boolean)
{
keyListenerInstalled = true;
listener.Install();
}
else
{
keyListenerInstalled = false;
listener.Uninstall();
}
}
public static bool ShowHideRecording;
public static bool Form1ForceRecord;
public static List<KeyboardHook.VKeys> ShowHideKeysList = new List<KeyboardHook.VKeys>();
List<KeyboardHook.VKeys> TempKeysList = new List<KeyboardHook.VKeys>();
private void button2_Click(object sender, EventArgs e)
{
Form1ForceRecord = true;
Form2.Form2ForceRecord = false;
this.ActiveControl = null;
if (!ShowHideRecording)
{
timer1.Enabled = true;
UpdateKeyRecording(true);
TempKeysList.Clear();
ShowHideRecording = true;
button2.Text = "Stop Recording";
button4.Visible = true;
}
else
{
timer1.Enabled = false;
UpdateKeyRecording(false);
alreadyShownMB = false;
ShowHideRecording = false;
button2.Text = "Record Keys";
button4.Visible = false;
textBox1.Text = "";
if (TempKeysList.Count > 4 || TempKeysList.Count < 2)
{
if (TempKeysList.Count > 4)
{
MessageBox.Show("Your new key combination was not saved.\nReason: The key combination contains more than 4 keys.", "Program Hide - Alert", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else if (TempKeysList.Count < 2 && TempKeysList.Count > 0)
{
MessageBox.Show("Your new key combination was not saved.\nReason: The key combination contains less than 2 keys.", "Program Hide - Alert", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else if (TempKeysList.Count == 0)
{
MessageBox.Show("Your new key combination was not saved.\nReason: The key combination is empty.", "Program Hide - Alert", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
else
{
SetNewKeys();
UpdateKeybindLabel(false);
if (addedYet)
{
Form3.AllKeyBinds[0] = ShowHideKeysList;
}
}
currentKeys.Clear();
}
}
public void SetNewKeys()
{
ShowHideKeysList = TempKeysList.ToList();
}
public void UpdateKeybindLabel(bool resetDefault)
{
if (resetDefault)
{
ShowHideKeysList.Clear();
ShowHideKeysList.Add(KeyboardHook.VKeys.LMENU);
ShowHideKeysList.Add(KeyboardHook.VKeys.LSHIFT);
}
label2.Text = "";
label2.Text += "Current:\n";
for (int i = 0; i < ShowHideKeysList.Count; i++)
{
if (i < 1)
{
label2.Text += ShowHideKeysList[i].ToString();
}
else
{
label2.Text += " + " + ShowHideKeysList[i].ToString();
}
}
}
private void button3_Click(object sender, EventArgs e)
{
StopRecording();
if (ShowHideKeysList.Count == 2)
{
if (ShowHideKeysList.Contains(KeyboardHook.VKeys.LMENU) && ShowHideKeysList.Contains(KeyboardHook.VKeys.LSHIFT))
{
return;
}
}
UpdateKeybindLabel(true);
}
private void button4_Click(object sender, EventArgs e)
{
StopRecording();
}
public void StopRecording()
{
Form2.Form2ForceRecord = false;
if (button4.Visible)
{
button4.Visible = false;
}
ShowHideRecording = false;
button2.Text = "Record Keys";
listener.Uninstall();
button4.Visible = false;
textBox1.Text = "";
}
private void tm1_Tick(object sender, EventArgs e)
{
for (int i = 0; i < windows.Count; i++)
{
if (!IsWindow(windows[i].Handle))
{
lstWindows.Items.RemoveAt(i);
windows.RemoveAt(i);
lstWindows.SelectedIndex = -1;
button1.Enabled = false;
}
}
UpdateThumb();
}
public static Form2 f2;
private void button1_Click(object sender, EventArgs e)
{
StopRecording();
if (ShowHideKeysList.Count == 2 && ShowHideKeysList.Contains(KeyboardHook.VKeys.LSHIFT) && ShowHideKeysList.Contains(KeyboardHook.VKeys.LMENU))
{
DialogResult returnValue = MessageBox.Show("Are you sure you want to keep the Default Keybind?\nIt can be changed later in the Keybind List Menu", "Program Hide - Alert", MessageBoxButtons.YesNo, MessageBoxIcon.Information);
if (!(returnValue == DialogResult.Yes))
{
return;
}
}
AddToFullList();
EnableButtonSix();
if (!IsWindow(tempHandle))
{
MessageBox.Show("The window: \n\"" + tempTitle + "\"\n no longer exists!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
if (lstWindows.SelectedIndex > -1)
{
lstWindows.Items.RemoveAt(lstWindows.SelectedIndex);
}
lstWindows.SelectedIndex = -1;
return;
}
OpenOfType("WIN");
}
private void button5_Click(object sender, EventArgs e)
{
StopRecording();
if (ShowHideKeysList.Count == 2 && ShowHideKeysList.Contains(KeyboardHook.VKeys.LSHIFT) && ShowHideKeysList.Contains(KeyboardHook.VKeys.LMENU))
{
DialogResult returnValue = MessageBox.Show("Are you sure you want to keep the Default Keybind?\nIt can be changed later in the Keybind List Menu", "Program Hide - Alert", MessageBoxButtons.YesNo, MessageBoxIcon.Information);
if (!(returnValue == DialogResult.Yes))
{
return;
}
}
AddToFullList();
EnableButtonSix();
OpenOfType("APP");
}
public void OpenOfType(string type)
{
fc = Application.OpenForms;
for (int i = 0; i < fc.Count; i++)
{
if (fc[i].Name == "Form2")
{
if (f2.Tag.ToString() == type)
{
f2.Show();
f2.BringToFront();
break;
}
}
if (i == fc.Count - 1)
{
if (type == "WIN")
{
f2 = new Form2(tempHandle, tempTitle, type);
}
else
{
f2 = new Form2((IntPtr)0, null, type);
}
f2.Show();
f2.BringToFront();
}
}
}
public void EnableButtonSix()
{
if (Form3.AllKeyBinds.Count > 0)
{
button6.Enabled = true;
button6_Click(new object(), new EventArgs());
f3.Show();
f3.Hide();
}
}
private void button6_Click(object sender, EventArgs e)
{
StopRecording();
OpenFormThree();
}
FormCollection fc;
public void OpenFormThree()
{
fc = Application.OpenForms;
for (int i = 0; i < fc.Count; i++)
{
if (fc[i].Name == "Form3")
{
break;
}
if (i == fc.Count - 1)
{
f3 = new Form3();
}
}
f3.Show();
f3.BringToFront();
}
bool addedYet;
public void AddToFullList()
{
if (!addedYet)
{
Form3.AllKeyBinds.Add(ShowHideKeysList.ToList());
Form3.AllHandles.Add(this.Handle);
Form3.AllTitles.Add(this.Text);
Form3.ShowingWindow.Add(true);
Form3.Maximize.Add(false);
addedYet = true;
}
}
private void UpdateThumb()
{
if (thumb != IntPtr.Zero)
{
PSIZE size;
DwmQueryThumbnailSourceSize(thumb, out size);
DWM_THUMBNAIL_PROPERTIES props = new DWM_THUMBNAIL_PROPERTIES();
props.dwFlags = DWM_TNP_VISIBLE | DWM_TNP_RECTDESTINATION | DWM_TNP_OPACITY;
props.fVisible = true;
props.opacity = 255;
if (size.x < image.Width && size.y < image.Height)
{
props.rcDestination = new Rect(image.Left + ((image.Width - (props.rcDestination.Left + size.x)) / 2), image.Top + ((image.Height - (props.rcDestination.Top + size.y)) / 2), image.Right, image.Bottom);
}
else if (size.x < image.Width && !(size.y < image.Height))
{
props.rcDestination = new Rect(image.Left + ((image.Width - (props.rcDestination.Left + size.x)) / 2), image.Top, image.Right, image.Bottom);
}
else if (!(size.x < image.Width) && size.y < image.Height)
{
props.rcDestination = new Rect(image.Left, image.Top + ((image.Height - (props.rcDestination.Top + size.y)) / 2), image.Right, image.Bottom);
}
else if (!(size.x < image.Width && size.y < image.Height))
{
props.rcDestination = new Rect(image.Left, image.Top, image.Right, image.Bottom);
}
if (size.x < image.Width)
props.rcDestination.Right = props.rcDestination.Left + size.x;
if (size.y < image.Height)
props.rcDestination.Bottom = props.rcDestination.Top + size.y;
DwmUpdateThumbnailProperties(thumb, ref props);
}
}
private void Form1_Resize(object sender, EventArgs e)
{
UpdateThumb();
}
List<IntPtr> PreviousHandles = new List<IntPtr>();
List<string> PreviousTitles = new List<string>();
int previousIndex;
Size savedSize;
private void btnRefresh_Click(object sender, EventArgs e)
{
StopRecording();
PreviousHandles.Clear();
PreviousTitles.Clear();
foreach (Window w in windows)
{
PreviousHandles.Add(w.Handle);
PreviousTitles.Add(w.Title);
}
previousIndex = lstWindows.SelectedIndex;
GetWindows();
if (previousIndex > -1)
{
if (windows[previousIndex].Handle == PreviousHandles[previousIndex])
{
lstWindows.SelectedIndex = previousIndex;
}
else
{
savedSize = image.Size;
image.Size = new Size(0, 0);
}
}
}
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
if (MessageBox.Show("Are you sure you would like to close the program?\nNote: Your keybinds will no longer be functional.", "Are you sure?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
{
notifyIcon1.BalloonTipClosed += (s, args) =>
{
var thisIcon = (NotifyIcon)sender;
thisIcon.Visible = false;
thisIcon.Dispose();
};
if (keyListenerInstalled)
{
listener.Uninstall();
}
listener.KeyDown -= listener_KeyDown;
listener.KeyUp -= listener_KeyUp;
}
else
{
e.Cancel = true;
}
}
private void textBox1_Click(object sender, EventArgs e)
{
this.ActiveControl = null;
}
private void textBox1_Enter(object sender, EventArgs e)
{
this.ActiveControl = null;
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
this.ActiveControl = null;
}
private void timer1_Tick(object sender, EventArgs e)
{
if (ShowHideRecording)
{
if (Form2.Form2ForceRecord)
{
StopRecording();
}
}
}
}
}

129
src/Form1.resx Executable file
View File

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="tm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="notifyIcon1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>90, 17</value>
</metadata>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>203, 17</value>
</metadata>
</root>

216
src/Form2.Designer.cs generated Executable file
View File

@ -0,0 +1,216 @@
namespace Program_Hide
{
partial class Form2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.button4 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(359, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 24);
this.label1.TabIndex = 0;
this.label1.Text = "label1";
//
// checkBox1
//
this.checkBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(334, 63);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(69, 17);
this.checkBox1.TabIndex = 9;
this.checkBox1.TabStop = false;
this.checkBox1.Text = "Maximize";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// button4
//
this.button4.Location = new System.Drawing.Point(173, 134);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 20;
this.button4.TabStop = false;
this.button4.Text = "Cancel";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label2.Location = new System.Drawing.Point(12, 122);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(140, 51);
this.label2.TabIndex = 18;
this.label2.Text = "Currently:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(158, 86);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(108, 33);
this.button2.TabIndex = 17;
this.button2.TabStop = false;
this.button2.Text = "Record Keys";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(12, 86);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(140, 33);
this.textBox1.TabIndex = 16;
this.textBox1.TabStop = false;
this.textBox1.Click += new System.EventHandler(this.textBox1_Click);
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
//
// checkBox2
//
this.checkBox2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(334, 86);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(130, 17);
this.checkBox2.TabIndex = 21;
this.checkBox2.TabStop = false;
this.checkBox2.Text = "Create Instance Once";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// checkBox3
//
this.checkBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(334, 109);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(137, 17);
this.checkBox3.TabIndex = 22;
this.checkBox3.TabStop = false;
this.checkBox3.Text = "Create Instance Always";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(343, 134);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(112, 26);
this.button1.TabIndex = 23;
this.button1.TabStop = false;
this.button1.Text = "Save to Keybind List";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(596, 32);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(98, 33);
this.button3.TabIndex = 24;
this.button3.TabStop = false;
this.button3.Text = "Type in Manually";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(700, 32);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(88, 33);
this.button5.TabIndex = 24;
this.button5.TabStop = false;
this.button5.Text = "Use File Dialog";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.button5);
this.Controls.Add(this.button3);
this.Controls.Add(this.button1);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.button4);
this.Controls.Add(this.label2);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.label1);
this.Name = "Form2";
this.Text = "Program Hide - Create";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
this.Load += new System.EventHandler(this.Form2_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Timer timer1;
}
}

511
src/Form2.cs Executable file
View File

@ -0,0 +1,511 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.VisualBasic;
using KeyboardHook1;
using System.Diagnostics;
using System.Threading;
namespace Program_Hide
{
public partial class Form2 : Form
{
public IntPtr inHandle;
public string inTitle;
public string keybindMethod;
public Form2(IntPtr inputHandle, string inputTitle, string theKeybindMethod) //prevent making duplicate of the same window
{
InitializeComponent();
this.Tag = theKeybindMethod;
if (theKeybindMethod == "WIN")
{
inHandle = inputHandle;
inTitle = inputTitle;
checkBox1.Visible = true;
checkBox2.Visible = false;
checkBox3.Visible = false;
button1.Location = new Point(342, 91);
}
if (theKeybindMethod == "APP")
{
checkBox1.Visible = true;
checkBox2.Visible = true;
checkBox3.Visible = true;
button1.Location = new Point(342, 136);
}
keybindMethod = theKeybindMethod;
}
#region Form2_Load | Intializes
KeyboardHook listener = new KeyboardHook();
OpenFileDialog ofd1 = new OpenFileDialog();
ToolTip tt1 = new ToolTip();
ToolTip tt2 = new ToolTip();
ToolTip tt3 = new ToolTip();
#endregion
private void Form2_Load(object sender, EventArgs e)
{
timer1.Enabled = true;
button4.Visible = false;
button1.Enabled = false;
listener.KeyDown += listener_KeyDown;
listener.KeyUp += listener_KeyUp;
#region CheckBox | Tooltips
tt1.AutoPopDelay = 32767;
tt1.InitialDelay = 500;
tt1.ReshowDelay = 500;
tt1.SetToolTip(checkBox1, "On Keybind Press: Maximize when the Window is Shown");
tt2.AutoPopDelay = 32767;
tt2.InitialDelay = 500;
tt2.ReshowDelay = 500;
tt2.SetToolTip(checkBox2, "On Keybind Press: Create Instance of App if not Running");
tt3.AutoPopDelay = 32767;
tt3.InitialDelay = 500;
tt3.ReshowDelay = 500;
tt3.SetToolTip(checkBox3, "On Keybind Press: Always create new Instance of App");
#endregion
if (keybindMethod == "WIN")
{
if (inTitle.Length <= 28)
{
label1.Text = "\"" + inTitle + "\"";
}
else
{
label1.Text = "\"" + inTitle.Substring(0, 28) + "...\"";
}
label1.Location = new Point(((this.Width / 2) - label1.Width / 2), label1.Location.Y);
}
if (keybindMethod == "APP")
{
label1.Visible = false;
checkBox2.Visible = true;
checkBox3.Visible = true;
}
}
#region KeyUp Detection System
bool alreadyShownMB;
bool keyIsNew;
public static bool NewWindowRecording;
public static bool Form2ForceRecord;
public static List<KeyboardHook.VKeys> NewWindowKeysList = new List<KeyboardHook.VKeys>();
List<KeyboardHook.VKeys> currentKeys = new List<KeyboardHook.VKeys>();
List<KeyboardHook.VKeys> TempKeysList = new List<KeyboardHook.VKeys>();
private void listener_KeyDown(KeyboardHook.VKeys key)
{
if (!currentKeys.Contains(key))
{
currentKeys.Add(key);
keyIsNew = true;
}
if (keyIsNew)
{
if (NewWindowRecording)
{
if (!TempKeysList.Contains(key))
{
TempKeysList.Add(key);
if (!alreadyShownMB)
{
if (TempKeysList.Count > 4)
{
alreadyShownMB = true;
MessageBox.Show("Reminder: The current key combination max is 4.", "Program Hide - Reminder", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
}
textBox1.Text = "";
for (int i = 0; i < TempKeysList.Count; i++)
{
if (i < 1)
{
textBox1.Text += TempKeysList[i].ToString();
}
else
{
textBox1.Text += " + " + TempKeysList[i].ToString();
}
textBox1.SelectionStart = textBox1.TextLength;
}
}
}
keyIsNew = false;
}
#endregion
public void listener_KeyUp(KeyboardHook.VKeys key)
{
if (currentKeys.Contains(key))
{
currentKeys.Remove(key);
}
if (NewWindowRecording)
{
if (TempKeysList.Contains(key))
{
TempKeysList.Remove(key);
textBox1.Text = "";
for (int i = 0; i < TempKeysList.Count; i++)
{
if (i < 1)
{
textBox1.Text += TempKeysList[i].ToString();
}
else
{
textBox1.Text += " + " + TempKeysList[i].ToString();
}
textBox1.SelectionStart = textBox1.TextLength;
}
}
}
}
string tempFileLocation;
string applicationLocation;
string fileName;
private void button3_Click(object sender, EventArgs e)
{
StopRecording();
tempFileLocation = Interaction.InputBox("Please Enter your Application's File Path", "Open File");
if (tempFileLocation.Contains(".exe") && File.Exists(tempFileLocation))
{
applicationLocation = ofd1.FileName;
fileName = Path.GetFileName(tempFileLocation);
ReceivedFile();
}
}
private void button5_Click(object sender, EventArgs e)
{
StopRecording();
ofd1.Filter = "Executable Files (*.exe)|*.exe";
ofd1.InitialDirectory = Environment.ExpandEnvironmentVariables("%PROGRAMFILES(x86)%");
ofd1.Title = "Select your Application File";
ofd1.CheckFileExists = true;
ofd1.CheckPathExists = true;
ofd1.Multiselect = false;
if (ofd1.ShowDialog() != DialogResult.OK)
{
return;
}
else
{
applicationLocation = ofd1.FileName;
fileName = Path.GetFileName(ofd1.FileName);
ReceivedFile();
}
}
public void ReceivedFile()
{
if (fileName.Length <= 28)
{
label1.Text = "\"" + fileName + "\"";
}
else
{
label1.Text = "\"" + fileName.Substring(0, 28) + "....exe\"";
}
label1.Location = new Point(((this.Width / 2) - label1.Width / 2), label1.Location.Y);
label1.Visible = true;
}
private void checkBox2_CheckedChanged(object sender, EventArgs e)
{
StopRecording();
if (checkBox2.Checked && checkBox3.Checked)
{
checkBox3.Checked = false;
}
}
private void checkBox3_CheckedChanged(object sender, EventArgs e)
{
StopRecording();
if (checkBox2.Checked && checkBox3.Checked)
{
checkBox2.Checked = false;
}
}
string RepeatedKeybinds;
DialogResult AddKeybindResult;
private void button1_Click(object sender, EventArgs e)
{
StopRecording();
RepeatedKeybinds = "";
for (int i1 = 0; i1 < Form3.AllKeyBinds.Count; i1++)
{
for (int i2 = 0; i2 < NewWindowKeysList.Count; i2++)
{
if (!Form3.AllKeyBinds[i1].Contains(NewWindowKeysList[i2]))
{
break;
}
else
{
if (i2 == NewWindowKeysList.Count - 1)
{
RepeatedKeybinds += "\n\"" + Form3.AllTitles[i1] + "\"";
Debug.WriteLine("TRUE");
break;
}
}
}
}
if (!(RepeatedKeybinds == ""))
{
AddKeybindResult = MessageBox.Show("Your current keybind contains keys that can open other keybinds!\nYou can continue if you would like, but it is not recommended.\nWould you like to continue?\n\nEffected Keybinds:" + RepeatedKeybinds,
"Program Hide - Alert", MessageBoxButtons.YesNo, MessageBoxIcon.Information);
}
if (AddKeybindResult == DialogResult.No)
{
return;
}
if (keybindMethod == "WIN")
{
Form3.Maximize.Add(checkBox1.Checked);
Form3.AllHandles.Add(inHandle);
Form3.AllTitles.Add(inTitle);
Form3.ProgramType.Add("WIN");
}
if (keybindMethod == "APP")
{
Form3.Maximize.Add(checkBox1.Checked);
Form3.CIOnce.Add(checkBox2.Checked);
Form3.CIAlways.Add(checkBox3.Checked);
Form3.AllTitles.Add(fileName);
Form3.ProgramType.Add("APP");
}
Form3.ShowingWindow.Add(false);
Form3.AllKeyBinds.Add(NewWindowKeysList);
MessageBox.Show("Successfully added keybind!", "Program Hide - Success", MessageBoxButtons.OK, MessageBoxIcon.Information);
OpenFormThree();
this.Close();
}
FormCollection fc;
public void OpenFormThree()
{
fc = Application.OpenForms;
for (int i = 0; i < fc.Count; i++)
{
if (fc[i].Name == "Form3")
{
break;
}
if (i == fc.Count - 1)
{
Form1.f3 = new Form3();
}
}
Form1.f3.Show();
Form1.f3.BringToFront();
}
bool keyListenerInstalled;
public void UpdateKeyRecording(bool boolean)
{
if (boolean)
{
keyListenerInstalled = true;
listener.Install();
}
else
{
keyListenerInstalled = false;
listener.Uninstall();
}
}
private void button2_Click(object sender, EventArgs e)
{
Form2ForceRecord = true;
Form1.Form1ForceRecord = false;
this.ActiveControl = null;
if (!NewWindowRecording)
{
timer1.Enabled = true;
UpdateKeyRecording(true);
TempKeysList.Clear();
NewWindowRecording = true;
button2.Text = "Stop Recording";
button4.Visible = true;
}
else
{
timer1.Enabled = false;
UpdateKeyRecording(false);
alreadyShownMB = false;
NewWindowRecording = false;
button2.Text = "Record Keys";
button4.Visible = false;
textBox1.Text = "";
if (TempKeysList.Count > 4 || TempKeysList.Count < 2)
{
if (TempKeysList.Count > 4)
{
MessageBox.Show("Your new key combination was not saved.\nReason: The key combination contains more than 4 keys.", "Program Hide - Alert", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else if (TempKeysList.Count < 2 && TempKeysList.Count > 0)
{
MessageBox.Show("Your new key combination was not saved.\nReason: The key combination contains less than 2 keys.", "Program Hide - Alert", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else if (TempKeysList.Count == 0)
{
MessageBox.Show("Your new key combination was not saved.\nReason: The key combination is empty.", "Program Hide - Alert", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
else
{
SetNewKeys();
UpdateKeybindLabel();
}
currentKeys.Clear();
}
}
public void SetNewKeys()
{
NewWindowKeysList = TempKeysList.ToList();
button1.Enabled = true;
}
public void UpdateKeybindLabel()
{
label2.Text = "";
label2.Text += "Current:\n";
for (int i = 0; i < NewWindowKeysList.Count; i++)
{
if (i < 1)
{
label2.Text += NewWindowKeysList[i].ToString();
}
else
{
label2.Text += " + " + NewWindowKeysList[i].ToString();
}
}
}
private void Form2_FormClosing(object sender, FormClosingEventArgs e)
{
if (keyListenerInstalled)
{
listener.Uninstall();
}
listener.KeyDown -= listener_KeyDown;
listener.KeyUp -= listener_KeyUp;
}
private void button4_Click(object sender, EventArgs e)
{
StopRecording();
}
public void StopRecording()
{
Form1.Form1ForceRecord = false;
if (button4.Visible)
{
button4.Visible = false;
}
NewWindowRecording = false;
button2.Text = "Record Keys";
listener.Uninstall();
button4.Visible = false;
textBox1.Text = "";
}
private void textBox1_Click(object sender, EventArgs e)
{
this.ActiveControl = null;
}
private void textBox1_Enter(object sender, EventArgs e)
{
this.ActiveControl = null;
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
this.ActiveControl = null;
}
private void timer1_Tick(object sender, EventArgs e)
{
if (NewWindowRecording)
{
if (Form1.Form1ForceRecord)
{
StopRecording();
}
}
}
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
StopRecording();
}
}
}

123
src/Form2.resx Executable file
View File

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

91
src/Form3.Designer.cs generated Executable file
View File

@ -0,0 +1,91 @@
namespace Program_Hide
{
partial class Form3
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.SystemColors.ControlDark;
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(800, 450);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(685, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 24);
this.label1.TabIndex = 0;
this.label1.Text = "Total: 0";
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.panel1);
this.Name = "Form3";
this.Text = "Form3";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form3_FormClosed);
this.Load += new System.EventHandler(this.Form3_Load);
this.VisibleChanged += new System.EventHandler(this.Form3_VisibleChanged);
this.Resize += new System.EventHandler(this.Form3_Resize);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
}
}

381
src/Form3.cs Executable file
View File

@ -0,0 +1,381 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using KeyboardHook1;
namespace Program_Hide
{
public partial class Form3 : Form
{
public Form3()
{
InitializeComponent();
}
[DllImport("user32.dll")]
static extern bool SetForegroundWindow(IntPtr hWnd);
[DllImport("user32.dll")]
static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);
const int SW_MAXIMIZE = 3;
const int SW_SHOW = 5;
const int SW_HIDE = 0;
const int SW_SHOWNORMAL = 1;
const int SW_RESTORE = 9;
public static List<List<KeyboardHook.VKeys>> AllKeyBinds = new List<List<KeyboardHook.VKeys>>(); //list of keyvalues inside of a list of keybinds
public static List<IntPtr> AllHandles = new List<IntPtr>();
public static List<string> AllTitles = new List<string>();
public static List<bool> Maximize = new List<bool>();
public static List<bool> CIOnce = new List<bool>();
public static List<bool> CIAlways = new List<bool>();
public static List<string> ProgramType = new List<string>();
public static List<bool> ShowingWindow = new List<bool>();
ScrollBar vScrollBar1;
public KeyboardHook listener = new KeyboardHook();
private void Form3_Load(object sender, EventArgs e)
{
label1.Visible = false;
panel1.Location = new Point(0, 0);
panel1.MouseWheel += Panel1_MouseWheel;
vScrollBar1 = new VScrollBar();
vScrollBar1.Dock = DockStyle.Right;
vScrollBar1.Scroll += (osender, eargs) => {
UpdateScroll(true);
};
vScrollBar1.Maximum = 0;
Debug.WriteLine(vScrollBar1.Maximum);
this.Controls.Add(vScrollBar1);
vScrollBar1.BringToFront();
timer1.Enabled = true;
listener.KeyDown += Listener_KeyDown;
listener.KeyUp += Listener_KeyUp;
listener.Install();
}
public void ShowForm(int i)
{
if (i == 0)
{
if (Form1.ShowHideRecording)
{
return;
}
}
if (ShowingWindow[i])
{
ShowWindowAsync(AllHandles[i], SW_HIDE);
ShowingWindow[i] = false;
}
else
{
ShowWindowAsync(AllHandles[i], SW_SHOW);
SetForegroundWindow(AllHandles[i]);
if (Maximize[i])
{
ShowWindowAsync(AllHandles[i], SW_MAXIMIZE);
}
ShowingWindow[i] = true;
}
}
List<KeyboardHook.VKeys> CurrentKeys = new List<KeyboardHook.VKeys>();
private void Listener_KeyDown(KeyboardHook.VKeys key)
{
if (!CurrentKeys.Contains(key))
{
CurrentKeys.Add(key);
if (CurrentKeys.Count >= 2)
{
for (int i = 0; i < AllKeyBinds.Count; i++)
{
for (int a = 0; a < AllKeyBinds[i].Count; a++)
{
if (!CurrentKeys.Contains(AllKeyBinds[i][a]))
{
break;
}
else if (a == AllKeyBinds[i].Count - 1)
{
ShowForm(i);
UpdatePanels();
}
}
}
}
}
}
private void Listener_KeyUp(KeyboardHook.VKeys key)
{
CurrentKeys.Remove(key);
}
int changeInScroll = 5;
int scrollFreeSpace;
float VScrollBar1Translation;
private void Panel1_MouseWheel(object sender, MouseEventArgs e)
{
SendScrollInput(e);
}
bool resetPanelLocation;
public void SendScrollInput(MouseEventArgs e)
{
Debug.WriteLine(vScrollBar1.Value + " / " + vScrollBar1.Maximum);
if (panel1.Height - this.ClientSize.Height > 0)
{
scrollFreeSpace = panel1.Height - this.ClientSize.Height;
Debug.WriteLine(scrollFreeSpace);
VScrollBar1Translation = (float)Math.Floor((double)(scrollFreeSpace / changeInScroll));
vScrollBar1.Maximum = (int)VScrollBar1Translation;
Debug.WriteLine("OUT OF: " + scrollFreeSpace / changeInScroll);
Debug.WriteLine(vScrollBar1.Maximum);
if (vScrollBar1.Maximum > 0)
{
if (e.Delta > 0)
{
if (vScrollBar1.Value - changeInScroll > vScrollBar1.Minimum)
{
vScrollBar1.Value -= 5;
}
else
{
vScrollBar1.Value = 0;
}
}
else
{
if (vScrollBar1.Value + changeInScroll < vScrollBar1.Maximum)
{
vScrollBar1.Value += 5;
}
else
{
Debug.WriteLine(vScrollBar1.Maximum);
vScrollBar1.Value = vScrollBar1.Maximum;
}
}
UpdateScroll(false);
}
}
}
int tempInt1;
public void UpdateScroll(bool usedScrollBar)
{
if (resetPanelLocation)
{
resetPanelLocation = false;
panel1.Location = new Point(0, 0);
vScrollBar1.Value = 0;
}
else
{
tempInt1 = (0 - (vScrollBar1.Value * (panel1.Height / vScrollBar1.Maximum)) + (vScrollBar1.Value * ((this.ClientSize.Height + 40) / vScrollBar1.Maximum)));
if (usedScrollBar)
{
Debug.WriteLine(vScrollBar1.Value + " OUT OF " + vScrollBar1.Maximum);
if (vScrollBar1.Value > ((vScrollBar1.Maximum / 10) * 9))
{
Debug.WriteLine("true");
panel1.Location = new Point(0, tempInt1);
}
else
{
Debug.WriteLine("TRUE");
panel1.Location = new Point(0, tempInt1 - (int)(tempInt1 / -8.9f));
}
}
else
{
if (vScrollBar1.Maximum > 0)
{
Debug.WriteLine(tempInt1);
if (!(tempInt1 > 0))
{
Debug.WriteLine("WORKING");
panel1.Location = new Point(0, tempInt1);
Debug.WriteLine(tempInt1);
}
}
}
}
}
int prevListValue;
Panel p1;
Label l1;
Label l2;
Label l3;
List<Panel> PanelList = new List<Panel>();
List<Label> LabelList = new List<Label>();
List<Label> NumLabelList = new List<Label>();
private void timer1_Tick(object sender, EventArgs e)
{
if (AllKeyBinds.Count != prevListValue)
{
UpdatePanels();
}
}
private void Form3_VisibleChanged(object sender, EventArgs e)
{
if (this.Visible)
{
forcePanelUpdate = true;
UpdatePanels();
}
}
public static bool forcePanelUpdate;
public void UpdatePanels()
{
if (!this.Visible)
{
if (!forcePanelUpdate)
{
return;
}
else
{
forcePanelUpdate = false;
}
}
DisposeOldPanels();
for (int i = 0; i < AllKeyBinds.Count; i++)
{
p1 = new Panel();
PanelList.Add(p1);
panel1.Controls.Add(p1);
p1.BackColor = Color.FromKnownColor(KnownColor.ControlLight);
p1.Size = new Size(540, 380);
p1.Location = new Point((this.Width / 2) - (p1.Width / 2), 40 + i * (p1.Size.Height + 50));
panel1.Size = new Size(panel1.Width, 40 + i * (p1.Size.Height + 50) + (p1.Size.Height + 50));
if (panel1.Size.Height < this.ClientSize.Height)
{
panel1.Height = this.ClientSize.Height;
}
l1 = new Label();
LabelList.Add(l1);
l1.AutoSize = true;
p1.Controls.Add(l1);
l1.Text = AllTitles[i];
l1.Location = new Point((p1.Width / 2) - (l1.Width / 2), 20);
l1.BorderStyle = BorderStyle.FixedSingle;
l2 = new Label();
NumLabelList.Add(l2);
p1.Controls.Add(l2);
l2.Text = "#" + (i + 1);
l2.Location = new Point(10, 10);
l2.AutoSize = true;
l2.Font = new Font(DefaultFont.Name, 14.25f, FontStyle.Bold);
l2.BorderStyle = BorderStyle.FixedSingle;
l3 = new Label();
p1.Controls.Add(l3);
l3.Text = "Visible: " + ShowingWindow[i];
l3.Location = new Point(10, 45);
l3.AutoSize = true;
l3.Font = new Font(DefaultFont.Name, 14.25f, FontStyle.Bold);
p1.BorderStyle = BorderStyle.FixedSingle;
Debug.WriteLine(AllKeyBinds.Count);
Debug.WriteLine(PanelList[i].Location + " " + PanelList[i].Size);
panel1.Controls.Add(label1);
label1.Text = "Total: " + AllKeyBinds.Count;
label1.Visible = true;
resetPanelLocation = true;
SendScrollInput(new MouseEventArgs(MouseButtons.None, 0, 0, 0, 0));
UpdateScroll(false);
}
prevListValue = AllKeyBinds.Count;
}
public void DisposeOldPanels()
{
label1.Visible = false;
panel1.Controls.Clear();
for (int i = 0; i < PanelList.Count; i++)
{
PanelList[i].Dispose();
LabelList[i].Dispose();
NumLabelList[i].Dispose();
}
PanelList.Clear();
LabelList.Clear();
NumLabelList.Clear();
}
private void Form3_Resize(object sender, EventArgs e)
{
panel1.Size = new Size(this.ClientSize.Width, panel1.Size.Height);
Debug.WriteLine("Resized");
UpdatePanels();
}
private void Form3_FormClosing(object sender, FormClosingEventArgs e)
{
e.Cancel = true;
this.Visible = false;
}
private void Form3_FormClosed(object sender, FormClosedEventArgs e)
{
listener.KeyDown -= Listener_KeyDown;
listener.KeyUp -= Listener_KeyUp;
listener.Uninstall();
}
}
}

123
src/Form3.resx Executable file
View File

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

538
src/KeyboardHook1.cs Executable file
View File

@ -0,0 +1,538 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.Windows.Input;
using System.Security.Permissions;
namespace KeyboardHook1
{
/// <summary>
/// Class for intercepting low level keyboard hooks
/// </summary>
public class KeyboardHook
{
/// <summary>
/// Virtual Keys
/// </summary>
public enum VKeys//Vkeys //ACTUAL VKEYS, CHANGED OUT FOR UPDATED KEYS
{
// Losely based on http://www.pinvoke.net/default.aspx/Enums/VK.html
LBUTTON = 0x01, // Left mouse button
RBUTTON = 0x02, // Right mouse button
CANCEL = 0x03, // Control-break processing
MBUTTON = 0x04, // Middle mouse button (three-button mouse)
XBUTTON1 = 0x05, // Windows 2000/XP: X1 mouse button
XBUTTON2 = 0x06, // Windows 2000/XP: X2 mouse button
// 0x07 // Undefined
BACK = 0x08, // BACKSPACE key
TAB = 0x09, // TAB key
// 0x0A-0x0B, // Reserved
CLEAR = 0x0C, // CLEAR key
RETURN = 0x0D, // ENTER key
// 0x0E-0x0F, // Undefined
SHIFT = 0x10, // SHIFT key
CONTROL = 0x11, // CTRL key
MENU = 0x12, // ALT key
PAUSE = 0x13, // PAUSE key
CAPITAL = 0x14, // CAPS LOCK key
KANA = 0x15, // Input Method Editor (IME) Kana mode
HANGUL = 0x15, // IME Hangul mode
// 0x16, // Undefined
JUNJA = 0x17, // IME Junja mode
FINAL = 0x18, // IME final mode
HANJA = 0x19, // IME Hanja mode
KANJI = 0x19, // IME Kanji mode
// 0x1A, // Undefined
ESCAPE = 0x1B, // ESC key
CONVERT = 0x1C, // IME convert
NONCONVERT = 0x1D, // IME nonconvert
ACCEPT = 0x1E, // IME accept
MODECHANGE = 0x1F, // IME mode change request
SPACE = 0x20, // SPACEBAR
PRIOR = 0x21, // PAGE UP key
NEXT = 0x22, // PAGE DOWN key
END = 0x23, // END key
HOME = 0x24, // HOME key
LEFT = 0x25, // LEFT ARROW key
UP = 0x26, // UP ARROW key
RIGHT = 0x27, // RIGHT ARROW key
DOWN = 0x28, // DOWN ARROW key
SELECT = 0x29, // SELECT key
PRINT = 0x2A, // PRINT key
EXECUTE = 0x2B, // EXECUTE key
SNAPSHOT = 0x2C, // PRINT SCREEN key
INSERT = 0x2D, // INS key
DELETE = 0x2E, // DEL key
HELP = 0x2F, // HELP key
KEY_0 = 0x30, // 0 key
KEY_1 = 0x31, // 1 key
KEY_2 = 0x32, // 2 key
KEY_3 = 0x33, // 3 key
KEY_4 = 0x34, // 4 key
KEY_5 = 0x35, // 5 key
KEY_6 = 0x36, // 6 key
KEY_7 = 0x37, // 7 key
KEY_8 = 0x38, // 8 key
KEY_9 = 0x39, // 9 key
// 0x3A-0x40, // Undefined
KEY_A = 0x41, // A key
KEY_B = 0x42, // B key
KEY_C = 0x43, // C key
KEY_D = 0x44, // D key
KEY_E = 0x45, // E key
KEY_F = 0x46, // F key
KEY_G = 0x47, // G key
KEY_H = 0x48, // H key
KEY_I = 0x49, // I key
KEY_J = 0x4A, // J key
KEY_K = 0x4B, // K key
KEY_L = 0x4C, // L key
KEY_M = 0x4D, // M key
KEY_N = 0x4E, // N key
KEY_O = 0x4F, // O key
KEY_P = 0x50, // P key
KEY_Q = 0x51, // Q key
KEY_R = 0x52, // R key
KEY_S = 0x53, // S key
KEY_T = 0x54, // T key
KEY_U = 0x55, // U key
KEY_V = 0x56, // V key
KEY_W = 0x57, // W key
KEY_X = 0x58, // X key
KEY_Y = 0x59, // Y key
KEY_Z = 0x5A, // Z key
LWIN = 0x5B, // Left Windows key (Microsoft Natural keyboard)
RWIN = 0x5C, // Right Windows key (Natural keyboard)
APPS = 0x5D, // Applications key (Natural keyboard)
// 0x5E, // Reserved
SLEEP = 0x5F, // Computer Sleep key
NUMPAD0 = 0x60, // Numeric keypad 0 key
NUMPAD1 = 0x61, // Numeric keypad 1 key
NUMPAD2 = 0x62, // Numeric keypad 2 key
NUMPAD3 = 0x63, // Numeric keypad 3 key
NUMPAD4 = 0x64, // Numeric keypad 4 key
NUMPAD5 = 0x65, // Numeric keypad 5 key
NUMPAD6 = 0x66, // Numeric keypad 6 key
NUMPAD7 = 0x67, // Numeric keypad 7 key
NUMPAD8 = 0x68, // Numeric keypad 8 key
NUMPAD9 = 0x69, // Numeric keypad 9 key
MULTIPLY = 0x6A, // Multiply key
ADD = 0x6B, // Add key
SEPARATOR = 0x6C, // Separator key
SUBTRACT = 0x6D, // Subtract key
DECIMAL = 0x6E, // Decimal key
DIVIDE = 0x6F, // Divide key
F1 = 0x70, // F1 key
F2 = 0x71, // F2 key
F3 = 0x72, // F3 key
F4 = 0x73, // F4 key
F5 = 0x74, // F5 key
F6 = 0x75, // F6 key
F7 = 0x76, // F7 key
F8 = 0x77, // F8 key
F9 = 0x78, // F9 key
F10 = 0x79, // F10 key
F11 = 0x7A, // F11 key
F12 = 0x7B, // F12 key
F13 = 0x7C, // F13 key
F14 = 0x7D, // F14 key
F15 = 0x7E, // F15 key
F16 = 0x7F, // F16 key
F17 = 0x80, // F17 key
F18 = 0x81, // F18 key
F19 = 0x82, // F19 key
F20 = 0x83, // F20 key
F21 = 0x84, // F21 key
F22 = 0x85, // F22 key, (PPC only) Key used to lock device.
F23 = 0x86, // F23 key
F24 = 0x87, // F24 key
// 0x88-0X8F, // Unassigned
NUMLOCK = 0x90, // NUM LOCK key
SCROLL = 0x91, // SCROLL LOCK key
// 0x92-0x96, // OEM specific
// 0x97-0x9F, // Unassigned
LSHIFT = 0xA0, // Left SHIFT key
RSHIFT = 0xA1, // Right SHIFT key
LCONTROL = 0xA2, // Left CONTROL key
RCONTROL = 0xA3, // Right CONTROL key
LMENU = 0xA4, // Left MENU key
RMENU = 0xA5, // Right MENU key
BROWSER_BACK = 0xA6, // Windows 2000/XP: Browser Back key
BROWSER_FORWARD = 0xA7, // Windows 2000/XP: Browser Forward key
BROWSER_REFRESH = 0xA8, // Windows 2000/XP: Browser Refresh key
BROWSER_STOP = 0xA9, // Windows 2000/XP: Browser Stop key
BROWSER_SEARCH = 0xAA, // Windows 2000/XP: Browser Search key
BROWSER_FAVORITES = 0xAB, // Windows 2000/XP: Browser Favorites key
BROWSER_HOME = 0xAC, // Windows 2000/XP: Browser Start and Home key
VOLUME_MUTE = 0xAD, // Windows 2000/XP: Volume Mute key
VOLUME_DOWN = 0xAE, // Windows 2000/XP: Volume Down key
VOLUME_UP = 0xAF, // Windows 2000/XP: Volume Up key
MEDIA_NEXT_TRACK = 0xB0,// Windows 2000/XP: Next Track key
MEDIA_PREV_TRACK = 0xB1,// Windows 2000/XP: Previous Track key
MEDIA_STOP = 0xB2, // Windows 2000/XP: Stop Media key
MEDIA_PLAY_PAUSE = 0xB3,// Windows 2000/XP: Play/Pause Media key
LAUNCH_MAIL = 0xB4, // Windows 2000/XP: Start Mail key
LAUNCH_MEDIA_SELECT = 0xB5, // Windows 2000/XP: Select Media key
LAUNCH_APP1 = 0xB6, // Windows 2000/XP: Start Application 1 key
LAUNCH_APP2 = 0xB7, // Windows 2000/XP: Start Application 2 key
// 0xB8-0xB9, // Reserved
OEM_1 = 0xBA, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the ';:' key
OEM_PLUS = 0xBB, // Windows 2000/XP: For any country/region, the '+' key
OEM_COMMA = 0xBC, // Windows 2000/XP: For any country/region, the ',' key
OEM_MINUS = 0xBD, // Windows 2000/XP: For any country/region, the '-' key
OEM_PERIOD = 0xBE, // Windows 2000/XP: For any country/region, the '.' key
OEM_2 = 0xBF, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '/?' key
OEM_3 = 0xC0, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '`~' key
// 0xC1-0xD7, // Reserved
// 0xD8-0xDA, // Unassigned
OEM_4 = 0xDB, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '[{' key
OEM_5 = 0xDC, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '\|' key
OEM_6 = 0xDD, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the ']}' key
OEM_7 = 0xDE, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the 'single-quote/double-quote' key
OEM_8 = 0xDF, // Used for miscellaneous characters; it can vary by keyboard.
// 0xE0, // Reserved
// 0xE1, // OEM specific
OEM_102 = 0xE2, // Windows 2000/XP: Either the angle bracket key or the backslash key on the RT 102-key keyboard
// 0xE3-E4, // OEM specific
PROCESSKEY = 0xE5, // Windows 95/98/Me, Windows NT 4.0, Windows 2000/XP: IME PROCESS key
// 0xE6, // OEM specific
PACKET = 0xE7, // Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The VK_PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT, SendInput, WM_KEYDOWN, and WM_KEYUP
// 0xE8, // Unassigned
// 0xE9-F5, // OEM specific
ATTN = 0xF6, // Attn key
CRSEL = 0xF7, // CrSel key
EXSEL = 0xF8, // ExSel key
EREOF = 0xF9, // Erase EOF key
PLAY = 0xFA, // Play key
ZOOM = 0xFB, // Zoom key
NONAME = 0xFC, // Reserved
PA1 = 0xFD, // PA1 key
OEM_CLEAR = 0xFE // Clear key
}
public enum TranslationKeys
{
// Losely based on http://www.pinvoke.net/default.aspx/Enums/VK.html
//NULL = 0x00, //I ADDED THIS ONE MYSELF <-----------------------------------
LBUTTON = 0x01, // Left mouse button
RBUTTON = 0x02, // Right mouse button
CANCEL = 0x03, // Control-break processing
MBUTTON = 0x04, // Middle mouse button (three-button mouse)
XBUTTON1 = 0x05, // Windows 2000/XP: X1 mouse button
XBUTTON2 = 0x06, // Windows 2000/XP: X2 mouse button
// 0x07 // Undefined
BACKSPACE = 0x08, // BACKSPACE key
TAB = 0x09, // TAB key
// 0x0A-0x0B, // Reserved
CLEAR = 0x0C, // CLEAR key
RETURN = 0x0D, // ENTER key
// 0x0E-0x0F, // Undefined
SHIFT = 0x10, // SHIFT key
CONTROL = 0x11, // CTRL key
ALT = 0x12, // ALT key
PAUSE = 0x13, // PAUSE key
CAPITAL = 0x14, // CAPS LOCK key
KANA = 0x15, // Input Method Editor (IME) Kana mode
HANGUL = 0x15, // IME Hangul mode
// 0x16, // Undefined
JUNJA = 0x17, // IME Junja mode
FINAL = 0x18, // IME final mode
HANJA = 0x19, // IME Hanja mode
KANJI = 0x19, // IME Kanji mode
// 0x1A, // Undefined
ESCAPE = 0x1B, // ESC key
CONVERT = 0x1C, // IME convert
NONCONVERT = 0x1D, // IME nonconvert
ACCEPT = 0x1E, // IME accept
MODECHANGE = 0x1F, // IME mode change request
SPACE = 0x20, // SPACEBAR
PAGEUP = 0x21, // PAGE UP key
PAGEDOWN = 0x22, // PAGE DOWN key
END = 0x23, // END key
HOME = 0x24, // HOME key
LEFT = 0x25, // LEFT ARROW key
UP = 0x26, // UP ARROW key
RIGHT = 0x27, // RIGHT ARROW key
DOWN = 0x28, // DOWN ARROW key
SELECT = 0x29, // SELECT key
PRINT = 0x2A, // PRINT key
EXECUTE = 0x2B, // EXECUTE key
SNAPSHOT = 0x2C, // PRINT SCREEN key
INSERT = 0x2D, // INS key
DELETE = 0x2E, // DEL key
HELP = 0x2F, // HELP key
KEY_0 = 0x30, // 0 key
KEY_1 = 0x31, // 1 key
KEY_2 = 0x32, // 2 key
KEY_3 = 0x33, // 3 key
KEY_4 = 0x34, // 4 key
KEY_5 = 0x35, // 5 key
KEY_6 = 0x36, // 6 key
KEY_7 = 0x37, // 7 key
KEY_8 = 0x38, // 8 key
KEY_9 = 0x39, // 9 key
// 0x3A-0x40, // Undefined
KEY_A = 0x41, // A key
KEY_B = 0x42, // B key
KEY_C = 0x43, // C key
KEY_D = 0x44, // D key
KEY_E = 0x45, // E key
KEY_F = 0x46, // F key
KEY_G = 0x47, // G key
KEY_H = 0x48, // H key
KEY_I = 0x49, // I key
KEY_J = 0x4A, // J key
KEY_K = 0x4B, // K key
KEY_L = 0x4C, // L key
KEY_M = 0x4D, // M key
KEY_N = 0x4E, // N key
KEY_O = 0x4F, // O key
KEY_P = 0x50, // P key
KEY_Q = 0x51, // Q key
KEY_R = 0x52, // R key
KEY_S = 0x53, // S key
KEY_T = 0x54, // T key
KEY_U = 0x55, // U key
KEY_V = 0x56, // V key
KEY_W = 0x57, // W key
KEY_X = 0x58, // X key
KEY_Y = 0x59, // Y key
KEY_Z = 0x5A, // Z key
LWIN = 0x5B, // Left Windows key (Microsoft Natural keyboard)
RWIN = 0x5C, // Right Windows key (Natural keyboard)
APPS = 0x5D, // Applications key (Natural keyboard)
// 0x5E, // Reserved
SLEEP = 0x5F, // Computer Sleep key
NUMPAD0 = 0x60, // Numeric keypad 0 key
NUMPAD1 = 0x61, // Numeric keypad 1 key
NUMPAD2 = 0x62, // Numeric keypad 2 key
NUMPAD3 = 0x63, // Numeric keypad 3 key
NUMPAD4 = 0x64, // Numeric keypad 4 key
NUMPAD5 = 0x65, // Numeric keypad 5 key
NUMPAD6 = 0x66, // Numeric keypad 6 key
NUMPAD7 = 0x67, // Numeric keypad 7 key
NUMPAD8 = 0x68, // Numeric keypad 8 key
NUMPAD9 = 0x69, // Numeric keypad 9 key
MULTIPLY = 0x6A, // Multiply key
ADD = 0x6B, // Add key
SEPARATOR = 0x6C, // Separator key
SUBTRACT = 0x6D, // Subtract key
DECIMAL = 0x6E, // Decimal key
DIVIDE = 0x6F, // Divide key
F1 = 0x70, // F1 key
F2 = 0x71, // F2 key
F3 = 0x72, // F3 key
F4 = 0x73, // F4 key
F5 = 0x74, // F5 key
F6 = 0x75, // F6 key
F7 = 0x76, // F7 key
F8 = 0x77, // F8 key
F9 = 0x78, // F9 key
F10 = 0x79, // F10 key
F11 = 0x7A, // F11 key
F12 = 0x7B, // F12 key
F13 = 0x7C, // F13 key
F14 = 0x7D, // F14 key
F15 = 0x7E, // F15 key
F16 = 0x7F, // F16 key
F17 = 0x80, // F17 key
F18 = 0x81, // F18 key
F19 = 0x82, // F19 key
F20 = 0x83, // F20 key
F21 = 0x84, // F21 key
F22 = 0x85, // F22 key, (PPC only) Key used to lock device.
F23 = 0x86, // F23 key
F24 = 0x87, // F24 key
// 0x88-0X8F, // Unassigned
NUMLOCK = 0x90, // NUM LOCK key
SCROLL = 0x91, // SCROLL LOCK key
// 0x92-0x96, // OEM specific
// 0x97-0x9F, // Unassigned
LSHIFT = 0xA0, // Left SHIFT key
RSHIFT = 0xA1, // Right SHIFT key
LCONTROL = 0xA2, // Left CONTROL key
RCONTROL = 0xA3, // Right CONTROL key
LMENU = 0xA4, // Left MENU key
RMENU = 0xA5, // Right MENU key
BROWSER_BACK = 0xA6, // Windows 2000/XP: Browser Back key
BROWSER_FORWARD = 0xA7, // Windows 2000/XP: Browser Forward key
BROWSER_REFRESH = 0xA8, // Windows 2000/XP: Browser Refresh key
BROWSER_STOP = 0xA9, // Windows 2000/XP: Browser Stop key
BROWSER_SEARCH = 0xAA, // Windows 2000/XP: Browser Search key
BROWSER_FAVORITES = 0xAB, // Windows 2000/XP: Browser Favorites key
BROWSER_HOME = 0xAC, // Windows 2000/XP: Browser Start and Home key
VOLUME_MUTE = 0xAD, // Windows 2000/XP: Volume Mute key
VOLUME_DOWN = 0xAE, // Windows 2000/XP: Volume Down key
VOLUME_UP = 0xAF, // Windows 2000/XP: Volume Up key
MEDIA_NEXT_TRACK = 0xB0,// Windows 2000/XP: Next Track key
MEDIA_PREV_TRACK = 0xB1,// Windows 2000/XP: Previous Track key
MEDIA_STOP = 0xB2, // Windows 2000/XP: Stop Media key
MEDIA_PLAY_PAUSE = 0xB3,// Windows 2000/XP: Play/Pause Media key
LAUNCH_MAIL = 0xB4, // Windows 2000/XP: Start Mail key
LAUNCH_MEDIA_SELECT = 0xB5, // Windows 2000/XP: Select Media key
LAUNCH_APP1 = 0xB6, // Windows 2000/XP: Start Application 1 key
LAUNCH_APP2 = 0xB7, // Windows 2000/XP: Start Application 2 key
// 0xB8-0xB9, // Reserved
OEM_1 = 0xBA, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the ';:' key
OEM_PLUS = 0xBB, // Windows 2000/XP: For any country/region, the '+' key
OEM_COMMA = 0xBC, // Windows 2000/XP: For any country/region, the ',' key
OEM_MINUS = 0xBD, // Windows 2000/XP: For any country/region, the '-' key
OEM_PERIOD = 0xBE, // Windows 2000/XP: For any country/region, the '.' key
OEM_2 = 0xBF, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '/?' key
OEM_3 = 0xC0, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '`~' key
// 0xC1-0xD7, // Reserved
// 0xD8-0xDA, // Unassigned
OEM_4 = 0xDB, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '[{' key
OEM_5 = 0xDC, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the '\|' key
OEM_6 = 0xDD, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the ']}' key
OEM_7 = 0xDE, // Used for miscellaneous characters; it can vary by keyboard.
// Windows 2000/XP: For the US standard keyboard, the 'single-quote/double-quote' key
OEM_8 = 0xDF, // Used for miscellaneous characters; it can vary by keyboard.
// 0xE0, // Reserved
// 0xE1, // OEM specific
OEM_102 = 0xE2, // Windows 2000/XP: Either the angle bracket key or the backslash key on the RT 102-key keyboard
// 0xE3-E4, // OEM specific
PROCESSKEY = 0xE5, // Windows 95/98/Me, Windows NT 4.0, Windows 2000/XP: IME PROCESS key
// 0xE6, // OEM specific
PACKET = 0xE7, // Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The VK_PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT, SendInput, WM_KEYDOWN, and WM_KEYUP
// 0xE8, // Unassigned
// 0xE9-F5, // OEM specific
ATTN = 0xF6, // Attn key
CRSEL = 0xF7, // CrSel key
EXSEL = 0xF8, // ExSel key
EREOF = 0xF9, // Erase EOF key
PLAY = 0xFA, // Play key
ZOOM = 0xFB, // Zoom key
NONAME = 0xFC, // Reserved
PA1 = 0xFD, // PA1 key
OEM_CLEAR = 0xFE // Clear key
}
/// <summary>
/// Internal callback processing function
/// </summary>
private delegate IntPtr KeyboardHookHandler(int nCode, IntPtr wParam, IntPtr lParam);
private KeyboardHookHandler hookHandler;
/// <summary>
/// Function that will be called when defined events occur
/// </summary>
/// <param name="key">VKeys</param>
public delegate void KeyboardHookCallback(VKeys key);
#region Events
public event KeyboardHookCallback KeyDown;
public event KeyboardHookCallback KeyUp;
#endregion
/// <summary>
/// Hook ID
/// </summary>
private IntPtr hookID = IntPtr.Zero;
/// <summary>
/// Install low level keyboard hook
/// </summary>
public void Install()
{
int a = 0;
int b = 0;
a ^= b;
hookHandler = HookFunc;
hookID = SetHook(hookHandler);
}
/// <summary>
/// Remove low level keyboard hook
/// </summary>
public void Uninstall()
{
UnhookWindowsHookEx(hookID);
}
/// <summary>
/// Registers hook with Windows API
/// </summary>
/// <param name="proc">Callback function</param>
/// <returns>Hook ID</returns>
private IntPtr SetHook(KeyboardHookHandler proc)
{
using (ProcessModule module = Process.GetCurrentProcess().MainModule)
return SetWindowsHookEx(13, proc, GetModuleHandle(module.ModuleName), 0);
}
/// <summary>
/// Default hook call, which analyses pressed keys
/// </summary>
private IntPtr HookFunc(int nCode, IntPtr wParam, IntPtr lParam)
{
if (nCode >= 0)
{
int iwParam = wParam.ToInt32();
if ((iwParam == WM_KEYDOWN || iwParam == WM_SYSKEYDOWN))
if (KeyDown != null)
KeyDown((VKeys)Marshal.ReadInt32(lParam));
if ((iwParam == WM_KEYUP || iwParam == WM_SYSKEYUP))
if (KeyUp != null)
KeyUp((VKeys)Marshal.ReadInt32(lParam));
}
return CallNextHookEx(hookID, nCode, wParam, lParam);
}
/// <summary>
/// Destructor. Unhook current hook
/// </summary>
~KeyboardHook()
{
Uninstall();
}
/// <summary>
/// Low-Level function declarations
/// </summary>
#region WinAPI
private const int WM_KEYDOWN = 0x100;
private const int WM_SYSKEYDOWN = 0x104;
private const int WM_KEYUP = 0x101;
private const int WM_SYSKEYUP = 0x105;
[DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = true)]
private static extern IntPtr SetWindowsHookEx(int idHook, KeyboardHookHandler lpfn, IntPtr hMod, uint dwThreadId);
[DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
private static extern bool UnhookWindowsHookEx(IntPtr hhk);
[DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = true)]
private static extern IntPtr CallNextHookEx(IntPtr hhk, int nCode, IntPtr wParam, IntPtr lParam);
[DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)]
private static extern IntPtr GetModuleHandle(string lpModuleName);
#endregion
}
}

103
src/Program Hide.csproj Executable file
View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C9238F3D-31AE-453C-B270-596111219D67}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Program_Hide</RootNamespace>
<AssemblyName>Program Hide</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Form2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon>
</Compile>
<Compile Include="Form3.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form3.Designer.cs">
<DependentUpon>Form3.cs</DependentUpon>
</Compile>
<Compile Include="KeyboardHook1.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form2.resx">
<DependentUpon>Form2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form3.resx">
<DependentUpon>Form3.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

25
src/Program Hide.sln Executable file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Program Hide", "Program Hide.csproj", "{C9238F3D-31AE-453C-B270-596111219D67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9238F3D-31AE-453C-B270-596111219D67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9238F3D-31AE-453C-B270-596111219D67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9238F3D-31AE-453C-B270-596111219D67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9238F3D-31AE-453C-B270-596111219D67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7167EC38-01AA-40B3-B1C2-AA22BED4CB1D}
EndGlobalSection
EndGlobal

52
src/Program.cs Executable file
View File

@ -0,0 +1,52 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Program_Hide
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
///
[DllImport("user32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool SetForegroundWindow(IntPtr hWnd);
[STAThread]
static void Main()
{
bool createdNew = true;
using (Mutex mutex = new Mutex(true, "MyApplicationName", out createdNew))
{
if (createdNew)
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
else
{
Process current = Process.GetCurrentProcess();
foreach (Process process in Process.GetProcessesByName(current.ProcessName))
{
if (process.Id != current.Id)
{
SetForegroundWindow(process.MainWindowHandle);
break;
}
}
}
}
}
}
}

36
src/Properties/AssemblyInfo.cs Executable file
View File

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Program Hide")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Program Hide")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c9238f3d-31ae-453c-b270-596111219d67")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

71
src/Properties/Resources.Designer.cs generated Executable file
View File

@ -0,0 +1,71 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Program_Hide.Properties
{
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Program_Hide.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
}
}

117
src/Properties/Resources.resx Executable file
View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

30
src/Properties/Settings.Designer.cs generated Executable file
View File

@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Program_Hide.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}

View File

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>