المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : using banners in my windows application



C# Programming
05-19-2010, 06:20 PM
I have a windows application and i want to distribute banners to be advertised on my main form.. I don't want this to be online.. I want all banners to be on the local PC and then when the user connects to internet then I can update with latest files but I also want to make sure my application won't work if the banners are not exist and to make sure user can not change the banners?


what's your idea?


I thought of a DLL file with the banner files embedded inside that DLL but still the user can replace the DLL with another DLL and display his banners!

what do you think?