Added icon

This commit is contained in:
Brendan
2024-05-27 21:09:45 +02:00
parent 4f60cbb5de
commit 4b731ab731
4 changed files with 131 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
using System;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
@@ -12,6 +13,7 @@ namespace V_EditorPro
InitializeComponent();
this.KeyPreview = true;
this.KeyDown += new KeyEventHandler(MainForm_KeyDown);
this.Icon = new Icon("..\\..\\Veditorproicon.ico");
}
private void MainForm_KeyDown(object sender, KeyEventArgs e)