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