I am attempting to create a VBScript function (within the context of QuickTest Pro 10) that is able to take in a line开发者_Go百科 of code as a parameter, such as: JavaWindow(\"Export Control Notice\"
I have a dropdown list that calls a vbscript.The issue is that when I try to get the value of the drop down list I get \"object doesnt support property\" or \"method error\".
How can I display an image in a开发者_JS百科 MsgBox?The answer is: This is not possible. MsgBox can only display strings. (Documentation)
I want to write a simple program in VBScript. In 开发者_如何转开发the script I enter data to a variable (string).
I\'m looking for a function on how to count how many new lines there are in a particular string that is being returned from the DB.
Now then. I have this VBScript script Const inputfile = \"New Microsoft Office Excel Worksheet (2).xlsx\"
I\'m working on an old project in asp I\'ve never worked with vb6 or asp before I am a .net developer anyway
can you make a winformtype window in VBScript? I want to make a simple practice ap开发者_运维技巧p that displays a image when opened, thanks.One option is to create an HTML Application (HTA).You still
I need to refactor a VBS dealing with LDAP, ADODB and ActiveDirectory from VBS to C#. The part I\'m stuck is connecting (just starting and already stuck... great). This is the original source
I want to check to see if a file exists and if it does, I want to open it and read 开发者_如何学Pythonthe 1st line,