Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged vbscript
0
votes
591
views
1
answer
vbscript - Internet explorer automation busy v/s readystate property
I am new to vbscript and while reading i found some code as Do While ie.busy stateString = stateString ... property and readystate property. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
1.2k
views
1
answer
vbscript - VBS send mouse clicks?
I need send mouse clicks from VBS. Like SendKeys. I have searched whole google, it seems there is no such ... Can you give me some solution? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
478
views
1
answer
vbscript - Extract text between HTML tags
I have many HTML files from which I need to extract text. If it's all on one line, I can do that quite ... not sure where to begin. Any help? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
454
views
1
answer
vbscript - Looping through a form to get field names and filed values issue (classic ASP)
on submit of a form, I would like to capture the field names and values of the forms and I want them passed ... "& fieldName &""")") Next See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
667
views
1
answer
vbscript - Write to file using CopyHere without using WScript.Sleep
I've written a small VBScript to creates a .zip file and then copies the contents of a specified folder into ... on the Sleep function? Thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
586
views
1
answer
vbscript - How to monitoring folder files by vbs
Can anyone help me where i do mistake ? this script is for monitoring folder for create, delete or modified text ... :scriptsest" Thank you.... See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
794
views
1
answer
vbscript - Calling a .vbs script from Excel VBA
Is it possible to call a .vbs script from a VBA code whenever needed? If possible then can you give me a sample code of how to do so? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
632
views
1
answer
vbscript - How do I get the Date & Time (VBS)
How do I get the current date and time using VBS (for Windows. I'm not looking for VBScript for ASP/ASPX or webpages). See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
762
views
1
answer
vbscript - VBS search XML node by attribute name, change child attribute
this is a stripped down version of my XML file: simple.xml <project> <scenes> <scene> <rootgroup> <nodelist> < ... am about to have a seizure. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
607
views
1
answer
vbscript - Object Required Error when referencing Excel Objects
Below is the VBScript code for deleting the duplicates from one excel workbook and then copying it to another ... .Worksheets("Sheet1").Activate See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
539
views
1
answer
vbscript - VBS: Return formatted date
I am executing a VBS file that returns the modified date of another file: Set objFS=CreateObject("Scripting. ... before it is returned. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
621
views
1
answer
vbscript - date format in VBS
I want to get a date in full format in my vbscript. For example, I put DateParam = FormatDateTime(Date()-1, ... anyone knows how to fix this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
771
views
1
answer
vbscript - Sending Outlook Email with embedded image using VBS
I am currently using the following VBS script to send an email and it works fine, however the image ... .Add(MessageAttachment) newMail.Send See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
575
views
1
answer
vbscript - "Object required" when using Set in an assignment
call main() sub main() Dim scmd Set scmd = "c:windowssystem32cscript.exe //nologo c:s.vbs" createobject( ... "c:windowssystem32"]' Code 800A01A8 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
640
views
1
answer
vbscript - how to handle IE Download dialog with VB Script?
how to save file automatically in particular location using VB Script ? or How is it possible to Download ... from IE automatically. Thanks. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
1.0k
views
1
answer
vbscript - Classic ASP 3.0 Create Array from a Recordset
I'm trying to fix an ASP Classic app and when I try to create an array from a Recordset Object. ... ideas would be GREATLY appreciated... See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
593
views
1
answer
vbscript - Error: ActiveX Component Can't Create Object Scripting.FileSystemObject
I have a simple vbs-file on my drive c: with following content: Set objShell = CreateObject("Scripting. ... Can someone help me please? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
669
views
1
answer
vbscript - Loop through ALL files in a folder based on 'Last Modified Date'
I need to loop through the files in a given folder in descending order of 'Last Modified Date'. In ... custom procedures should be efficient. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
638
views
1
answer
vbscript - Zip a folder up
I am trying to ZIP up a folder in VBScript and it doesn't seem to work. I'm certain I am creating the ... & ".zip").CopyHere folder End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
659
views
1
answer
vbscript - How can I maximize, restore, or minimize a window with a vb script?
I need to be able to make separte .vbs files that will (when triggered with a keyboard short-cut) will ... allowed here) a separate package. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
848
views
1
answer
vbscript - msxml3.dll Access Denied
I have the following code: Function filejson(json) Dim objStream, strData Set objStream = CreateObject("ADODB. ... request_token word. Ideas? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
499
views
1
answer
vbscript - wix installer update process and confirmation dialog
As part of the update process which is working well for us, we would like to add an extra confirmation dialog ... would be great. Thx, Julien See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
749
views
1
answer
vbscript - Visual Basic Script - KeyPress Detection?
I want to terminate the program once the key F1 is pressed. Not sure sure how to write the do while loop. Any ... } is not pressed '... Loop See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
348
views
1
answer
vbscript - How can I determine if a file is locked using VBS?
I am writing a VB Script to update some files on the network. Before beginning, I want to know if any of ... apart from trying to replace it)? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
679
views
1
answer
vbscript - VBS using LIKE to compare strings "Sub or Function not defined"
I'm trying to make a script to connect a network printer to a user computer. The script uses the computer name ... & strServer & "" & strPrinter See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
841
views
1
answer
vbscript - HTA and 'x-ua-compatible' meta tag
Added to post Jun-19-2014 Thanks Bond. Since you had IE9, I appreciate your test. Hopefully if somebody out ... What information am I missing? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
568
views
1
answer
vbscript - Create a folder in Outlook: error 800A0401 - Expected End of Statement
I created a .vbs file to create a folder in Outlook. I copied most of the script out of MSDN and get ... 2010. Running as local administrator. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
707
views
1
answer
vbscript - How to Verify if file exist with VB script
How do I verify via VBScript if the file conf exist under Program Files (i.e. C:Program Filesconf)? For example ... msgbox "File doesn't exist" See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
Page:
« prev
1
2
3
4
5
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] excel - VBA Create row below based on two criteria
[2] webpack5版本下安装webpack-dev-server报错
[3] @ManyToOne如何更新主键
[4] java - Do you have a test to show differences between the reactor map() and flatMap()?
[5] 数据库定时查询大量数据
[6] eloquent - Laravel - use multiple value in where DB query
[7] reactjs - useEffect to fetch Blizzard API
[8] javascript - Where and how many times to use ngInject
[9] windows - Add-AzVMSshPublicKey to vmConfig fails when calling New-AzVM
[10] vue里的$delete源码的,为啥是删除target[key]?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...