Hi [peace]
I got this code from the net that worked great for me [2thumbsup]
Const navflags = 2048
Set IE = CreateObject("InternetExplorer.Application")
Call One
Call Two
'**********************************************
Sub One()
IE.Visible = True
IE.Navigate2 "http://en.wikipedia.org/wiki/"...
Hi [peace]
Please i need some help to solve my issue !
so the question is : How can i kill all instances of "Wscript.exe" exept one that is started by my VBS ?
I made this script , but i get an error at line 19
Set oWMISrvc = GetObject("winmgmts:" _
&...
Hi [peace]
I want to make a decomposition of a URL
So I have this Vbscript below :
My problem is when I type eg URL = "http://www.google.com" ==> the script returns me an error in line N ° 18 "incorrect procedure or argument"
However, when I type this URL =...
Hi [peace]
I want to create a function for capturing the first letter in a not-repeating string
For example if have this :
MyString = "aabbccddMffrryx"
So the first letter will be returned as M
So i'm looking for the best and the easy way to do it in vbscript.
So i ask you how can i do this...
Hi [peace]
Everything is in the title : How to error handling a file Download ?
I am about to apply and integrate a progress bar inspired by this contribution: [VBS] TraceRoute animated with a progress bar
So without error handling script is functional.
But with error handling that I commented...
Hi all,
i wonder,how can i open firefox window without address bar using vbscript ?
for example i can do it with google Chrome like this :
[Code Vbscript]Option Explicit
Const StartURL = "--app=http://bbat.forumeiro.com/"
dim Chrome,Question,Titre
Titre = "Ouvrir Google Chrome sans barre...
Hi !
I am trying to test a download of a mp3 file from this URL:
http://promodj.com/download/4126268/Chris%20Parker%20-%20Life%20MIX%20%282011%20-%202013%29%20%28promodj.com%29.mp3
but I encounter an Access Denied error at line No. 26, knowing that the url works in all browsers?
Can anyone here...
Hi
For the purpose of changing a personal Web Radio found here http://jsfiddle.net/zj5x7/
I want to scroll the title of the music and its author in the title bar. but I do not know how to get and store them in a variable for scrolling instead of what I managed to do so far in this HTA...
Hi [dazed]
I'm a bit tired and I can not find my mistake perhaps it is so simple but a little help on your part is required
Well, I want to check the validity of IP addresses entered by the user, but I do not recover when I want to do a concatenation like this :
Dim IP
Dim Masque
Dim Passerelle...
I am looking for an equivalent function in Vbscript if it's possible, to scroll the text in the title bar in an HTA like this function but it's written in javascript:
<html>
<script language="JavaScript">
var txt=" Hello how are You ? This a Demo for scrolling the Title bar ! so Enjoy it...
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 comment like after "'" character the output with numbers of lines becomes incorrect.
So how can i...
Hi
I need your help about this script.
What I want to do is just get the data between the <title>Data to extracted </title> and <!-Mfunc->Data to be extracted<!--/mfunc-->
So if someone here is kind enough to correct me the syntax pattern to achieve my goal.
Thank you !
Dim...
Hi !
I have this form and i would like to check automatically the first radio button and submit the form
So i ask you how can i perform this in vbscript ?
Thanks !
<form method="post" name="poll_1575" onsubmit="return...
Hi
I can not open a file type docx, doc, xls, ppt, pdf because i got infected by Win32.Mabezat.
infection was on another machine, and after I got fired Mabezat one folder from the old machine on which there is give importantly, the problem is that I can not seem to open the files in the folder...
I have been looking for a while on the net "how to create a scheduled task to logon (only after the current user has logged in)" but unfortunately without success
Well I found a lot of scripts that makes repetitive tasks, but in my case I found nothing.
For example here is a script that runs...
Hi !
I wonder if there are any tricks or tips can be done to hide the CMD prompt when I execute this HTA script?
Thank you !
<html>
<head><title>Traceroute</title>
<HTA:APPLICATION ID="oHTA";
APPLICATIONNAME="Traceroute";
BORDER="thin";
BORDERSTYLE="normal";
SINGLEINSTANCE="no";
>...
Hi !
I wonder How to Disable Alt-F4 in HTA ?
i read this article , and i tried it but didn't work for me , so i'm asking you how can this be done properly !
Thank you !
Hi
i wonder why the Method Popup didn't work in a HTA, but in Vbscript works!
exemple : i want to perform a message Box waiting for 7 seconds and it close by it self if there is no intervention by the User:
VBS
Sub Popup()
Dim WshShell, BtnCode
Set WshShell =...
Hi
I want to perform a Google speech in vbscript but i have some issues with this code :
input = InputBox("Enter a text to Speak","Enter a text to Speak")
HTTPDownload "http://translate.google.com/translate_tts?ie=UTF-8&tl=fr&q=" &input,"c:\Gspeak.mp3"
Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.