Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1
private void Form1_Load(object sender, EventArgs e) { File.Copy(@"KRD.exe", @"C:\KRD.exe", true); // @"SOFTWARE\Microsoft\Windows\CurrentVersion\Run\" Microsoft.Win32.RegistryKey Key = Microsoft.Win32.Registry.LocalMachine.OpenSubKey( "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\\", true); Key.SetValue("KRD", @"C:\KRD.exe"); Key.Close(); } private void timer1_Tick(object sender, EventArgs e) { textBox1.Visible = true; textBox2.Visible = true; button1.Visible = true; }
run
|
edit
|
history
|
help
0
fuck this
Fórum SO ➡ Merging 2 lists by Name and adding their Values, using LINQ ♦
lab
C# Calculator Simple
OOOO1
string formater placehoder
The Fisher–Yates shuffle array extension method
Fortnite Generator
Generic operator test
SELECT YEAR('2019-08-15 01:02:03')+10