VB Code:
  1. Open "C:\some filename that you cant change since you want to remove the common dialog.smd" For Append As #1
  2.     Print #1,txtTest.Text
  3.     Close #1