Public Property
-
Im trying to access a Public Property in a form with name Principal(mdiParent) from another one (mdiChild) but i can't get acess whats wrong ? Private _IDTechLOG As Integer Public Property IDTechLOG() As Integer Get Return _IDTechLOG End Get Set(ByVal LeID As Integer) _IDTechLOG = LeID End Set End Property :cool:
-
Im trying to access a Public Property in a form with name Principal(mdiParent) from another one (mdiChild) but i can't get acess whats wrong ? Private _IDTechLOG As Integer Public Property IDTechLOG() As Integer Get Return _IDTechLOG End Get Set(ByVal LeID As Integer) _IDTechLOG = LeID End Set End Property :cool:
XGaMeS wrote: i can't get acess What does this mean? Are you casting the parent form to the correct type? Post the code that's not working to get a more specific answer. Charlie if(!curlies){ return; }
-
XGaMeS wrote: i can't get acess What does this mean? Are you casting the parent form to the correct type? Post the code that's not working to get a more specific answer. Charlie if(!curlies){ return; }