Results 1 to 3 of 3

Thread: Enum [resolved]

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    5

    Enum [resolved]

    How can I get each enumeration?

    Kind of:

    VB Code:
    1. public enum MediaType
    2. Dvd = 1
    3. Cd = 2
    4. Book = 3
    5.  
    6. end enum
    7.  
    8. public sub xxxx
    9.  
    10. for each enum in mediatype
    11. ...
    Last edited by benitezmatias; Oct 18th, 2003 at 08:12 PM.

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    see if this helps
    http://vbforums.com/showthread.php?t...highlight=enum

    I'm not sure if you want to do what I wanted to do though
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    5
    It worked. Thanks!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width