I recently found the article on
http://www.codecomments.com/archive2...10-299497.html where they
indicated how to include an icon for a J# exe application. The problem with
this solution is that using the /win32res option removes Visual Studio's
addition of the AssemblyInfo file into a Version tab on the exe's windows
explorer properties. Is there a way to have an icon show AND have the version
tab in the exe file's properties? I am using Visual Studio 2003, .NET 1.1
Basically when I use the '/win32res:icon.res' option i don't see the Version
tab, but when i take out the /win32res option, the version tab appears. In my
opinion, it seems that Visual Studio already does the /win32res option
automatically (behind the scenes) for the version information from the
AssemblyInfo file. Is there another option (instead of win32res) where we can
add multiple resources? This would be ideal, so this way i can have an icon
for my application as well as having its Version information in the EXE's
Properties
Thank you very much for your time and I hope to hear from you soon
--
http://www.hungryshadow.com