由买买提看人间百态

topics

全部话题 - 话题: vbscript
1 2 3 4 下页 末页 (共4页)
e*****r
发帖数: 700
1
请教各位VBScript大牛
如何变成让VBScript自动执行拷贝Access文件里的一个表格?
例子:
Access 文件 A.mdb, 有两个表格C,D.
要通过VBScript自动 copy C, and save as D.
请问如何实现?
谢谢
y********o
发帖数: 2565
2
来自主题: DotNet版 - VBScript如何跟IE通信?
我的web app要客户的certificate, 如图所示:
用户可以选择一个certificate按OK继续。
用VBScript的话,怎么跟这种对话框通信?也就是说,如果用户选择 Hillary Clinton
,我怎么在VBScript中获取这个信息?
给个暗示?
c**t
发帖数: 2744
3
来自主题: DotNet版 - VBScript如何跟IE通信?
Check out: IP*Works, it's now nsoftware.com.

我的web app要客户的certificate, 如图所示:
用户可以选择一个certificate按OK继续。
用VBScript的话,怎么跟这种对话框通信?也就是说,如果用户选择 Hillary Clinton
,我怎么在VBScript中获取这个信息?
给个暗示?
y********o
发帖数: 2565
4
来自主题: DotNet版 - VBScript如何跟IE通信?
Thanks. I've read a little at MSDN about CAPICOM. They have sample codes l
ike this.
The problem is that I do not know which cert the user has selected, and thus
cannot get the subject info of the cert.
Some people have told me that it is not possible to programmatically poll th
e type of IE popup dialog box with VBScript, and suggested that the programm
er select the certificate for the user, exactly what the code snippet below
does.
I am dumb at VBScript, not sure if I can handle this very s
I**A
发帖数: 96
5
来自主题: DotNet版 - Anyboday can help VBscript ?
I got a piece of Vbscript to download files from Internet. It works fine for
small files but failed for large file( greater than 3M?). I guess the
buffer size is not set large enought. How can I set buffer size in Vbscript?
Thanks a lot.
Here is the section of the code:
dim sWebAddress : sWebAddress = Wscript.Arguments.Item(0)
dim oxMLHTTP: set oxMLHTTP=CreateObject("MSXML2.ServerXMLHTTP")
dim oStream: Set oStream = CreateObject("ADODB.Stream")
With oXMLHTTP
.Open "GET", sWebAddress, true
d********t
发帖数: 837
6
【 以下文字转载自 Windows 讨论区 】
发信人: digitalcat (朱坚强), 信区: Windows
标 题: save a VBA macro in excel using vbscript
发信站: BBS 未名空间站 (Tue Nov 18 13:56:30 2008)
Hi all, I wonder if anyone knows how to save a VBA macro in a newly created
excel spreadsheet using vbscript? Thanks.
t********r
发帖数: 5
7
来自主题: BuildingWeb版 - vbscript and ASP
does anyone know how to convert string to digit in using VBScript? Then add
that digit to the one in the database, and then update the sum to the
database?
thanks la...
F**********d
发帖数: 22
8
来自主题: BuildingWeb版 - 请教一个vbscript的语句
需要把一个vbscript的小函数写成其他语言,里面有这样一个statement:
LoN = CInt(t) And 15
这个是 AND在这里是实现什么的?
多谢!
c**e
发帖数: 2558
d********t
发帖数: 837
10
【 以下文字转载自 Windows 讨论区 】
发信人: digitalcat (朱坚强), 信区: Windows
标 题: convert mapped drive letter to full path in vbscript
发信站: BBS 未名空间站 (Sat Sep 27 07:56:03 2008)
我写一个小script,里面想把mapped drive letter转成绝对地址,有什么简单的方法
?谢谢
d********t
发帖数: 837
11
来自主题: Windows版 - save a VBA macro in excel using vbscript
Hi all, I wonder if anyone knows how to save a VBA macro in a newly created
excel spreadsheet using vbscript? Thanks.
a**i
发帖数: 508
12
【 以下文字转载自 BuildingWeb 讨论区 】
发信人: alli (Emma), 信区: BuildingWeb
标 题: [求助] 用VBScript 在EXCEL画图的问题
发信站: BBS 未名空间站 (Thu Oct 27 14:22:16 2011, 美东)
我想用chartobject在一个EXCEL chart上画多个线. 每次call下面的FUNC.
Function addSeries(objCHart, yRange, xRange, curveName)
With objChart.Chart
With .SeriesCollection.NewSeries
.Values = yRange
.XValues = xRange
.Name = curveName
End With
End With
end function
问题是:
第一条线OK, 后面划出的线上的点的位置是前面线的叠加. 而用MOUSE悬停在点上显示
的数值又是正确的.
例如:line1(x=1)=1, line2(x=1)=0.5
line2(x=1)点的位置就在1.5,但显示0.... 阅读全帖
s****y
发帖数: 983
13
errr, 没有用过asp,vb也是很少用,不过他们不存在兼容性问题,asp是服务器端的
,vbscript是客户端的,和vb不是一个东西,就像javascript不是java一样。不过
vbscript顾名思义和vb style很像,所以如果你学过vb的话,asp和vbscript是比较容
易上手。
然而,vbscript和浏览器的兼容性并不好,非ie内核的很多都不支持,所以市面上几
乎很少见vbscript, 另外asp是运行在 windows的iis上的,我不知道debian是不是可
以。
估计你不是cs出身吧?想实现评论功能,到网上找找有没有第三方提供这种接口,就
省得自己花时间去学了

asp
i*s
发帖数: 6
14
来自主题: XML版 - ASP的两个小问题
我对VBscript也不熟, 我想VBScript可能不能调用API,
要是能的话, 也只是通过ActiveX控件来调用。
可参考MSDN ONLINE。
http://msdn.microsoft.com/scripting/?RLD=43
What Objects, Methods, Properties, and Events can I use?
There are three separate classes of objects available within VBScript:
Objects provided by the VBScript engine
Objects provided by Internet Explorer
Objects provided by the Web page author
The VBScript engine provides the core run-time functionality--a subset of
the full Microsoft? Visual Basic? language--including a mi
z****j
发帖数: 65
15
我也不知道为什么,我编写的html代码总是无缘无故的加入
下面的代码,不知道为什么,