| Thread | Last Post | Replies |
|
| Disabling ALT-TAB on a web page | 30 Oct 2004 00:34 GMT | 3 |
I have an aspx application that provides online testing. The customer wants to disallow the student from hitting certain keystrokes like ALT-TAB, or PrintScrn, or CTRL-C so that they cannot take a copy of the test question and paste it into another document. Or use ALT-TAB to ...
|
| How to execute a vbscript/jscript from C# | 30 Oct 2004 00:09 GMT | 6 |
In a previous VB6 application, I was able to load and execute VBScript routines on the fly; I would like to do this again in a C# program, but am not sure how to go about it. I believe that the scripting languages are more tightly integrated into .Net, so it seems a shame to ...
|
| server side event | 30 Oct 2004 00:07 GMT | 1 |
suppose a user enetered data in a table in the web server from a web page. how can other users of the web site know that data is enetered in a table in the server? i mean, can the web server broadcast a message, which is a result of an action of a user, to all other users of the ...
|
| MSScriptControl.ScriptControl | 28 Oct 2004 00:09 GMT | 1 |
I have the next code: Dim Script As Object = CreateObject("MSScriptControl.ScriptControl") I've run this application in WinXP and it works normally, but if I run the application in Win98, the next error comes out:
|
| A new scripting engine | 20 Oct 2004 17:55 GMT | 1 |
I'm new to scripting in Windows. I've read that Windows Script provides two script engines, Visual Basic Scripting Edition and Microsoft JScript, which can be embedded into Windows Applications. Is it possible to build a script engine for a custom language?
|
| Reading Unicode text file | 19 Oct 2004 23:44 GMT | 4 |
Does anyone have a script to read a unformatted unicode text file? Thanks
|
| how to compare two files and delete the oldest? | 18 Oct 2004 00:17 GMT | 1 |
I'm working in the script that should compare two files with the same extensions then check the oldest file and finally delete the older one keeping the newest. I've done the script but it gives me the following error: 'Error: Expected statement "End If" I look at the code and ...
|
| About programming a pivot table | 12 Oct 2004 22:45 GMT | 1 |
I have made a button to initialize a pivot table and add data, column and row into the table. The code is as follow: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
|
| C# like scripting language | 12 Oct 2004 15:23 GMT | 10 |
For some time now I have been thinking about creating a C# like scripting language interpreter. But first I'd like to ask you, if anyone would find this useful at all, and if yes, feel free to make some suggestions on features that you'd like to see.
|
| Trim user input of spaces, tabs, and others | 09 Oct 2004 21:30 GMT | 1 |
Is there a function in dotnet that allows me to trim user input so that: 1) It gets rid of leading/trailing spaces, tabs, newlines and whatever other non-printing characters 2) Gets rid of all tabs, newlines, and whatever other non-printing
|
| enable - disable network connection | 06 Oct 2004 16:25 GMT | 1 |
how can i enable - disable network connection? are there any way with scripts? thnks.
|