Results 1 to 2 of 2

Thread: [RESOLVED] Include?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2004
    Posts
    342

    Resolved [RESOLVED] Include?

    Is there a way to have a module Include another Module?

    Sort of like the C/C++ way of including things....
    ie (#include)....

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    hmm well I think in .NET you just add the dll files as references. If you already have the module in your project, then you can use the Imports statement to make it easier to access...

    for example you can add this

    Imports MyProjectNameSpace.OtherNamespaces.YourModule

    you can probably do just this too
    Imports myModuleName
    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!!

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