all groups > dotnet scripting > april 2005
Successor to VBA and VSA?
Posted by carl engerer via DotNetMonster.com at 4/28/2005 12:00:00 AM
Hi There,
Right now I'm building a winforms application that uses a COM
component for scripting and was hoping to use VSA as a more powerful and
more natural way for integrating script into my app. I was dissappointed to
find out that VSA is now no more and there is no .NET alternative... more >>
Error Running BAT file with ActiveX Script
Posted by Tim2Be at 4/27/2005 3:17:16 PM
I have an activex script below that I want to run as a DTS package. I got an
error "Permission Denied" when executing the package. Does anyone know why? I
have set the permission for the "test" folder to full control for everyone
and machine Iuser.
This is my function.
Function Main()
... more >>
Embedding JScript.NET
Posted by Keith MacDonald at 4/26/2005 12:00:00 AM
Is it possible to embed JScript.NET in a C++ application, allowing scripts
to access the functionality of the application? If so, where is the
documentation?
Thanks.
... more >>
take a proxy setting off- please help
Posted by Rob at 4/25/2005 9:09:04 AM
I have about 200 users (xp and 2000) and nee to take a proxy settings off
from their Internet explorer since that proxy is not available any more and
they should go to Internet directly. I don’t have too much knowledge of
scripting, and was wondering if there is any script available to do th... more >>
How to access a Webservice with javascript
Posted by Thomas Weiler at 4/19/2005 9:09:19 PM
Hi,
ich have an aspx site, in which I like to access a webservice (asmx
file) with javascript. I think it like this:
var ret = accessservice(<parameters or soap call>);
location.href(ret);
In this example the webservice gave back an url, on which the site is
redirected to.
Can someo... more >>
JavaScript scripting solution for C# web application
Posted by Pavils Jurjans at 4/13/2005 9:04:32 PM
Hello,
I have a complex project where the ASP.NET application reads set of
proprietary configuration files that define the application logic. Sort of
dynamic application builder. Lets call the final application defined in the
config files "meta-application". The configuration files also pro... more >>
Background Processes
Posted by Joe Zammit at 4/12/2005 9:04:12 AM
Hi All
I have a web application that needs to run certain processes in the
background and there are 2 ways I need to do this. Firstly, the application
has a diary section and I would like some code to run every half hour and
send an email to everyone who has an action alert set in the diary se... more >>
sAMAccountName retriveal
Posted by Kendoh at 4/12/2005 8:00:04 AM
I am having problems with the following code... I have established an AD
connection and performed a DB query successfully. I know it was successful
because i can run a wscript.echo objUser inside a For loop and have it
display the correct information. I omitted the LDAP address because it is n... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using the Local File system
Posted by Dominic Brien at 4/5/2005 5:07:05 AM
Hi, since XP SP2's IE security improvements, some of our solutions can't
work anymore (the way they are currently distributed). Our developers are
migrating our application from VB6 forms to ASP.NET Web Forms. In the
process some of our interfaces are still being used as exe files installed
... more >>
how to determine deleted content in WYSIWYG Editor
Posted by John at 4/4/2005 3:12:31 PM
I have a editable area (a SPAN set contentEditable= 'True'). When I delete
something in the in editor by pressing "Delete", or "Insert" key, I need to
check if the deleted content is text or a control. If it is a control, I
need to undo the deleting. Is there any way in javascript to determi... more >>
nbtstat code failure
Posted by Kendoh at 4/1/2005 11:39:02 AM
I am running the following simple code to display nbtstat information.
However when I execute the code it doesn't display the netbios table. What
changes do i need to make to get the table to display? Much appreciated.
Set objShell = CreateObject("WScript.Shell")
Set objWshScriptExec = obj... more >>
dropdown menu with <Select>
Posted by Akhtar Hussain Shar at 4/1/2005 4:49:02 AM
Hi;
I am using a javascript for a dropdown Menu in an aspx page. Everything is
working great except when the javascript menu come over an asp.net dropdown
control you can see through.
Is this is a known issue with the javascript and dropdown controls? or is
there any javascript available... more >>
|