| Help Required For JSCript.NET (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi, I have been trying to figure out the various ways to generate a DLL by compiling a JScript.NET code. I wrote a .js file and compiled it using jsc.exe I got a DLL generated, but the generated DLL doen't appear to be a COM Dll. Is there anyway by which the DLL generated could be a COM Dll. Thanx, Upendra Desai |
|
| Events (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi, Are there any docs on event handling in JScript.NET? TIA |
|
| Language support for multi-threading (24 replies) |
| microsoft.public.dotnet.languages.jscript |
| Some compilers for C and Fortran have built in support for multi threading. All you have to do is mark a block (i.e. a loop) as multi threaded, and the compiler takes care of the rest. Things like thread management are taken care of for you. (I believe the extension was called MPI, but don't quote me on that.) Do you think the core .Net languages would benefit from such extensions? Jonathan Allen |
|
| .NET, DHTML, Web client, DOM access and rendering behaviors ! (7 replies) |
| microsoft.public.dotnet.languages.jscript |
| Anyone out there help with these questions or point me in the right direction. 1) I currently use DHTML binary rendering behaviours what is the equivalent in .NET? Can a .NET component supporting the correct COM interfaces be used as a rendering behaviour from an OBJECT tag? 2) How can a .NET winform control obtain the IHTMLDocument interface for a browser page which is containing it? 3) Can JSCRI... |
|
| Handling events in JScript.NET (9 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi all, I'm trying to use FileSystemWatcher Class to write application, which monitors a directory for certain changes. But in the .NET Framework SDK I found this: "In JScript, you can handle the events defined by a class, but you cannot define your own." Is there any way to use event from JScript? Thanks in advance |
|
| how to compare two character strings in javascript? (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| . |
|
| "Translating" into .NET from WSH (4 replies) |
| microsoft.public.dotnet.languages.jscript |
| I've just started playing with the Framework SDK, and I tend to learn by trying things and fixing what breaks ;). Since most posts in here still seem to be mistargeted microsoft.public.scripting.jscript questions, I figure I can ask some really stupid questions that DO happen to be .NETish... Stepping around the whole issue of what is best to leave in standard js scripts and what should be compile... |
|