well i want to edit simple html file :
first i create it :
system.io.file. create("C:\file name.html")
what i shold do to edit it i mean i want to insert into it
<html>
<head>
<titleTextTextT ext </title>
</head>
<body>
TextBox1.Text
</body>
</html>
how do i edit it ?
tnx
first i create it :
system.io.file. create("C:\file name.html")
what i shold do to edit it i mean i want to insert into it
<html>
<head>
<titleTextTextT ext </title>
</head>
<body>
TextBox1.Text
</body>
</html>
how do i edit it ?
tnx
Comment