| Thread | Last Post | Replies |
|
| Web Browser in .Net Form | 09 Jul 2003 02:30 GMT | 5 |
I am having trouble converting this into a format that I can use in a compiled .Net Jscript The bottom line is that I am trying to incorporate a web browser control inside a form. This code was from Visual Studio and it works.
|
| Welcome back Peter | 09 Jul 2003 01:25 GMT | 1 |
Good to see you back Mr. Torr :). I thought we'd lost you forever.
 Signature Joe
|
| syntax error when creating an Array | 07 Jul 2003 01:08 GMT | 3 |
When I compile this code use "jsc hello.js" I get a syntax error on line 11 and I can't understand why. Thanks. Bill
|
| Jscript to .dll for use in Csharp | 05 Jul 2003 18:20 GMT | 1 |
I have a web application that makes extensive use of: AnArray = new Array(); AnArray['red'] = 'flag color 1' AnArray['white'] = 'flag color 2'
|
| Inherit JScript.ArrayObject and pass it to VSA? | 04 Jul 2003 23:06 GMT | 1 |
Is there a way to inherit Microsoft.JScript.ArrayObject? I have done something similar with JSObject and it works great. The reason why I need to is because I'm actually faking JScript datastructures by wrapping JSObject around an XML Dom. When the JScript
|
| Rounding off | 03 Jul 2003 16:09 GMT | 1 |
I several textboxes in which I want the user to type double values eg 10.5, .5, 7.5 10.0, 0 etc i.e after the decimal point, I want to have just a 0 or a 5. How can I do it (need to use javascript) ?
|
| how to get current direcorty in windows scripting 5.1 | 03 Jul 2003 08:51 GMT | 1 |
I have sample code which needs to get the current directory from where the file runs,it works with windows script host 5.6, but not it with 5.1 I read and found that current directory property is
|