VB timeout and resume work?
Option Explicit Dim A2, A1, s, f1, ts, ts1, fso, fso1, Soobshenie, SiteAddr1, SiteAddr2, bs, cur_time, api_key, api_secret, Message, HTTPgetCrypted Const ForReading = 1 Const ForWriting = 2 Main Sub...
View Articlevb script to copy specific file to another computer via local area network
ana.xlsm this is the file which i want to copy to another computer, this file located on server on e drive which i want to copy that computer which name is pravin, copy this file on pravin computer on...
View Article[RESOLVED] ASP NET Core on Apache Servers
Hello, I am using Visual Studio 2019 and developing a few WEP APIs and WEB SERVICES using ASP.NET CORE with c#. I have used ASP .NET CORE because Microsoft is saying that it produces cross platfom...
View ArticleCheck running program, start if not running VBscript.
Hello! First of all, im totaly new to this and i dont know if im posting this in the right forum. Admin can delete/move this post if it's in the wrong place. I have a Windows 2000 server (Yes i know...
View Articlevbscript not taking current date it means not taking year
the following vbscript i used to take backup from desktop to F drive it is also when copying also rename the file and add todays date to the file name,but you know just year is change now year is 2021...
View Article[RESOLVED]Check running program, start if not running VBscript.
Hello! First of all, im totaly new to this and i dont know if im posting this in the right forum. Admin can delete/move this post if it's in the wrong place. I have a Windows 2000 server (Yes i know...
View Article[RESOLVED] vbs to download data from url as csv table
Hi! I am using the following code to download data from a website using vbs. The data is held in the webpage in table form. However, the resulting downloaded data is in the form of a simple continuous...
View ArticleVb Function
Hello Guys.,:wave: Hope all r doing great. I have a requirement of getting multiple return values from a vb function as Array format or just like multiple variables. Is there any possibility for...
View ArticleMicrosoft Edge in Kiosk Mode - Please help
This is my first ever vb.script and I'm having trouble making Microsoft Edge open in Kiosk mode could someone please help me modify the line of code. Here is my code set shell =...
View ArticleVBscript save PDF-file
Hello, I'm looking for some kind of script that automatically saves a PDF-file when printing. Example: I open a PDF-file in my browser. I print this file and then automatically the script saves the...
View ArticleWinHttpRequest - errors like 'method cannot be called until open/send has...
Hi, After both Opening and Sending a request, some of the propertes of a WinHttpRequest are displaying errors. Code: On Error Resume Next Set objHTTP = CreateObject( "WinHttp.WinHttpRequest.5.1" )...
View ArticlePass all arguments into array VBS
0 I want to run jsx script and passing argument into array Code: Const psNeverShowDebugger = 1, psDebuggerOnError = 2, psBeforeRunning = 3 Dim appRef Set appRef = CreateObject("Photoshop.Application")...
View ArticleCreating pdf from gridview with selected rows.
Hello guys, I need help for my webpage. I made a SQL database which include my data and I created 2 pages that I and my customer can look data in Gridview. One of my client asked me that she wants to...
View ArticleSorting Array
Hi, Im new to VB, and trying to sort an array. The array populates properly within the program, but gets a 424 error when I try to sort. There are no typos. Also, I have to use SYSTEM.ARRAY.SORT(array...
View ArticleDetecting and avoiding duplicate data stored in a loaded CSV
Morning VB community.. I am involved with a project where they have provided me a CSV file with a 3-column comma delimited data array.. It goes as follows: Machine Name, UserID, LabelID...
View ArticleSearching Active Directory Sub OU's with script
I have an old vbs script that I'd like to reuse versus rewrite. It works, but it's not able to search sub OU's using LDAP search. It does use a csv as a validation script file, and that part works...
View ArticleHelp needed to automate console input
Hello, Below is my command to perform one activity. It accepts few arguments which is fine and no issues there. But when we run that command in cmd, it asks for password and confirm password. I want to...
View ArticleInput a password to dialog box after launching app through VB script
I have written a script that launches an application from my desktop. I have no knowledge in scripting, but was able to google around and have it done. However I am stuck at a point where I am not able...
View ArticleArguments_are_of_the_wrong_type_are_out_of_acceptable_range_or_are_in_conflic...
I am getting Arguments_are_of_the_wrong_type_are_out_of_acceptable_range_or_are_in_conflict_with_one_another on rstUpload.Open strSQL, Application("gstrDbConnProp"), 1,3 and I have no idea why Set...
View ArticleWant to take SAP application screenshots with Full screen
I am unable to take SAP application screenshots (full screen with Time Stamp) while SAP Scripting using vb script. Please help me soon.
View Article