hello , in an older version ( vb 5 ) i used this to save content of a textbox to a file...
nameoffile = "html\" & filename & ".htm"
Open nameoffile For Output As #2
Print #2, Text9.Text
Close #2
this worked just fine , but i cant seem to get it working on .net ?
any suggestions please...
Kind Regards
Carl
nameoffile = "html\" & filename & ".htm"
Open nameoffile For Output As #2
Print #2, Text9.Text
Close #2
this worked just fine , but i cant seem to get it working on .net ?
any suggestions please...
Kind Regards
Carl