Hi all
i have 3 forms and the all inherited from each others, and in the base form
i have a custom control with a complex structure property (" MyProperty as
ComplexStructure )
and my problem is, i just want to change this property in the base (form1)
and i want to serialize the code for it, bu in the other 2 forms, the same
code is serialize. is there any way to fix this !?
hi have this method in my object
Private Function ShouldSerializeCompl.... ()
return me.xCom.....IsThereAnyChange
End Function
of course every time i open the designer ( in Form2 and Form3) both detects
the changes that i have made in form1 Control.
thks
JSB
G Himangi - 02 May 2006 11:22 GMT
You could try making the ShouldSerializeCompl method virtual and override it
in the derived classes to return False.
G Himangi, Sky Software
http://www.ssware.com
*Shell MegaPack for ActiveX & .Net : Advanced Controls for Drop-In Windows
Explorer GUI for your App.
*EZNamespaceExtensions.Net : Rapid Development of Shell Namespace Extensions
in .Net
*EZShellExtensions.Net : Rapid Development of IE Toolbars, IE Explorer Bars
& Windows Shell Extensions in .Net
> Hi all
> i have 3 forms and the all inherited from each others, and in the base
[quoted text clipped - 14 lines]
> thks
> JSB