Parameter VB text file

  • Thread starter Thread starter Horace
  • Start date Start date
H

Horace

Hello

I am wanting raw VB code (text) to be a parameter file read and loaded into
an executeable (compiled from VB). I am wanting to do this so within the
executeable, I can run the VB code (interpretive) to populate variables that
are used within the executeable. I could use XML but then I would have to
create an XML file that is parsed and read into variables rather than the
easier option of writing straight forward VB code that is simply run.

Can anyone help ?

Cheers
Phil
 
* "Horace said:
I am wanting raw VB code (text) to be a parameter file read and loaded into
an executeable (compiled from VB). I am wanting to do this so within the
executeable, I can run the VB code (interpretive) to populate variables that
are used within the executeable. I could use XML but then I would have to
create an XML file that is parsed and read into variables rather than the
easier option of writing straight forward VB code that is simply run.

Instead of doing it that way, you could allow the user to extend your
application using plugins. A simple sample can be found here:

<URL:http://dotnet.mvps.org/dotnet/samples/codingtechnique/downloads/PlugIns.zip>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top