Bookmark and Share

Lee's 程序人生

HTML CSS Javascript XML AJAX ATLAS C# C++ 数据结构 软件工程 设计模式 asp.net Java 数字图象处理 Sql 数据库
  博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

netbox开启服务后自动访问首

Posted on 2009-08-20 17:19  analyzer  阅读(279)  评论(0编辑  收藏  举报
 1 
 2 
 3 Dim httpd
 4 
 5 
 6 
 7 Shell.Service.RunService "NBWeb""NetBox Web Server""NetBox Http Server Sample"
 8 
 9 '---------------------- Service Event ---------------------
10 
11 Sub OnServiceStart()
12 
13     Set httpd = NetBox.CreateObject("NetBox.HttpServer")
14 
15     If httpd.Create(""800= 0 Then
16 
17         Set host = httpd.AddHost("""\wwwroot")
18 
19         host.EnableScript = true
20 
21         host.AddDefault "index.html"
22 
23         httpd.Start
24 
25     else
26 
27         Shell.Quit 0
28 
29     end if
我要啦免费统计