T
Tom
I'm using no touch deployment for my .Net forms
application. I have a manifest file that makes the
controls take the XP look on XP machines (article from
Microsoft about this). Using no touch deployment will
not load my application with the XP look on my XP machine
though.
The simple explaination about the manifest file is you
place it in the same folder as your executable, and the
file searches for a certain dll found on XP machines. If
found it displays your Windows Forms with the XP look.
Any ideas on how to make this work?
Thank you,
Tom
application. I have a manifest file that makes the
controls take the XP look on XP machines (article from
Microsoft about this). Using no touch deployment will
not load my application with the XP look on my XP machine
though.
The simple explaination about the manifest file is you
place it in the same folder as your executable, and the
file searches for a certain dll found on XP machines. If
found it displays your Windows Forms with the XP look.
Any ideas on how to make this work?
Thank you,
Tom