Inserting variables from Windows forms in a large block of code

J

J.S.

I have a VB.Net Windows application that takes values inserted into
textboxes in a windows form and inserts them into various parts of a large
block of code. It concatenate the code blocks and the variables in the VB
code and generates the output code in a large multi-line textbox.

Is it possible to pull the code blocks from some text files for
concatenating with the values of the variables?

Also, is it possible to generate the output in a text file instead of in a
textbox?

Thanks,
J.S.

--
 

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

Top