Home All Groups Group Topic Archive Search About
Author
1 Nov 2006 10:13 PM
thecamisland
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

Author
1 Nov 2006 11:24 PM
rowe_newsgroups
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
Author
1 Nov 2006 11:32 PM
Herfried K. Wagner [MVP]
<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/>