Encryption (vbe files)
Hi I have a file which is included in a number of pages <!-- #include file="../_script/vb/blah.vbs" --> The script includes some constants that I have been told to encrypt some how. Using the...
View ArticleReflection Loop Not Working
I tried to look all over the place for an answer, but I'm new to coding for my call center and really need some help. Here is what I'm trying to accomplish: In Reflection, I am trying to search for a...
View ArticleProblems converting a constant
I have a vbs file which contains a huge list of constants e.g Private Const Client = 3 The problem I am having is that I need to change one of these constants into a variable populated by a function...
View ArticleAccess website and grab cookie
I've never really worked with VBscript, but I was asked to see if I could write a script that would run on a schedule on a PC to access a website and grab the cookie in order to send it to another...
View ArticleVBScript help on mouse action and screen resolutions
Hello all, I have a problem that I am hoping can be resolved with a simple VBS text doc. I have two computers on separate networks that share a mouse/keyboard with the use of a USB Switch board. The...
View ArticleRun-time error '2147217900 (80040e14)' when fetch data from excel to SQL server
Dear All, I tried to fetch data from excel to SQL server. I have created Recordset, connection and command under ADODB. Everything were fine because I used this method many times already. I have...
View ArticleOutlook VBA balloon notification
I am trying to show a specific balloon notification for when new mail comes in outlook. I have the following which will trigger on new mail but what can i add to just show a basic notification? Not...
View ArticleADSI authentication by ASP
Hello, I am using this function code in vbs file and works, but in asp page does not work. #################################### Code: function AuthenticateUser(strUser, strPW) Const...
View ArticleVBscript put path on "field" file
Hi, im try to upload my profile pictures in facebook by put the url on a "field file" without click "Choose" with this code, but, is not working: Set IE = CreateObject("InternetExplorer.Application")...
View ArticleUsage of MSXML2.ServerXMLHTTP in vb script
Hi I am new to vb script and we are calling webservice function from vb script by using "MSSOAP.SoapClient30" as below and getting the response. everything is working fine but now we are trying to use...
View ArticleIssue with webservice response while using MSXML2.ServerXMLHTTP.6.0 in vb script
Hi We are calling the webservice function from vb script by using "MSSOAP.SoapClient30", the function returns the byte array and we are saving that as *.jar file below is the sample code...
View Article[RESOLVED] Combine 2 vbs Scripts
Hello to everyone I'm trying to make a vbs script to to run a batch/cmd file elevated/with admin priviledges. Both files are in the same folder. I also want to be able to run the script from no matter...
View ArticleAuto Import Script not Working
Hi all, I'm an absolute beginner with VB hence I might ask some silly questions. I have a VB script getting triggered via a Batch file which resulots in data being imported for last day. Below is the...
View ArticleError 3110 appears after server upgrade for all users
Hi, Recently our ISP upgraded us to a new server platform, and all hell broke loose. This particular problem involves a query involved in moving a newly created ZIP file into a specific folder on our...
View ArticleAdvise on Redirect with Custom Request headers
My team hosts a set of central web pages that is used by many different organizations. These pages change their look and feel (fonts, images, etc.) based on which organization calls the page. This is...
View ArticleVB script to filter and update value in different sheet
Hi Folks, I'm new to VB and need guidance with my task in excel. *I have an excel workbook with multiple sheet (max 6 sheets). *I need to filter values (pass/fail/in progress)in Sheet 3 ("O" column)...
View Articlehow to send a text or message to custom display pole
Can anyone please help me out on the topic of sending a display message or text to silicon labs cp210x usb to uart bridge controller step by step by a simple visual basic program... i mean am a...
View ArticleSending PDF files via SMTP to one recipient in separate mails
Hi all, I'd like to ask you for some advice or help with my problem. Unfortuantely, I'm not a VBscript guru and have no idea how to handle my problem. Description: - there is a folder called...
View ArticleShow a Popup and Redirect
Good Day i have this code Code: response.Write "<script>alert('You are now done with the 2013 roll value. You will now be taken to the 2017 roll to enter a...
View ArticleRadio List assistance
Hi All, this is probably really basic but I am stuck. basically I have a radio list (call it list a) with values in it, these are dynamic so there could be up to 10 options in it. what i am trying to...
View Article