Link to home
Start Free TrialLog in
Avatar of Parth48
Parth48Flag for India

asked on

What is the use of application manifest file in C#.net window application ?

currently i am working on .net window application , i want to know that can i use
application manifest file in my project , if yes then when i can use that file ??

Tell me more about application manifest file .....
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

refer to following link for details about manifest file

http://msdn.microsoft.com/en-us/library/1w45z383(v=vs.71).aspx

one simple example of  usage of manifest file in windows forms is selection of style of forms and controls

refer to following MSDN link for more details on this :

http://msdn.microsoft.com/en-us/library/aa289524(v=vs.71).aspx
ASKER CERTIFIED SOLUTION
Avatar of guvera
guvera
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial