Direct upload image/text to webpage
Hi there Does anyone know of a way to upload an image/text directly to a webpage? I have a forum for friends and I thought this would be a cool way to keep the other members updated. The page is...
View ArticleHow to direct upload image/text to webpage from cellphone?
Hi there Does anyone know of a way to upload an image/text directly to a webpage from a cellphone? iPhone, HTC etc.. I have a forum for friends and I thought this would be a cool way to keep the other...
View Articleextracting autoban ip's from hmailserver to text file ? visual basic script...
Hey, I have this visual basic script. I run it on server 2008 and it works with hmailserver . Basically the script sends an email to an account using the mailserver and informs me about how many...
View ArticleVBscript for copy mdb to mysql
Hi guys, Im newbee about the programming , I have an issue but couldnt fix anyway. Please help me here is my code to read mdb file and it works fine Code: ' Connection String required to connect to MS...
View ArticleRunning Excel Macro From VBS (with 2 versions of excel)
I'm trying to automate excel to run a macro contained inside a workbook. From reading various threads, it seems that this should be simple to do using windows task scheduler and VBscript. However, what...
View ArticleVbscript to Fill and Submit Web Form Help
I'm trying trying to figure out the last piece of this puzzle....the submit button. I'm creating a VBscript that will 1) launch a website, 2) fill in the neccesary fields in the html form, and 3)...
View ArticleDo Events and Sendkeys
Hello, I am using a shell function to open up a program and then use SendKeys to open up tabs in the menu bar by shortcut keys(ie:ALT-P then ALT-L). The problem I am having is that the script keeps...
View ArticleCustom message box with custom options buttons
Hi I am sorry but I am rather new to vbs scripting however I have some experience in bat and cmd files> Here is my question. I would like to make a vbs file that starts on start up giving me a...
View Articlecopy a file, run program and backup after program closes
Here is what I would like to do. I have a problem with a game where when I reboot my pc I loose my save file so I have though that I can create a vbs file that I run which will copy a backup of my save...
View ArticleCancel button and OK button act the same
I know VERY little about vbs but was trying to do a simple script in notepad. The script is now working as it should to perform the function when the OK is pressed however the Cancel button does not...
View ArticleVBScript errors with 'Access is Denied'
:wave: We have a .net application in our project that is giving me problems on my machine. Part of the app calls various .vbs files to perform batch operations - zipping files and moving them around...
View Articleproblem with loop
Hi I'm using this script to convert html file to mobi with mobigen. It opens the opf template and set the author and the title of the books, and finally it makes an opf file that is used by mobigen....
View ArticleSimple Fraction Calculator
Hi i am trying to make a simple fraction calculator and im new to programming, i didnt quite understand all of what was on the internet and so far have this. but it dont work here is the whole page of...
View Articlegridview problem
I have something like this http://i.imgur.com/eXZNb.png if user will click on clip icon then image should be display after that row http://i.imgur.com/9SD21.png is it possible using jquerry ??
View ArticleDeleting Folders
Please be patient with me on this, I am very new to coding. I have seen a few examples of code to delete folders older than a certain date, but I would like to delete subfolders of subfolders. for...
View ArticleCopy and paste in excel
I want to copy a range of cells and paste them in the same sheet beside that range. I am using below code to find that range Set x6 = CreateObject("Excel.application") Set XlBook =...
View ArticleWindows 7/XP Find value in registry and write computer name to text file share.
Hi. I am trying to write a VBS Script to find a value in the registry for Windows XP and Windows 7 machines. Depending upon what value is found I want it to write to a text file "ComputerName and...
View ArticleVbscript: How to access source html part of a webpage
Set IE=CreateObject("InternetExplorer.application") IE.Visible=True IE.Navigate "http://www.x...y.com" Do While IE.Busy wait 1 Loop print IE.Document.Body.innerHTML Code above is returning the...
View Article[RESOLVED] VBScript errors with 'Access is Denied'
:wave: We have a .net application in our project that is giving me problems on my machine. Part of the app calls various .vbs files to perform batch operations - zipping files and moving them around...
View ArticleHow to remove " from the beginning and end of a string
I've a string like "www.abcd.com" . The string actually includes the " at the beginning and end as I'm fetching this from the source of a webpage. How do I remove the " from the string? Trim, Replace...
View Article