Can the manifest file be integrated into my vb.net project and compiled into the exe ?
Printable View
Can the manifest file be integrated into my vb.net project and compiled into the exe ?
i would like to know the proper answer to this, i have been trying to get the file to be integrated at compile time uncucesfully :(
the only way i know of is, compile it, open the exe in the ide, then u can see the resourses select add, then import select the manifest, put resource type as RT_MANIFEST then for the porpertys change the id from 101 to 1, but this needs to be done everytime u recompile.
Scroll to the bottom
http://www.gotdotnet.com/team/windowsforms/Themes.aspx
so there is not a better/proper way then?? :(
There must be a better way to make this happen.