Inserting variables from Windows forms in a large block of code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • J.S.

    Inserting variables from Windows forms in a large block of code

    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.

    --


  • J.S.

    #2
    Re: Inserting variables from Windows forms in a large block of code

    I figured it out. Just used ReadAllText.

    --


    Comment

    Working...