Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-17 | 2012-02-17 | ||
| capitalize In in vbscript (martin) | WScript.CreateObject (martin) | ||
| Line 49: | Line 49: | ||
| If you need to make use of these events: | If you need to make use of these events: | ||
| - | * Use overload of ''CreateObject'' with 2 arguments, passing an unique prefix as the second argument (e.g. "session_"); | + | * Use overload of ''WScript.CreateObject'' with 2 arguments, passing an unique prefix as the second argument (e.g. "session_"); |
| * Define function with name ''<prefix><event>'' and two arguments (e.g. ''sender'' and ''e'') for every event you need to handle. | * Define function with name ''<prefix><event>'' and two arguments (e.g. ''sender'' and ''e'') for every event you need to handle. | ||