I’m creating some desktop application using WPF(C# .net). I want to create it as computer startup application. I can do it add shortcut link to startup folder.
My question is, I want to do startup this application after one minute in computer start.How to do this one?
If really you want to know if an internet connection is available, maybe it is better to check that, rather than delay for an arbitrary amount of time.
See check whether Internet connection is available with C#.