Do I need VBScript for this -
I am very new to VBScript. I know VB pretty good though, so hopefully this helps. I am trying to use VB or VBScript to open or pass a command line to Monarch Pro to take a report and put it into a template, that is already created, load it to a certain website, login automatically w/ username and password, and give it the template for the website to do whatever to it. My question is, do I need to use VBScript for this or can I use regular VB? Do I use the script tags in VB if I hve to use VBScript? Just trying to figure out how I would even start something like this. Thanks.
Calling a VBScript from within a VBScript -
I have a VBScript that needs to call another VBScript and I'm not sure how to do it. The called VBScript also has 3 command line parameters. Any ideas on this?
Thanks,
VB or VBScript -
Hey, posted this over in VBScript also. I am very new to VBScript. I know VB pretty good though, so hopefully this helps. I am trying to use VB or VBScript to open or pass a command line to Monarch Pro to take a report and put it into a template, that is already created, load it to a
Dynamically creating a form and control in a VBscript -
I need to create a VBscript which has 1 form, and at least one control.
I want to prompt the use to change the drive letter.
So I need a form, and a Dir List Box.
However, I don't know how to add a form or control to a vbscript, since it seems to be limited to variant data types
Do I need VBScript for this -
I am very new to VBScript. I know VB pretty good though, so hopefully this helps. I am trying to use VB or VBScript to open or pass a command line to Monarch Pro to take a report and put it into a template, that is already created, load it to a certain website, login automatically w/
Re: VBScript vs. ASP -
Hello.
I am starting to learn ASP and VBScript. Could you please tell me how they are different, how they are related, or whatever in terms of HTML?
I know that the tag to start any VBScript (ditto to Javascript) is <SCRIPT LANGUAGE="VBScript">, and the code f
VBScript Newbie Question (VERY EASY) -
Ok, I'm new to VBScript, so don't laugh.
How do I take the VBScript source I made in MSE and create a vbscript file?
Do I just copy/paste it and change the extension like I would an HTML file?
A somewhat difficult question about VBscript -
Is there any way I could allow VBScript to run under Mozilla and other alternative browsers? I know VBScript only work under Internet Explorer. I wonder is there's any hidden tweak or special program to allow VBScript to be enable in Mozilla?
Thanks,
Greg
vbscript lost focus routine -
what the heck is the proper syntax for writing a lost focus routine in either vbScript or ASP? I know VB but am new to both vbScript and ASP. I noticed that what is Text1_GotFocus in VB is Text1_OnFocus in vbScript. What is the vbScript equivalent of Text1_LostFocus?
VBScript-What can I do with it -
I've recently learned of VBscript, and I've read a few tutorials, done a little coding...
My question is: Where does VBScript become incapable of doing what VB can do?
Can it do APIs?
Can it use controls? (RTF, Picbox, slider...)
Can it make control arrays?
Userdefined objects
Pass VB Checkbox value to VBScript -
I am writing a VB form that is called from a vb script to display login info for our domain login script. I am able to pass variables to the VB app from my vbscript, but I want to pass the values to my vbscript from the VB. Basically I have a check box on the VB app that I want to read
creating Dll in VB for VBScript Code -
My project is coded in vbscript.I would like overcome the interpretive overhead by converting part of my code(a major functionality which mainly has function calls to other VBscript functions) into a Dll using VB.
Is it possible to have vbscript function calls in a Dll created in VB??
How to run ocx using VBscript -
Dear gurus and members,
I am a newbie in VBscript. May I know how can I run .ocx using VBScript? Is there any sample codes or suggestions that I can refer? Will running .ocx using VBscript cause any security pop ups such as save/open dialog, activeX? Any suggestions and reference a
VBScript...pasword protection -
I'm trying to create a VBScript that will open a database and check to see if a user has registered. I cannot use ASP, cause the server is not ASP enabled, so I figure I have to do it with VBScript. Is there anyway to open an Access database in VBScript? Thanks.
(0_0) Towards VBScript.... -
How do i go about using vbscript????
I Have vb 6 pro but i dont have a clue as to how i use vbscript??
can someone fill me in?
NewBee Vbeer6.0()
vbpro6sp3&4
End Sub
How is VB different from VBscript -
i know Vb and VBscript are different. but i would like to what are some of the common things(procedures, properties) etc. that are restricted in VBscript and can be found in VB.
Invoke VBScript from VB.NET -
Hi
I classic VB6 you can place the script control on a form, load VBScript into it and excecute. You can also share objects between VB6 and VBScript. I want to achieve the same thing but with VB.NET. My objective is to write a VB.NET application that will run some queries against a
VBscript & Javascript. -
I've got some script in javascript and some in Vbscript but my javascript cant see the vbscript stuff ?
Had this before but its aching my brain any help at all please ?
All scripts are in the <Body> and the VBscript is before the JavaScript ?
Thanks
Chubby..
sending keystrokes in VBScript -
Does anyone out there know of a command similar to SendKeys in VB for use in VBScript? I am trying to open a Dos window from VBScript code and send it some commands to automate a service. If anyone has any tips, i would appreciate it.
Thanks
simple VBScript problem -
hi all
I don;t really know VBScript , but I need to know how to open a txt file in VBScript and to write something in it. I know it's not VB, but if any one can help be I'll be happy
vbscript - financial functions! rate() -
Im trying to build a financial calculator in vbscript,
and have stumbled upon the fact that vbscript does not support any financial functions? Can anyone confirm this?
Is there any other alternatives to rewriting this functions? Specifically i am after the rate() function (the on
VBScript within VB.NET question -
I am a noobie at VB.NET, but I am trying to figure something out.
I have a few VBScript files I wrote and I know some VB.NET. I am trying to include these VBScript files within my compiled program and have it display the strings.
Basically, I want the VBScript files to run and th
Using VBscript to store IP adress of requester -
I'm new to VBScript but I need to write a small server side script in VBscript that will log the requesting IP address into a text file. If it can log all of the info such as browser and operating system that would be even better.
Implementation of vbscript -
hello again, since im on a roll atm imay as well post this question
for my irc client ihave dedcided(in version 1 anyway) to impement vbscript as a scripting langauge - i have fallen at the first hurdle
how can i do it? (having never useds vbscript before provides a bit of a pr
Collections in VBScript -
I have a VBScript ASP, and I really want to use hash tables. I can use the VB Collection data structure as a hash table, but I can't get it to work in VBScript.
Am I correct in guessing that one can't use the Collection structure in VBScript?
Run .BAT file within VBScript -
Hi there almighty people!!
Two questions:
Q1:
If I have a .BAT file that performs some XCOPY commands and copies some files, how do I start it in a VBScript?
My wish is that it should interact like this:
VBScript pops up a MsgBox which says, Would you like to take BackUp?
Using VBScript to tell how long the execution time of a SQL job was. -
What are my options here?
I've used SQL-DMO for job related stuff before in VBScript, but for finding out how long a job took to execute (in minutes for instance) I'm stumped on.
the stored proc sp_help_job is great for finding out the date and time a job started on, but not wh
Declaring data types in vbscript -
Hi all,
can anyone tell me how to declare the date datatype in vbscript, for example I want to be able to say;
dim mydate as date
I cannot find the syntax for this in vbscript.
Cheers,
Colin
Can anyone suggest me good vbscript tutorial -
Hello
I am interested in Learning VBScript.Can anyone tell me any Good Site where i can learn VBScript in depth
leela
VBScript Navigation bar -
Im pretty new to vbscript and web development,
and im trying to figure out how to create a drill down style navigation menu for my web site, with VB Script. I have
seen many many many examples of ones done in Java.
but none done in vbscript. Does anyone have a link
that show me so
please tell me very good for vbscript tutorials -
hai, some body plaese send some good sites for vbscript tutorals especially validation using vbscript.
Getting File Time with VBScript -
Being new to VPScript and ASP pages I've come across a hopefully easy problem. How can I get a files last Modified time in VBScript. with straight VB there are several Methods (GetFileTime and FileDateTime) but niether seems to work in VBScript.
Thanks for the help!
JavaScript or VBScript -
I have been into vbscript for a while now and I'm enjoying working with it. My coleague works in javascript and showed me some features of it that works fine and i am now tempted to work also in javascipt. I just would like to ask you people, which scripting language is better, javascr
VBscript - cancel submit -
How can I cancel submiting my form using ONLY VBscript. I found answers with JScript but I want to use VBScript
ASP/VBScript Help -
Hi,
I am a Vb Programmer new to ASP/VbScript and would be gratefull if someone could help me.
1. Can you call an ASP Function on events(ie. When a User Selects a Name from a Drop Down Menu, the value in the drop down menu is passed to a query and the results are displayed in othe
Jscript vs VBscript -
I was reading the Jscript language reference and I had a question. It seems to me that both Jscript and VBscript use the filesystemobject in the same way. Is this true or am I just looking at this the wrong way? Also is VBscript EVER compatible with Netscape?
VBScript Msgbox -
How do you get rid of the text "VBScript" in the title of a VBScript message box?
VBScript LostFocus Newbie Question -
What is the syntax for LostFocus in VBScript? I know it is Sub Text1_LostFocus() in VB6 but what is it in VBScript?
vbscript and games -
hey, how hard would it be to make a game using vbscript? could you make a game using vbscript? i was just thinking that if you could it would be kinda cool to make an online multiplayer rpg or something. also could you make a whole game using activex? i heard that you can use activex i
i don't execute vbscript -
i wrote dreamweaver- ASP part of vbscript. i to trod F12 buttons; as below picture
i don't execute vbscript of ASP.
Alternative to JavaScript's setInterval() in VBScript -
Does anyone know of any method similar to the JavaScript setInterval() method in VBScript which will allow me to execute a VBScript Sub or Function infinitely after a certain interval.
Mainak