Re: Whats's the problem using a enum like this?
- From: "Marina Levit [MVP]" <someone@xxxxxxxxxx>
- Date: Fri, 27 Jan 2006 14:04:53 -0500
Are you sure this is one of those cases? The code you have there wouldn't
generate those types of warnings - it doesn't for me.
" **Developer**" <REMOVEdeveloper@xxxxxxxxxx> wrote in message
news:OrvAdO3IGHA.2064@xxxxxxxxxxxxxxxxxxxxxxx
> If e.Button = MouseButtons.Left Then
>
> also from a
>
> Dim Answer As DialogResult = MessageBox.Show..
>
> Select Case Answer
>
> Case DialogResult.Yes
>
> and many other uses of an enum I get
>
> Warning 153 Access of shared member, constant member, enum member or
> nested type through an instance; qualifying expression will not be
> evaluated.
>
>
>
> Why not. What's the problem using a enum like this?
>
>
>
>
>
>
.
- References:
- Whats's the problem using a enum like this?
- From: **Developer**
- Whats's the problem using a enum like this?
- Prev by Date: Whats's the problem using a enum like this?
- Next by Date: Re: Whats's the problem using a enum like this?
- Previous by thread: Whats's the problem using a enum like this?
- Next by thread: Re: Whats's the problem using a enum like this?
- Index(es):