I've been looking for some time now to find (I know it sounds stupid) how I can call some code when I start my application. I'm using C# on Windows Forms. I know this all sounds stupid but I usually just use Unity3D which has a simple method:
void Start()
{
//Whatever goes here
}
I'm trying to make a web browser.