Problem with trying to convert this vbscript into vb that I can use in Visual...
I'm trying to make an auto-form filler. I have a vbscript I am using that works, but I am having trouble converting it so I can use it in Visual Studio with a Visual Studio web browser instead of IE....
View ArticleVBS to upload a text file or its ingredients
hi, I want a vbs that silently(or with min. user interaction) uploads a certain .txt file(or what is in it) to some web host/address. i have very little knowledge of vbs. if there is anything else more...
View Articlescript to find a line in excel
Hello, I am new to VB and am struggling with an issue. I have a spreadsheet that has many rows that are related to a specific row above them. ie top row has a summary, following rows have details...
View Article[RESOLVED] PAD in vbscript
I hope someone can help me. I have been unable to find anything on the net anywhere about this. I had to create a script for a class. A lot of it was given to us to use and not necessarily explained....
View ArticleSearch and add data - Newbie help!
Complete newbie here so please be gentle :) See script below which extracts user data from a number of servers. The original array was path1, alt2, alt3 but I have now added the others up to alt8. The...
View ArticleURL encoding problem ?
Hi :wave: I am trying to test a download of a mp3 file from this URL: Code: http://promodj.com/download/4126268/Chris%20Parker%20-%20Life%20MIX%20%282011%20-%202013%29%20%28promodj.com%29.mp3 but I...
View ArticleFile download window automation.
Hi, I want to automate download without appearance of file download window. I have tried the use of MSXML2.XMLHTTP and Adodb.Stream. But the problem is my url is not a direct link to file download. my...
View ArticleQuick file access script
Just a quick share, I always found this small VB script extremely handy to access files on my flash drive. It only requires a decent memory (mentally) to partially remember file names and a love for...
View Articlesqlparameters function error
I am getting the following error: Unable to cast object of type 'System.Boolean' to type 'System.Data.SqlClient.SqlParameter'. Is there a better way of passing a parameters to a generic function and...
View ArticleDynamic Adress with standard browser
Hi all I have spent a few hours looking for the solution to my problem but sadly have found nothing so far. I am glad about any input on how to solve it. The problem is as follows: I would like to open...
View ArticleHow to convert Aspx to ASP ?
I have some aspx files and they are a part of a big project but the project is done in asp and I have done them in asp.net and so the extension is aspx. So is there a way by which I can convert the...
View ArticleByRef datatype mismatch - Bulkretrieve
Hi everyone, I have small problem with that script. I look at bulkretrieve methods and i think i wrote this code correct, but there is some errors... I wrote earlier codes with this method and...
View ArticleBatch Script to extract data from a website is that possible?? If yes help me
Hi All, I need a batch script which will retrieve data from a webpage . The data is not constant. If want any details let me know i tried using the inet Option Explicit Private Sub Command1_Click() Dim...
View ArticleBatch Script to extract data from a website is that possible?? If yes help me
Hi , I need a batch script which automatically retrieves data from the webpage when we run the script. The webpage is constant only one login was enough the values changes and are not constant. I used...
View Articleecho value after comma
hi all, I'm quite new to scripting and hoping you might be able to help out. I currently have a VB script which echos the last line of a csv file, the issue I have is I can't figure out how to echo the...
View ArticleLooping through Array Logic
I have an interesting problem, that I have been attempting to solve for weeks. I have 3 arrays 1 array is for tracking numbers 1 array is for products 1 array is for product Quantities I have to code a...
View ArticleVB Runtime error in Windows 2008R2
Please help! We have number of .bat and VB scripts for monitoring SQL servers. The scripts are running fine on all previous Windows versions. Now we migrated one of the servers to Window 2008 R2 and a...
View ArticleType Mismatch
I am connecting to an XML file with vbscript and looping through some of the elements. In the loop I have 3 arrays I have to use during the loop. At the end of the loop before the Next statement I have...
View ArticleDelete All Certificates In Personal Store
Hello Script Masters, Is it possible to create a VBScript to remove all Certificates in the Personal Store within a user's profile? PowerShell scripts are restricted on all of the Windows 7...
View ArticleAccordion with Master Detail
I have an accordion AJax Toolkit control which at header level displays a list of categories from datatable1 (a distinct list of categories) , and in the content section I want to display the details...
View Article