Click here to Skip to main content
15,885,216 members

Comments by chj124 (Top 2 by date)

chj124 15-Jun-22 8:41am View    
sample:

In c# create a console app that uses Process.Start

Must have: using System.Diagnostics;

Then 1 line of code: Process.Start(appName);
chj124 15-Jun-22 7:43am View    
Changing the forms icon only works if you app starts visibly. An app started minimized gets the default icon and will not follow the forms icon.