Limiting 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 ArticleConnnecting & log in
I am kinda new to VB, I as wanting to know how I can get my application so when I enter my login details it connects to a website say facebook for example and it checks the login details and logs into...
View ArticleIIS web server and Visual studio development server
Hello I'm currently working on an application that puts data into a grid view. The data source I am using is .NET Framework Data Provider for ODBC . I select my data, put in the query and test the...
View ArticleHow can we make VBA wait for a pivottable refresh to finish?
Hi, My code is moving to next next before pivot table refresh got completed. How can we make vba wait to go to next line? or how can we check whether the pivot table refresh is completed or not?
View ArticleSort By VB Script Possible?
Hi, This is my code and basically i want to sort it by Last Login can I do that with my current code and if so can someone point me in the right direction - I'm still learning and this is sort of just...
View Articlecalling another vbs using variable folder name in script
I have an hta which when a button is pressed calls another vbs This worked using the real folder path, but I have changed it so it's a variable: staff_path=...
View ArticleHelp using VB Script to edit an XML File
So work gave me a project. I'm a novice programmer at best (just enough to pass the two Java Programming courses required by my degree), and I'm more of a hardware and troubleshooting guy. So I'm here...
View Article