hi I would like to learn about writing windows services. Any site and sample code available? venkat
G
GV
@GV
Posts
-
Writing windows services -
Running ASP.NETif u uninstall and install after installing vs.net u hv to register the dll by using this please register "aspnet_isapi.dll" with "aspnet_regiis.exe –i" regards G.V
-
storing html pages in a server from VB applicationhi You can have your HTML content in a variable name sTemp. The insert this code where you want to create the HTML page. Here sTargetFolder is the path where the HTML files resides and concat test.html to that path. Then print that sTemp variable then close. Now check your folder. Open sTargetFolder & "test.html" For Output As #1 Print #1, sTemp Close #1 Hope this will help. regards GV
-
line count in fileshi I want to count the number of lines in a asp file from a vb.net exe by giving the asp file path. How can I do this. Please advice regards Venkat