블로그 이미지
Sunny's

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

Notice

2009. 8. 25. 10:24 .NET Framework

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

posted by Sunny's