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

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

 

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


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:


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,


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 to EXE -
Hello all. I'm looking for a very simple program that will convert a VBScript into an EXE. I'm not looking for a full IDE or anything, the smallest that's out there. Can anyone point me in the right direction. Thanks. Cheers, Josh


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


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 help -
I have got the vbscript function workin well, but i want it to compare two text boxes and change text in them accordingly but it doesn't accept the simple if statement i write? Does the vbscript function not support if statements etc...??? Thanks GTJ


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


Chikun Dowg Doenught -
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:


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!


SNMP and VBScript/WSH -
I'm having a bit of trouble finding info on getting a SNMP working in vbscript/WSH. All of the code samples I have tried havent worked even when I tried to simplify it down. Basically what I am looking for is fairly simple. I have a Server IP Address, a Community name, and one OID


How to convert VBScript to DLL(Urgent) -
Hello, I am trying to find solution to my query since a very long time, but all in vain. so I am here mailing you to know the exact steps in order to convert a simple VBScript to DLL.Could anyone kindly give me a sample VBScript and steps to convert it to DLL(preferably .NET DLL).Ho


"Hyperlink" in VBScript -
Hi, A simple question with, I hope, a simple answer! I have a web html page which uses VBScript. Within the script I do some calculations and then I want to jump to a certain point within the html, as if a hyperlink had been clicked on that page. How do I do that, please?


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/


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


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


Newbie question - handling file access errors -
Heya I'm trying to learn the basics of VBscript, and as a stat I'm trying to build a crude communications channel between two different scripting languages by using a simple mutex-locked file messaging system. Anyway, I don't need to bore you with the details, as my problem is ve


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?


be specific -
Hi, i know i can do it in vbscript but how. where on earth do i get the shape control. is there a vbscipt software ???!!!! I always thought you had to do vbscript in a text editor like html. i still don't get it. where do i get a shape on my web page by simply just coding. please g


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


Quick question: Removing quotes from a file -
Hi Everyone, I've got myself stuck trying to write a vbscript that removes quote marks from a file. For example: "test1", "test2" becomes: test1,test2 I would be very grateful if anyone can help me with the code. I would be fine in vb but it seems trickier


VBScript & API Question -
Simple question: Can VBScript call API functions?


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


Using Timer Control via VBScript -
This is the second thread of mine that got stuck. I guess there is a problem with me connection. Anyway, I'm trying to create a timer object instance within VBScript. As you can guess I couldn't. I need to execute a statement say every three seconds and I need to do this via VB


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.


FileSystemObject, any replacement ideas -
I just asked this question BTW in another post. I think it's worthy of its own. Ye olde FileSystemObject. Scrrun.dll. Windows.FileScripting (I think, I forget what it's called in vbscript). First: I had a problem on a Win 2003 Svr where I had vbscript code happily running for


How do I call Vbscript functions from VB.net code behind files -
Hi gang, I have a problem. I need to call some VBScript function from my code behind file. Tis is because, only under certain condition, would the Vbscript function be needed to be called. How do I go about doing it?


I need a very good VBScript editor/debugger... -
I am looking for a good VBscript editor/debugger that does the following at least.. -Color code the vbscript -has the ability to insert bookmarks so you can jump to specific parts of your script with a simple hotkey press -has a built in debugger for both wscript and cscript -has


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.


(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


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


Need help in simple coding -
Dear Gurus and members, I am a newbie in VBScript. I am trying to create a vbscript that will search for a specific .txt file on the user's computer. If the .txt file exists, it will run a .exe program (stored on the user's computer - one.exe). Otherwise, it will request the user to


VB6 function from VBSCRIPT -
Hi I have added scripting runtime and able to work with it as long as simple statement execution is there. What I want is User will type something like this in textbox: myfunc(arg1,arg2) Where myfunc is public function written in module. VBscript eval method is not able to execut


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