1,935 questions
let me see
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Yoo,
So I wanted to code a loader and when I wanted to make it like you press on a button and a python file start or I jsut convert it to a exe file. And the important thing is I want to maek the loader public and thats why this doesnt work:
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("C:\\Users\\Oliver\\Desktop\\MoonAim\\DONT-DELETE\requirements\\lib\\config.exe");
}
Becuase I want that everyone can open it but only with the button click and not anyhow else. I hope someone can help me.