VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes

Tech-Archive recommends: Fix windows errors by optimizing your registry



Let's say I have a text file with parameters like the following embedded in
the text:

@@Textbox1@@, @@Textbox2@@, etc.

Is it possible to replace the parameters in the text file with values
entered into textboxes in the Windows Forms UI?

Thanks,
J.S.


--


.