o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

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

 

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


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


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?


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/


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


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


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,


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


I Guarantee Nobody Here Can Answer This Question! -
I know that nobody here will answer this question, because this is the third time I've tried. But, I like to do this anyway because its such a simple question that you'd expect ANYBODY that had ANY experience at all with Javascript could answer this question without even thinking abou


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 & API Question -
Simple question: Can VBScript call API functions?


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?


active X or server setup!! -
I want to edit a user's hosts file and I've been told to use VBScript to do this. Do I need to have anything setup special on the server to do this (use VBScript)? I'm using Apache for development and will be migrating to IIS for deployment. And then I guess the next question is h


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


Possible to connect to a free-bsd server with a vbscript -
Hi! I have a big problem with a vbscript and would be very happy if anyone could have helped me out. I am going to connect to a free-bsd server from an win xp, or win 2k client, and copy the last modified files. I think I have the copy script, but I find it very difficult to connect


Question about VBScript -
Hi everyone. I'm a complete newbie to VBScript. I feel like exploring this type of programming language, but I need one example. How can I produce a VBscript program that calculate/produce a Celsius to Fahrenheit tables where the celsius temperature starts at -40C and steps up by 5


VBScript question -
How can I redirect pages in vbscript???


VBScript copy file -
Hi, i develope a script in VBScript that go to the windows register and install a button to the internet explorer tool-bar. when clicking the button it go the a exist directory that made turing the installation when active the VBScript. my question is: how can i copy files


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 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?


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


An all vbscript file -
stupid question, but like in javascript a file with all javascript is saved as a .js file. What is the extension to a vbscript file???? .asp???? even if i just have a hello world function??? thanks yes i'm new to vbscript


vbscripting question -
ok someone asked me to write a vbscript to manipulate a text file... can this be done? i know you can use the FSO in vbscript.. but can you with a standalone script? basically they asked me to write a vbscript that parses a text file log from IIS and extracts IPs from each line


Chikun Dowg Doenught - HTML VBScript -
I have a question about HTML VBSCRIPT. I need to retreive a directory listing, and place the filenames in a dropdown menu. The only problem is, I dont know how to retreive a directory listing ......... And I dont know enough about HTML VBScript to figure it out ... EXAMPLE:


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??


VBScript Question for an order form -
I have created an orderform on my webpage and it runs off of a perl script, and I would like to convert it to VBScript. I just do not know how to get the information that the person enters to me. In my perl script I use sendmail, but from what I hear about VBScript, I can not even wr


ActiveX Controls, VBScript and Java -
Greetings. From the MSDN website: Quote: On an HTML page, your component's functionality is accessed through scripting, such as when events are handled through Visual Basic Scripting Edition (VBScript). For ActiveX controls, scripting is the only way to ful


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.


ActiveX Controls, VBScript & Java -
Greetings. From the MSDN website: Quote: On an HTML page, your component's functionality is accessed through scripting, such as when events are handled through Visual Basic Scripting Edition (VBScript). For ActiveX controls, scripting is the only way to ful


HTML vbscript dropdown menu (additems) -
I have a question concerning VBSCRIPT for HTML .... How can I, using HTML VBSCRIPT, retreive a directory and add the file names to a dropdown menu ....... Example: c:\windows\msagent\chars (Then add the merlin.acs, peedy.acs, and whatever else is there to a dropdown multi line


(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


VB/ VBS question -
I use the ShellExecute function to run a VBScript file from inside my VB app. The script file takes awhile to run in the background so I wanna add a progress bar or something. Is there a way to determine if the VBScript file is running or not? Thanks ttlai


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


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.