anonymous and logged in view the same
i accidentally posted this in the wrong forum, i'm not trying to double post. i will try to delete the thread, if i cannot, please overlook my inattentiveness. i am designing a website that is going to...
View ArticleWhy this VBS doesn't work in IE9 but works in IE8
Hi, I found this script online, I edited it for my needs and does what I need it to do, but it only works without problem in IE8, if I run on my other PC where IE9 is installed it gives me error....
View ArticleRun Saved Imports in Access
HI, I am writing VB code in Excell. I have a saved Macro in MS Access. I want to run that macro from my Excell VBA. Can any one please help me in doing this.
View ArticleGiving responce to msgbox displayed while running vbcode
Hi, When I am running VBcode a Msgbox is diplaying by Excell asking " This action will cancel a pending Refresh Data command. Continue?" It has Ok and Cancel button. I want to select "Ok" every time...
View ArticleGiving responce to msgbox displayed while running vbcode
Hi, When I am running VBcode a Msgbox is diplaying by Excell asking " This action will cancel a pending Refresh Data command. Continue?" It has Ok and Cancel button. I want to select "Ok" every time. I...
View ArticleCount all files in folder and subfolder - but exclude hidden and system files
Hi I have two machines that syncs a specific folder with each other - but only the "visible" files are synced! I've found and edited the following script that counts all files in a directory, and it...
View ArticleLimiting Checkboxes
Hi Vbforms, I have a question about checkboxes in Visual Basic. I have 6 Checkboxes available to select but i want to limit the amount a user can select to 4. What is the best way to do this? Can i...
View Articleproblem sending CDO email
I'm using the default script for sending emails from my website via CDO. The script generally works, but recently I've been unable to send an email to a list of 500 clients. I'm sending it to the...
View ArticleScripts getting aborted abruptly
I was running and testing a vbscript which went into a long loop . I killed the wscript to exit out of loop. When I tried to re-run the script it stopped running. I noticed that the wscript appears in...
View ArticleThe problem with deleting a file from the server after sending SMTP
(Script) Set objEmail = CreateObject("CDO.Message") with objEmail.Configuration.Fields .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2...
View ArticleVB script to delete file in directory except for files that contain...
Hi All, I need some assistance if anyone has a moment. I'm looking for a script that will delete files in a share \\server\SaveToFile except for files that contain the string: LEGAL LOCK UP LEGAL LOCK...
View Article[HTA] Txt2HTML + Numbers of Lines Issues ?
Hi ;) I'm trying with this code in HTA to convert any text file to HTML file and i would like to add with it the numbers of lines in the code , but i have this issue that when the code contents a...
View Articleconverting just 1 ASP file for an ASPX project
I'm working on an ASPX project, primarily in C#, and there's one really old ASP file from like 6 years ago I want to include. The code is rather complex so it'd be faster to have VS 2010 web dev...
View ArticleVB How do you make a panel grow in the opposite direction?
Hi! I need to know how to make a panel grow UP not down. I tried to put: panel1.height = (form1.textbox4.text * 13) But it only makes it grow DOWN. Its not THAT important, but it would make my program...
View Articlesending email from contact page of website
i have been trying to figure out how to send an email message from user input on a contact page of my website, and am using visual studio 2010. ideally, the user would input their name, email address,...
View ArticleFind/Replace all intances of "," in .txt file
hi everyone, i would like to ask for your expert opinions regarding my problem with .txt file. i have this data: "00000000","000","01 123...
View ArticleHow to convert delimited text file to excel
I would like to ask for help in making a .vbs script a code that will suite to my needs which will be shown in the link below. http://www.makeuseof.com/tag/how-to-...-spreadsheets/ the link shows how i...
View Articleget field data from external application window
Hello, I am pretty new to the VB coding and i am trying to do a simple app that looks into an external application window and gets some data from the different fields there and eventually presses some...
View ArticleVBScript.
I am getting an error 'Type mismatch' when I am writing a sub for QTP programming. I am not able to spot as I tried whole lot: Sub JavaEditSetULC(ByRef objRef, ByRef objValue) counter = 0 Do...
View Articlezip file and password protect it - please help
My vbs code below takes specified file and zipps it. I need to amend it such that: 1) it dynamically picks the file in the directory C:\files\ . I dont want to declare the file name in the code. 2)...
View Article