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??
Also function call syntax and file handling differs in vb and vbscript.
So how can i call vbscript function from Dll created in VB.
Need some solution to this problem.
Regards
Vbuser4
Creating files--using VBScript -
Can someone give me the code for creating a file using VBScript? Thanks,
Spie
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??
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
Creating Profiles with VBScript -
I am trying to automate the creating an outlook profile process through VBScript. I was wondering if there is a script to create the user's Outlook profile at logon.
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 a PDF file, from vbscript -
I would like to be able to have my website create PDF files programatically from vbscript. My only requirement is that the software/library is free. Ideally I would rather the user not have to install anything but if there is no way to do this I can deal with that. 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
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
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/
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
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
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 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
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
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 Functions -
If I'm creating a website and want to link to a function, like you can in JavaScript using <a href="javascript:function"> how can I do this with VBScript, because i tried <a href="vbscript:function"> and it didn't seem to work
VBscript dialog box on exit -
hello
i really need help with creating a dialog box which asks a user if they want to exit or if not????? i am doing this in vbscript
thanx
VBScript - loading COM Libraries -
Hi all,
Whilst using VBScript code in an html document, is it possible to load COM Libraries? (when using normal vb 6.0 code, you can select which ones you require using project > references - but I don't know the equivilant procedure in vbscript).
I need to access a dll file.
VBScript and Javascript -
Hi, I have 2 questions:
1) If I write a function in VBScript, how can I call it from within my asp-page?
2) I have some code written in javascript that I want to run from within some code in VBScript. (How) can I do that?
Thanx!
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.
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
VBScript RegExp Help -
I'm new to VBScript and I'm having problems with creating a vbs app that does the following:
1) Read a text document and look for a specific patter of characters.
2) Pull all of the matches into a variable for future use.
ie.
Txt.doc
kjsdhlfsdiufweP.O.#123456yioewupryhjkfi
Creating a Submit button on a MS Access Page using VBScript -
Hello developers
I have created an Access page that has 3 Combo Boxes, and one text field. What I am trying to do is when the user opens this page in a web browser; he should enter his name in the text box and choose the data from the combo boxes. After that, the user should click the
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..
How Do I Debug VBScript Code -
I'm trying to develop a spellchecker to be used with the VBWTool utility. It is VBScript in an htm file. I've never done anything before with VBScript. How do I debug my code?
Help: Understanding references -
Hi All,
In the process of creating an installer for my VB 6.0 app, I noticed some of the references for my project, which puzzled me. Could anybody help me clear my understanding?
For example, the location for the ref
Microsoft VBScript Regular Expressions 5.5 is
c:\Windows
SaveAs -
Via vbscript, I am creating an Excel Worksheet and I want to be able to save the file when it is finished...This is my current code for doing do:
xlsheet.saveas "r:\Reports\" & DBase & ".xls"
This command works fine in a VB environment, but with VbScri
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 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
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?
VB Script question on ASP page -
Hi,
I'm creating several VBScript functions on my ASP page to be run on the client side. Currently I'm running a line of code:
document.form1.compTotal.value = 200
(compTotal is my textbox where I want to put some value in)
(form1 is the name of the form where my textboxes are
VBScript - Creating a Pivot Table in Excel -
I am writing an ActiveX script for DTS and need some sample code on how to create a pivot table in Excel. Can someone please post the vbscript code that I would use to create a pivot table in Excel.
Please Help!!!!!!!!!
hellp me with this vbscript program!!!! -
hi all ,
i am a beginner in vbscript , i want to write a vbscript file(included in html) that when the user clicks on an image or a button the
vbscript code should connect to a server on the internet and download a file from it.
if anyone has a source code, by the way i want to k
Dynamic code.. possible with vbscript maybe -
Hey, this is a far fetched idea I have but wanted to see if it was possible just the same.
Is there anyway to load some dynamic code into a program (at run time) that could access the various functions in the program as if it was built in?
I'm looking for an easy way to perform s
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
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.