Hi,
I have an ActiveX Dll Class which doesn't have a form. I want to use the ScriptControl OCX to run JavaScript from the class.
How can I create an instance of the ScriptControl Object?
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20113598.html
Zones:
Visual BasicDate Answered: 05/07/2001 Rating: 8.2 Views: 0
Hello
I am building an active -x than contains script control.
I want to create a function that will wrap the run method of script control.The function will get a function/sub name to be run an...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20139498.html
Zones:
Visual BasicDate Answered: 07/23/2002 Rating: 6.6 Views: 0
Hi friends,
I think this is a hard one.
I have access to two variables, var1 and var2.
var1 = "qwe"
var2 = "rty"
When I receive var1 and var2 values I set a third value that is:
var3 = ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20357265.html
Zones:
Visual BasicDate Answered: 09/14/2002 Rating: 9.4 Views: 0
The basic: How do I get the offending line from a scriptcontrol when it errors?
The dirty: I'm loading a bunch of scripts from a root directory ( dir$( RootPath\core*.vbs) ) into a richtext bo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20509691....
Zones:
VB ControlsDate Answered: 09/12/2003 Rating: 7.6 Views: 0
when i run the app, it says compile error: cannot find the project or library. how can i resove this.
tanx
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20885066.html
Zones:
Visual BasicDate Answered: 02/15/2004 Rating: 9.2 Views: 0
I've read similar threads about this, but i am thoroughly confused. Why didn't they give .Net a nice eval() function? Grr.
I have a visual basic CONSOLE application (no forms).
I need it to b...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20901943.html
Zones:
.NETDate Answered: 02/29/2004 Rating: 8.4 Views: 0
Hello.
I wrote an application in Microsoft Access 2000 a while ago that we were using to create a series of documents/directories to create a notebook. Unfortunately it wasn't utilized appropri...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21446276....
Is there a way to find whether an object is registered (those that were added using AddObject) with the scriptcontrol? I've tried using CodeObject but it doesn't recognize that. I am using VB6 en...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21509222....
Zones:
VB ControlsDate Answered: 08/11/2005 Rating: 8.2 Views: 0
Hi,
I have problem on Eval function of MDIForm.Scripcontrol
Here is the situation: Given this piece of code...
Dim sc As ScriptControl
Set sc = MainForm.ScriptControl1
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21032398.html
Zones:
Visual BasicDate Answered: 06/22/2004 Rating: 9.2 Views: 0
Hi,
I have the following problem:
I read a string from a database and want to execute that string at run time.
So:
stringfromdatabase = "KSAMS=10*125"
Then if I do
fo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20671824.html
Zones:
Visual BasicDate Answered: 07/08/2003 Rating: 8.6 Views: 0