all groups > dotnet scripting > october 2004
Simple script questions
Posted by M. Wilson at 10/31/2004 6:22:02 PM
Hello,
I am new to the scripting environment and have a few questions.
1. Does anyone know of a good website or book on WSH?
2. What environment does one develop a script? Is it like a batch file in
which case I can do it in and text editor?
3. I would like to check to see if a fil... more >>
How do I run a .cmd file from VBScript ??
Posted by Lester at 10/30/2004 12:52:01 PM
How do I run a .cmd file from VBScript ??
How do I determine whether or not is was succcessful ??
Thanks,
LES... more >>
MSScriptControl.ScriptControl
Posted by Alejandra Parra at 10/27/2004 5:58:24 PM
I have the next code:
Dim Script As Object = CreateObject("MSScriptControl.ScriptControl")
I've run this application in WinXP and it works normally, but if I run the
application in Win98, the next error comes out:
ActiveX component can't create object
I've already instaled Windows Script ... more >>
Script to make browser a specific size
Posted by Melinda Holland at 10/25/2004 10:37:37 AM
I'm trying to make a link for example our copyright and privacy policy etc.
I would like the link to make a new window popup and be a certain size. Is
there a VB or JavaScript to make the a href link open in a new browser and
be a certain size?
Thanks,
Melinda
... more >>
Detecting display from showModalDialog
Posted by murphy NO[at]SPAM murphysw.com at 10/20/2004 3:35:37 PM
I'm using forms authentication in my asp.net application and having
success with exception of one problem. On several pages I have
controls that execute client javascript to call
window.showModalDialog(). If forms authentication times out while one
of these pages is displayed and the user clic... more >>
A new scripting engine
Posted by GV at 10/19/2004 12:17:01 PM
Hello!
I'm new to scripting in Windows. I've read that Windows Script provides two
script engines, Visual Basic Scripting Edition and Microsoft JScript, which
can be embedded into Windows Applications.
Is it possible to build a script engine for a custom language?
Any information on how t... more >>
how to compare two files and delete the oldest?
Posted by Nuno at 10/18/2004 12:00:10 AM
This is a multi-part message in MIME format.
------=_NextPart_000_007B_01C4B4A5.6FA2A4B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi there,
I'm working in the script that should compare two files with the same =
extensions then ... more >>
server side event
Posted by mridul buragohain via .NET 247 at 10/17/2004 3:04:25 AM
hi all,
suppose a user enetered data in a table in the web server from a=
web page=2E how can other users of the web site know that data is=
enetered in a table in the server? i mean, can the web server=
broadcast a message, which is a result of an action of a user,=
to all other users of ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reading Unicode text file
Posted by Ted Giesler at 10/10/2004 8:55:05 PM
Does anyone have a script to read a unformatted unicode text file?
Thanks... more >>
Trim user input of spaces, tabs, and others
Posted by Shabam at 10/9/2004 12:32:43 PM
Is there a function in dotnet that allows me to trim user input so that:
1) It gets rid of leading/trailing spaces, tabs, newlines and whatever other
non-printing characters
2) Gets rid of all tabs, newlines, and whatever other non-printing
characters anywhere else, preferably replacing them w... more >>
Disabling ALT-TAB on a web page
Posted by E43509 at 10/8/2004 6:25:03 AM
I have an aspx application that provides online testing. The customer wants
to disallow the student from hitting certain keystrokes like ALT-TAB, or
PrintScrn, or CTRL-C so that they cannot take a copy of the test question and
paste it into another document. Or use ALT-TAB to get back to the... more >>
How to execute a vbscript/jscript from C#
Posted by MCDev at 10/7/2004 12:13:04 AM
Hello,
In a previous VB6 application, I was able to load and execute VBScript
routines on the fly; I would like to do this again in a C# program, but am
not sure how to go about it. I believe that the scripting languages are more
tightly integrated into .Net, so it seems a shame to have to... more >>
Could not complete cursor operation because the table schema changed after the cursor was declared
Posted by Ajit at 10/4/2004 9:12:42 AM
Hi,
My stored procedure was working fine but when i made added 2 fields to my
table and then made subsequent changes to my sp it give me the following
error:
"Could not complete cursor operation because the table schema changed after
the cursor was declared"
it works fine from back end (... more >>
Jscript and pop-ups
Posted by Nathan Sokalski at 10/1/2004 10:37:44 PM
I am using the window.open method to show an explanation of a quote on one
of my pages. However, the pop-up blocker that comes with Windows XP's SP2
seems to block this (and I assume many other pop-up blockers would as well,
since I am guessing they look for the same stuff). I need to use the ... more >>
|