microsoft.public.dotnet.languages.jscript Archive - August 2002
Post a message to this list
Messages
Page: 1
How to register for DocumentComplete Event of a InternetExplorerClass COM Object (4 replies)
microsoft.public.dotnet.languages.jscript
Hello all, Greetings I used aximp on shdocvw.dll to generate the .net assembly shdocvw.dll and imported it in my jscript.net code Here is the code ///////////////////////////////////////////////////////////// import SHDocVw; import System.Threading; function DocumentComplete(pDisp : Object,URL : Object) { print("DocumentComplete called") } var oIE : InternetExplorerClass new InternetExplorerClass(...
Hosting win form controls in IE from internet (2 replies)
microsoft.public.dotnet.languages.jscript
Hi, I have finished my assembly (UserControl) with all the requisite COM interfaces, license, FullTrust permission, etc. I test it from a Windows Aplication project, Web project and from my IIS and It work perfect. But if I test it from a remote hosting it doesn't work perferct, I can load de usercontrol in IE, I can set and get properties from my usercontrol but I get errors when I call some meth...
Confirm Delete (2 replies)
microsoft.public.dotnet.languages.jscript
Hi MVP, http://www.dotnet247.com/247reference/a.aspx?u http://www.aspalliance.com/al dotnet/examples/cd.aspx written in VB.NET That is the sample article for us to study on how to create a client side confirmation box. I just wondering is there anyone of you know how to work this with the ImageButton !! Anyway, please have a look to example 3. FYI, the ImageButton work very fine if the RequiredFie...
Can you able to appreciate these ideas? (2 replies)
microsoft.public.dotnet.languages.jscript
!doctype html public " //w3c//dtd html 4.0 transitional//en" html Hi, br     I have to use Collections, like Hashtable in Javascript / Jscript. Since, Javascript lacks in Collection Datastructures, I used GetArrayList( ) method, which is written in C# to return the instance of ArrayList, like the below snippet p         var server new ActiveXObject...
can't run JScript.NET Hello World sample. (5 replies)
microsoft.public.dotnet.languages.jscript
Hello.js source looks like this: print("Hello World!"); command line: / jsc hello.js / hello.exe I get the follwoing error: Unhandled Exception: System.IO.FileNotFoundException: File or assembly name Microsoft.JScript, or one of its dependencies, was not f ound. File name: "Microsoft.JScript" at JScript Main.Main(String[] ) Fusion log follows: Pre bind state information LOG: DisplayName Microsoft....
Creating Unique Variables (4 replies)
microsoft.public.dotnet.languages.jscript
Good day fellow web designers. I have come across a problem to which I am not sure if there is a solution so I decided to speak with experts in this newsgroup. I have an HTML document that contains tables with information generated from an external program. I had a certain task assigned to me that requires me to create arrays. However, I have reached a point in my program where I need the script t...
How to access ASP document object in C# ? (4 replies)
microsoft.public.dotnet.languages.jscript
Following is a client side ASP page with JavaScript, which processes a logon form and sends it to the server through document.LOGON. The form contains only a username and password. I need to use this logon in C# in .NET using WebRequest or HttpWebRequest. My questions are: is the document.LOGON object available directly in C# in ..NET, and if it is not, how could I package the output of document.L...
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