|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Begginer questionsDim fm As FirstMenu Class TransHeadInfo Public Function Validate() As Boolean ... fm.Show() ... End Function End Class Class FirstMenu Inherits TransHeadInfo Public Sub Shadows Show() ... End Sub End Class Why not try it out and see for yourself?
:-) Thanks,Seth Rowe thecamisl***@yahoo.com wrote: Show quoteHide quote > Hello, I'm a begginer. Is this going to work? > > Dim fm As FirstMenu > > Class TransHeadInfo > > Public Function Validate() As Boolean > ... > fm.Show() > ... > End Function > > End Class > > Class FirstMenu > > Inherits TransHeadInfo > > Public Sub Shadows Show() > ... > End Sub > > End Class <thecamisl***@yahoo.com> schrieb:
> Hello, I'm a begginer. Is this going to work? Well, that's hard to decide because you did not tell us what exactly you want to archieve. > Public Sub Shadows Show() What's the reason for using 'Shadows' here?-- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |
|||||||||||||||||||||||