PC Review


Reply
Thread Tools Rate Thread

how do you shadow an enumeration

 
 
=?Utf-8?B?S2VudA==?=
Guest
Posts: n/a
 
      16th Jun 2004
Can some one show me how to shadow an enumeration, specifically the
System.Data.CommandType enumeration.

Thanks,
Kent
 
Reply With Quote
 
 
 
 
One Handed Man \( OHM - Terry Burns \)
Guest
Posts: n/a
 
      16th Jun 2004
Shadows statement cannot be put in an Enum

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .


"Kent" <(E-Mail Removed)> wrote in message
newsBC95217-9302-44CB-A2F7-(E-Mail Removed)...
> Can some one show me how to shadow an enumeration, specifically the
> System.Data.CommandType enumeration.
>
> Thanks,
> Kent



 
Reply With Quote
 
 
 
 
One Handed Man \( OHM - Terry Burns \)
Guest
Posts: n/a
 
      16th Jun 2004
Public Class MyBasEnum

Public Enum anEnum As Integer

one

two

three

End Enum

End Class

Public Class MySubEnum

Inherits MyBasEnum

Public Shadows Enum anEnum

four

five

six

End Enum

End Class


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .


"Kent" <(E-Mail Removed)> wrote in message
newsBC95217-9302-44CB-A2F7-(E-Mail Removed)...
> Can some one show me how to shadow an enumeration, specifically the
> System.Data.CommandType enumeration.
>
> Thanks,
> Kent



 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      16th Jun 2004
* "=?Utf-8?B?S2VudA==?=" <(E-Mail Removed)> scripsit:
> Can some one show me how to shadow an enumeration, specifically the
> System.Data.CommandType enumeration.


Please be more specific.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
text shadow appears even when shadow box is unticked? =?Utf-8?B?Z3JpZmY=?= Microsoft Powerpoint 1 6th Jan 2006 04:31 PM
How do I shadow cells and hide the shadow when printing? =?Utf-8?B?c2tlY2tzaXM=?= Microsoft Excel Misc 3 19th Nov 2004 12:13 AM
passing enumeration parameter to generic (all enumeration) sub JackRazz Microsoft C# .NET 8 30th Mar 2004 08:10 PM
passing enumeration parameter to generic (all enumeration) sub JackRazz Microsoft VB .NET 8 30th Mar 2004 08:10 PM
HP PCL: Shadow Text/Shadow Background Michael Sundermann Printers 0 12th Feb 2004 01:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:18 PM.