VB 2005 Express: Replacing parameters in a text file with TextBox values

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I have a text file with parameters like the following embedded in the text:

@@TextBox1@@, @@TextBox2@@, etc.

I know how to read this text file. However, I am trying to figure out how
to replace these parameters in the text file with values of the textboxes on
my Windows Form called Form1. For example, replace @@TextBox1@@ with value
of TextBox1, replace @@TextBox2@@ with value of TextBox2, replace
@@ComboBox1@@ with value of ComboBox1, and so on. I am told this is doable
but I am not quite sure how.

I'd appreciate any pointers.

Thanks,
J.S.

--


.



Relevant Pages

  • Re: Generic linked list with internal storage?
    ... typedef struct node_t { ... node_t *prev; ... or discrete head/tail pointers of type ... and cast back to the specific types in your callback function. ...
    (comp.lang.c)
  • Re: Naming curiosity
    ... void *head; ... I don't use a recursive structure using pointers to the structure itself ... struct sList *prev; ... misunderstand the real purpose of the head field. ...
    (comp.lang.c)
  • Re: Naming curiosity
    ... Lorenzo Villari wrote: ... The structure is just as recursive even if you lie about ... the types of the pointers. ...
    (comp.lang.c)
  • Access a form, using a string literal?
    ... So we're able to access all the properties and methods of Form1 and not ... just the methods and properties of the base class "Form". ... Gerrit ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: [PATCH][RT] 2.6.24-rc2-rt1 drivers/dma/ioat_dma.c compile fix
    ... I'm not positive about the insertion point... ... compile error fix (needs review) ... RT changes __list_splice to require prev and next pointers. ...
    (Linux-Kernel)