microsoft.public.dotnet.languages.jscript Archive - February 2003
Post a message to this list
Messages
Page: 1
Visio Automation, JScript (JavaScript) and Arrays (2 replies)
microsoft.public.dotnet.languages.jscript
Hi, I'm banging my head on the wall trying to pass an array successfully to a MS Visio Automation function. Specifically it's the function to draw a polyline but I think the problem exists with any automation function that takes an array as a parameter. I've happily managed it in VBA, but am getting a type mismatch in JS. The following VBA works fine: Dim arrXY(1 To 4 * 2) As Double 'Initialize ar...
How To Display "Processing...Please Wait!" (2 replies)
microsoft.public.dotnet.languages.jscript
Hi, I have a DropDownList control that gets filled when the user makes a selection in another DropDownList control. I want to display a message say "Processing....Please Wait!" before the post back, so the user understands what is going on while the server is doing the requery and page refresh. I know I need to use JScript, but am not sure of how to proceed. Any pointers or help would be appreciat...
Using Compiled Jscript .NET from C# (2 replies)
microsoft.public.dotnet.languages.jscript
I wrote a simple JScript code that I compiled to dll and tried to call from my C# application. But the JScript ALWAYS failes on the "new" operator and throws an Exception "Specified cast is not valid". Here is the very simple JScript snippet class Test { public static function Run() { var a:int 10; //Works fine var b:String "Test"; //Works fine var arr:int[] new int[10]; throws exception or var ob...
JScript.NET Equivant for WSH.Run()? (3 replies)
microsoft.public.dotnet.languages.jscript
Can anyone tell me if there is a "managed" method run another program in Jscript.net? Thanks, Dave Comer
__doPostBack (3 replies)
microsoft.public.dotnet.languages.jscript
Hi, I want to do this: 1 In one window, click a button, and another window opens (already done), 2 I insert records in the new window (already done), 3 I close the new window on the window close dialog, 4 I want that on focus of the opener to do doPostBack(); How can i do this? I know that if i have a close button i could do this code, but i want on the focus (I don't know how do i do it) Page.Reg...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com