Results 1 to 2 of 2

Thread: what are the things that can appear at the file level?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    what are the things that can appear at the file level?

    I want to know what type of objects can be declared at file level (and by "file level" I mean to be able to declare them in a blank .VB file, not inside a class, sub or anything else). I know these can appear at file level:

    Module
    Class
    Namespace
    Structure
    Enum




    Is there anything else that I am missing? or is that all that you can declare at file level?
    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!!

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Public Consts .
    Public instances of any type .
    Interfaces .
    Events .
    Delegates .

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