| Thread | Last Post | Replies |
|
| Grammar for wsh files... | 30 Nov 2004 12:49 GMT | 1 |
Is there any language specification document or manual for WSF files? I have trying to look for it on the net. I want the grammar for windows scripts. Thanks in advance.
|
| Exam 70-315: Developing Web Applications with Visual C#.NET | 30 Nov 2004 00:18 GMT | 2 |
I'm currently preparing for the exam 70-315. I'm using the Self-paced training kit "Developing Web Applications with Microsoft Visual C#.NET", but I find it rather difficult. I have programming experience in Lotus Notes and I have developped several
|
| How to LoadCompiledState in Microsoft.JScript.Vsa.VsaEngine? | 29 Nov 2004 16:55 GMT | 1 |
To avoid the memory problem in using Microsoft.JScript.Vsa.VsaEngine.Compile() method, I tried to save the VsaEngine's compiled state by using SaveCompiledState(byte[] pe, byte[] pdb) in files for later use. However, after saved the pe and pdb successfully to
|
| mouse simulation in vbscript, is it possible? | 28 Nov 2004 08:03 GMT | 1 |
Does anyone know how to simulate mouseclicks and mouse movement in an active application under VBS?? Thanks a lot for any help!
|
| update a row in datagrid | 23 Nov 2004 04:00 GMT | 1 |
How we can update a row in datagrid by using SQL Query
|
| server side event | 17 Nov 2004 20:40 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 ...
|
| User access | 16 Nov 2004 18:46 GMT | 1 |
I have an ASP.net application running on an IIS server through an INTRANET. My problem is security. Right now any logging on to the domain server has access to this application. I do not want this. I have triied to only allow certain people to the application folder through ...
|
| WMI terminating processes and services | 15 Nov 2004 22:56 GMT | 1 |
The following script executes with no errors. However, it does not terminate the process. Kindly help me in this regard. Also please let me know if there is a method to debug this script. Thanks.
|
| Shortcut problem | 15 Nov 2004 20:08 GMT | 1 |
I set shortcut for one of my desktop icons to Ctrl B. It just so happens that is also the command for Bold. My users are complaining and I would like to remove that option. I took the line which set the shortcut out of the script and had my users rerun the script but the Ctrl ...
|
| Selecting all the text in a TextBox | 12 Nov 2004 18:54 GMT | 2 |
using JavaScript How Can I Select all the text in a WebControl TextBox all the time it gets the focus? ken
|
| problem with trim asp.net vb.net.. | 10 Nov 2004 13:16 GMT | 1 |
I'm attempting to 'trim' a session variable in ASP.Net's page_load routine, and output the variable as a literal ie. in a hidden form field. This is what i keep getting.. I've tried Session("mem_id").Trim I've also tried Convert.ToInt32(session("mem_id")) Any ideas???
|
| Script to make browser a specific size | 09 Nov 2004 20:11 GMT | 1 |
I'm trying to make a link for example our copyright and privacy policy etc. I would like the link to make a new window popup and be a certain size. Is there a VB or JavaScript to make the a href link open in a new browser and be a certain size?
|
| Output Script to XML | 07 Nov 2004 20:30 GMT | 1 |
I have got a very simple script which runs within a Windows 2000 Login Script and collects the inventory of machines on the network and then outputs that information into a text file. This text file then gets picked up by a system which shows the information in a nice way.
|
| Scripts On Windows 2000 | 07 Nov 2004 20:26 GMT | 1 |
Anyone give me an idea why this script works fine on Windows XP workstations but won't run correctly on Windows 2000 SP4 workstations? All latest Windows Script and files etc etc updated but still no joy! Any help greatly appreciated!
|
| How to sustomize through aspx page only??? | 05 Nov 2004 02:47 GMT | 1 |
Dear developers: I need to modify a asp.net application but I only have access to the aspx page (Since I don't have the source code for the post-back cs file). Is it possible for me to add new fields and populate from SQL
|