|
-
Apr 30th, 2004, 06:30 AM
#1
Thread Starter
Hyperactive Member
[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)....
-
Apr 30th, 2004, 11:48 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|