Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 13(0 seconds)
Sort By:
 
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? ...
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...
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 = ...
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...
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
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...
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...
Zones: VB Controls, Microso...Date Answered: 06/08/2005 Rating: 9.2 Views: 15
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...
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         ...
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...
Zones: Visual BasicDate Answered: 07/08/2003 Rating: 8.6 Views: 0