VBS for click on a html(css) button
This Is a part of the code running on the webserver: <td><INPUT TYPE="button" VALUE="ON " onClick="parent.location='/?H3'"></td> Now I want to write an VBscript to click on the...
View ArticleError Messages Received
Dear Friends, I am having some trouble clearing the attached 6 error-messages. I have also attached the script associated to the errors. Does anyone have a idea how to clear them ? Many thanks in...
View ArticleRestart Modem Script help
Basically here is the solution I'm looking for. I want to be able to have Windows 7 detect when it doesn't get an IP from DHCP and run a script. So I think I can use Task Scheduler to do this but need...
View ArticleAdd SQL Parameters via VBScript
Can someone please tell me what's wrong with the following code? It's erroring on the CreateParameter steps: Set cnRRIPasswordChange = Server.CreateObject("ADODB.Connection") Set cmdUser =...
View ArticleSystem process (dllhost) not being killed properly
Hi, I have this small script that should kill dllhost (yes i know this is not an elegant solution and shouldn't be done this way), but its only for a few months time before this server is retired. So...
View ArticleNeed a little help with creating a pivot table using VBScript.
I hope someone can help me. I have a VBScript program to read a flat delimited file into Excel and then try to create a pivot table. My data looks a bit like this: Segment Amount 1 Amount 2 Corp 100.00...
View ArticleUnable to use C# COM component in Classic asp page
Hi All, I have developed a C# COM component and registered successfully with regsvcs. I can use this component in VB6 and able to run the VB6 application with out any issues. But when I am trying to...
View Articlemaking a url button, having problems
Hello Im new to this forum so im sorry if this is posted in the wrong place. I made a web browser in vb using visual studio 2013, but im having a problem (more of a 1st world problem type thing). im...
View ArticleHelp with Excel VBA to VBS
Can anyone help me with getting this VBA code to work in VBS? I have an excel macro that works great. It will take All data in column A and copy it to another worksheet but that X amount of rows and...
View ArticleASP Datagrid - numbers being sorted like text
I have an ASP datagrid which was some columns that contain numbers. However, when I sort, it's sorting them alphabetically. For example: 0 1 10 2 23 30 How can I get it to sort them as numbers? The...
View Article[RESOLVED] Unable to use C# COM component in Classic asp page
Hi All, I have developed a C# COM component and registered successfully with regsvcs. I can use this component in VB6 and able to run the VB6 application with out any issues. But when I am trying to...
View ArticleExpose C# List to COM Interop and access it from classic asp
Hi, I have developed a C# COM Component which will return a List<classname> as result. But not able to read this from classic asp. Please help me to sort out this issue.
View ArticleSimple way to copy text from telnet and cmd window
Hello, I am looking for form help, This is what i am trying to do: Create a VB script to; open the windows telnet client, connect to a telnet server, browse to a certain directory, list the folders in...
View ArticleHaving Trouble Getting VBS Script to Fully Run. HELP
'Create name and age variables name = "" ageStr = "" 'Prompt User For Name and Age WScript.StdOut.Write("Please Enter your Full Name...............") name = Wscript.StdIn.ReadLine()...
View ArticleVBScripting Idea Need help starting
I want to create a script using that will automatically run everyday, than execute excel and a webpage. I also want it to give a pop up message saying with a Good morning quote. The thing I need help...
View ArticleFinishing my script but need help
So as explained before I'm working on a script that automatically exe at 8am. I'm almost finish but I need some help. 1. I need my msgbox to only display for 30 seconds. 2. Question: Can you timeout...
View Articlereading string from wix custom action with VB script problem
Hello. I am building an installer in Wix, and it all works just fine except the part with my VB script. what needs to happen is the following: 1) user is prompted to fill in the MachineID. 2) installer...
View ArticleVariable not doing as its told!
Hi This is my first post to this forum..... I have an issue that is causing me no end of problems and frustration. Firstly I'm using Excel 2007 Background: I create a report for 32 sales agents that...
View ArticleCompare Textbox values
I have to textboxes that I want to compare so I can have a message box alert the user to incorrectly entered values. I can't seem to get the compare to work. textbox1 > textbox2 This is what I have:...
View Article