| Thread | Last Post | Replies |
|
| Application Response Time Monitoring | 27 Oct 2004 15:49 GMT | 2 |
Is it possible to develop a .Net app that can monitor response times of other windows applications (not necessarily developed in .Net) running on the same PC? If yes, what would be the high-level logic that could be used to determine
|
| Renaming a file | 27 Oct 2004 15:13 GMT | 5 |
Correct me if I'm wrong... It appears that out of the 1800+ classes in the .Net framework, there isn't a file rename method (discounting the rename function in the vb namespace). And that the solution is to move the file to the same directory with a
|
| paste to password | 27 Oct 2004 12:57 GMT | 5 |
i have a textbox that used for entering password (passwordChar=*) when im doing cut,copy,paste to the textbox.text its not working how to do the paste in this case? thanks
|
| file upload storage - database vs folder | 27 Oct 2004 09:30 GMT | 3 |
what are the pros/cons of uploading a file into a database (like access, sql server, oracle) vs. uploading a file into a folder (and only storing its path in a database table) ? i've never had to upload a file into a database and am assuming it's easier
|
| Q: Including a MS.SQL Database in the setup project. | 27 Oct 2004 09:18 GMT | 2 |
Hi, first of all, sorry if this is the wrong NG that this is posted in. There are so many groups that i don't know wich to put it in... I have created a setup project with the wizard, tested it, and it worked out just fine.
|
| Bye Bye Microsoft Passport! | 27 Oct 2004 06:38 GMT | 23 |
It seems that Microsoft may be slowly phasing away Passport, which had been one of the hyped components of the eroded dotnet hype....bye bye, passport, we hardly knew ye! bwahahahbwahahaha!!!!! http://www.dashes.com/anil/2004/10/17/wither_passport
|
| Q: Converting CheckBox.Checked to an int? | 27 Oct 2004 06:21 GMT | 4 |
How do I convert a CheckBox.Checked to an int? Regards Martin Arvidsson
|
| Cannot addnew with Checkbox bound to bit column. | 27 Oct 2004 06:10 GMT | 3 |
Why does addnew fail when I have a checkbox bound to a sql bit column? steps to recreate the problem: 1 - Create a table in sql with a varchar and a bit column. 2 - Add a couple of records to the table so you can see that the dataform is
|
| How to config visual studio .net to read IIS port 8000 as default? | 27 Oct 2004 05:08 GMT | 1 |
I have Apache using port 80. So I changed IIS to use port 8000 as default web service. After that all my .net projects were not able to load into Visual Studio .net. Do you know how to configure Visual Studio .net to load web projects from port 8000? Thanks for the help!!!
|
| unable to write the persistent cookies | 27 Oct 2004 03:31 GMT | 2 |
I tried the following method to add persistent cookies :- HttpCookieCollection MyCookieCollection = new HttpCookieCollection(); HttpCookie MyCookie = new HttpCookie("LastVisit"); MyCookie.Value = DateTime.Now.ToString();
|
| exception error when opening a .net windows application | 27 Oct 2004 01:11 GMT | 2 |
I've recently installed .Net 2003 Enterprise Developer. Prerequisites were also installed, including .Net framework 1.1. But when I open the IDE and try to create a new VB.Net windows application, I get a bizarre runtime expeption below:
|
| Recommend Web host? | 27 Oct 2004 01:07 GMT | 2 |
Can anyone recommend an *excellent* datacenter that hosts .NET sites? I'm looking specifically for a datacenter located in USA and not a reseller. Need 30gb transfer/month. 24/7 tech support. I would expect to pay $50-$100. TIA.
|
| How tell if ASP.NET installed ??? | 27 Oct 2004 00:42 GMT | 5 |
I've just started trying to use .NET. It was installed on my PC by our desktop support group who have no experience with .NET. It appears they did not install ASP.NET since a test page displays the HTML minus any ASP.NET controls.
|
| How can I call an event procedure | 26 Oct 2004 22:21 GMT | 3 |
I need to call a text box click event programatically. How would I call the following event procedure from another procedure within the same form: Private Sub TextBox2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox2.Click
|
| protecting .NET assemblies from hackers | 26 Oct 2004 22:07 GMT | 6 |
I am at the beginning stages of writing a massive database-connected business management application using the .NET framework and am becoming worried about the security of the application upon completion. I have recently become aware of the ease at which a .NET assembly can be
|