
April 24th, 2012, 01:17 AM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 12
Time spent in forums: 2 h 32 m 26 sec
Reputation Power: 0
|
|
|
VB.NET 2008: Importing Code From a Text File
Hey everyone,
I know I'm probably up the creek without a paddle here, but is it at all possible in VB.NET 2008 to import code from a text file? I know it doesn't sound practical, but for a project I'm experimenting with, the code that gets executed all depends on particular options being chosen, and there will be a lot of options to choose from, and the code won't be the same for each.
If worse comes to worse, I have a couple backup plans to try, but I was just wondering if it's at all possible to write some code in a text file (or other file type if need be), then import that into VB.NET, similar to how it's done when working with HTML and Javascript. I know I'm looking at a long shot here.
UPDATE: Never mind, I'm pretty sure now this can't be done, at least not easily.
|