AXE library with Classic ASP
Has any one used the AXE Library for Classic ASP to parse JSON data? I'm attempting to use it but have been unsuccessful in even getting the tests to work.
View Article[RESOLVED] How to extract part of a text between line (n) and line (m) in a...
Hi :wave: I'm writing this Function SkipLineInFile(n,m) to extract part of a text between line (n) and line (m) in a text file. So it just remains for me an error handling for overflow lines. How can i...
View ArticleHow to exclude data from Writeline
I am using writeline to write out data from a server it is a list of blacklisted IP addresses. But I only want the addresses that are denied not the one that are allowed anyone can you help me get this...
View ArticleRenaming computer with output from a different script
Hello all, first off I am very new to this. I was given a massive project to complete with new software that has never been implemented on our network to construct a new image for specialized "Walkup...
View ArticleCode 800A0007 Out of Memory Error
Hello everyone, as I'm new to this forum and can not seem to find a response which helps me in answering my question. I"ve created a VB Script (.vbs file) code per below to read a text file and...
View Article[RESOLVED] How to capture the first letter in a not-repeating string ?
Hi ;) I want to create a function for capturing the first letter in a not-repeating string For example if have this : MyString = "aabbccddMffrryx" So the first letter will be retuned as M So i'm...
View ArticleUsing LINQ to display data from SQL Server in to text boxes on forms using...
Hi. I am currently using LINQ to try and display data from SQL server in to the relevant text boxes on an asp.net form using vb.net. However when I run my form in Visual Studio the data is NOT...
View Articlevb macro with URLDownloadToFile does not work from Mac
Hi I am trying to download images from an intranet site using VB Macros ( Excel for Mac 2011) I use URLDownloadToFile and pass the ur Heres part of the code: I pass "http://intranet/images/first'jpg"...
View ArticleVBS add users to AD
Could someone tell me how I could add a column for Description to the following script? In addition, if not too much trouble, can we add calls for address information, telephone and organization...
View ArticleCDO.Message and code pages
I am trying to get foreign characters to display correctly in my email, when sent from my .asp webpage using CDO. Nothing seems to be working. I have tried adding: cdoM.BodyPart.Charset = "utf-8", as...
View ArticleAutomated Installations
Hi and Welcome. First of all I'm using VB 2008 express and Visual Studio (VB Console Application) 2013. Now here's my problem. I have an installer of a certain printer which is saved in C: in my...
View ArticleHelp with Vbscript picture.
Hi, Apologies if I have posted this in the wrong place. I am using visual basic for the first time ever to create simple reminders. I have managed to set up a task in task scheduler to run a tiny...
View ArticleHow to debug ASP?
I used to debug my code on the web server itself, but my new hosting company refuses to enable error messages making debugging an absolute nightmare. How can I debug ASP code on my own computer since I...
View ArticleoIE = CreateObject("InternetExplorer.Application") - Getting the html code
Hi! I'm using vbscript to create an IE object to automate some tasks. I wonder if it is possible to get the HTML code form a window which pops up from the oIE when the script clicked in a link on it....
View Articleif then, different elements
'<div id="status" > CLOSE '<input id="Button1" Basically, i want to make an if then statement with the above elements. if the CLOSE text becomes OPEN (1st element), it would automatically...
View ArticleVBS email with excel sheet range
I want to gather a static range from excel sheet to go into the body of my email. But, This particular script works by walking down each cell of column 1 till it finds an empty cell which it assumes is...
View Article[RESOLVED] How can i kill all instances of "Wscript.exe" exept one that is...
Hi ;) Please i need some help to solve my issue ! so the question is : How can i kill all instances of "Wscript.exe" exept one that is started by my VBS ? I made this script , but i get an error at...
View ArticleASP/VB Question
I have a URL that I access with a Product Code, e.g., http://www.myurl.com?F01 I am trying to remove the ? and use the result in a database query to pull up the info on the desired product. Item =...
View ArticleDatabase SELECT statement
I have a Database which contains a text field called Item_Number. In my database I have two records. The Item_Numbers for the records are "F01" and "F02". I want to open the database and print the data...
View ArticleobjFile.Copy duplicate name problems
Hi all I'm hoping for pointers or explanation as to why my attempt at a script might be failing please :) I'm relatively new to VB and through some searching etc have managed to cobble together the...
View Article