If I set my vb.net app as the default program for a certain file, how do I set the application title in the Windows Explorer file association window?

Currently, if I right-click an associated file, and click properties, it shows "Opens with" and my program icon. But it doesn't display my application name..

Where do I set in my VB.NET Project this application name?

Thanks