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

مشاهدة النسخة كاملة : Make dsoframer.ocx control read only



C# Programming
08-22-2011, 04:41 PM
Does anybody work with dsoframer.ocx i want to make it read only but i can't

i use below code but doesn't work

object refmissing = System.Reflection.Missing.Value;axFramerControl1.Open(path, true, refmissing, refmissing, refmissing);