.NET Framework

AppStyle Click-once 배포시

Sunny's 2009. 8. 25. 10:24

For Click-once deployment

After adding the isl file - "AppStyleGlow.isl" as "Existing Item" from solution bar.

Right click on the properties and set

Build Action = Content

Copy to Output directory = Copy if newer

and then add the following line in form load.

     Infragistics.Win.AppStyling.StyleManager.Load(CurDir() & "\AppStyleGlow.isl")

This should work...

참조 : http://forums.infragistics.com/forums/t/19745.aspx