| Thread | Last Post | Replies |
|
| error | 17 May 2005 06:32 GMT | 1 |
Hello I'm getting the following error when trying to install .NET: Error 1935.An error occurred during the installation of assembly 'Microsoft.VisualBasic.Vsa.Version="7.0.5000.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="7.10.3052.4'". Please refer to Help ...
|
| Relation between Points & Pixels | 17 May 2005 05:21 GMT | 2 |
We know that 1 inch= 72 points. Please let me know what is the relation between Points & Pixels.
|
| CS1040: Preprocessor directives must appear as the first non-white | 17 May 2005 04:16 GMT | 2 |
I have a check box in a column of my DataGrid. This DataGrid lists all the users of my site and the CheckBox basically is for me to toggle between disabling or enabling a user. This is the code for the CheckBox.
|
| Quest: Setting Dlg Forms' OK & Cancel Buttons Correctly... | 17 May 2005 01:46 GMT | 7 |
I have two modal dlg forms that are invoked(seperately) by a main form but the two modal dlg forms don't close when clicking the OK & Cancel buttons setup as below... Here the setup...
|
| can not install dot.net | 16 May 2005 21:57 GMT | 3 |
Please help me... I am trying to install software for my all in one printer but I get the error which I found out that I need to install microsoft.net framework 1.1. I can not install this or the framework redirect. I get an error ended
|
| Management Namespace | 16 May 2005 19:40 GMT | 1 |
I am trying to using a function in the Management Namespace. When I type "using System.Management", I get an error that Management does not exist within System. How do I include the "Management" namespace? Thanks
|
| Impersonation code | 16 May 2005 19:04 GMT | 7 |
I have the following Impersonation code. This code is in C# and I want to retrieve the data from the SQL server database using the Specified windows username and password. public bool ImpersonateUser(string sUsername, string sDomain, string
|
| urgent help: tomorrow 70-315 exam | 16 May 2005 13:20 GMT | 1 |
Question about ViewState I disabled ViewState of the page. The page has textbox(empty) and label (empty text) and button. When the button click and post back. text input in textbox still remains and label is set in the button click event handler.
|
| I'm looking for a text control | 16 May 2005 12:50 GMT | 2 |
I'm looking for a text control with the following set of features: - ability to have average advance text feature (different text attribute (font, color, align) accross the whole text) - picture
|
| machine.config | 16 May 2005 12:05 GMT | 2 |
I am currently trying to change the machine.config settings to secure our trace.axd pages on our websites, but we also want to permit some users to access the pages. The code is set up properly to do so. The problem is that it works in our production environment but not in our ...
|
| .exe No debugger found | 16 May 2005 07:17 GMT | 4 |
I developed and windows application with Visual Studio.NET on my local development machine. When I go to deploy this application on other machines the application will not execute. The following error occurs: .exe Common Language Runtime Debugging Services
|
| Buliding a program similiar to "task manager" in windows | 16 May 2005 05:12 GMT | 2 |
Suppose a process notepad.exe has started. I like to know how to detect a period of inactivity of a user for that process, for instance how long the user has not entered anything into notepad.Maybe System.Diagnostics can solve this problem but i did not find much information on ...
|
| monitor file system | 16 May 2005 04:03 GMT | 1 |
I’m trying to determine when files are being copied on my system. I started off with the File System Watcher component in .NET, but a copy can’t be inferred from any combination of create or change events. So that won’t work.
|
| timer is hung out unexpectedly in a period???? | 16 May 2005 03:21 GMT | 1 |
We encountered a very strange phenomenon in our customer machine. Our timer which runs normally at XX:30 is hung out from 4h30 AM to 10h30AM everyday. We suspect there is other process or kind of security to prevent our timer to do its job.
|
| Good .NET 2.0 book? | 15 May 2005 22:41 GMT | 4 |
I recently bought an ASP.NET 2.0 book, but I'm now looking for a more general book that will cover what's new in the framework (WinForms and ASP.NET, but mostly WinForms). There are tons of ASP.NET 2.0 books out there, but I can't find any good WinForms or Framework 2.0 books.
|