| Thread | Last Post | Replies |
|
| How to write in registry under limited user account | 27 Jul 2006 17:07 GMT | 1 |
Is it possible to write information in HKLM\Software\MyApplication when under limited user account ? I tried use "System.Security.Permissions.RegistryPermission" but it doesn't work.
|
| framework and 64bits | 27 Jul 2006 16:17 GMT | 1 |
I need to run a visual net 2002 program in XP pro 64 bits, so: I think Framework 1.xxx can not be use over a XP Pro 64 bits, Right? I wonder if it is possible to run a Visual net 2002 program on a XP Pro 64 bits with framework 2.0?.
|
| How to package Windows Form application | 27 Jul 2006 16:16 GMT | 1 |
How to package Windows Form application to be installed further with Windows Installer? What are practically steps? What should I do?
|
| How do you get around this? | 27 Jul 2006 14:45 GMT | 6 |
Sorry for the stupid question, but I've been there and done that. Just that just now I have forgotten it for the moment. It happens when you're in a totally different rut of thought. Bail me out here. Just to quote an example:
|
| XP Pro x64 and McAfee Antivirus? | 27 Jul 2006 13:44 GMT | 1 |
Hi, all: I installed McAfee Antivirus 8.0 in my new PC (Pre-installed with Windows XP Pro x64 Edition). Yet the security center still reminds me that the computer hasn't any
|
| Windows Form Level Exception | 27 Jul 2006 13:43 GMT | 4 |
Is there anything similar to "Error" event of System.Web.UI.Page of Webforms in a Windows Forms?? I want to catch all errors occured in a windows form? I already know there is Application.ThreadException but that is on application level.
|
| Hashtable.Add fails | 27 Jul 2006 11:55 GMT | 5 |
I want to assign a new key value to my hash table (okay, I use the Specialized.NameValueCollection, but this collection is based again on the HashTable). When the key already exists, then the value of the key shall be replaced. That's why I use the Add method which also replaces ...
|
| VSS and Windows Firewall | 27 Jul 2006 10:09 GMT | 1 |
What would I need to do to make VSS2005 and Windows Firewall work in harmony? I already have File and print sharing ticked in firewall, but still only works if firewall is turned off
|
| deveop custom control for .net 2002/2005 | 27 Jul 2006 10:02 GMT | 1 |
I want to develop a custom control , and let .net programmer use it. Who can give me a sample,or some articles? Thanks. Regards,
|
| what's the difference between dispose() and GC.collect() | 27 Jul 2006 09:44 GMT | 2 |
I use webBrowser to open a Word document, when I use this.webBrowser.dispose(), the WinWord Process end. while I use this.webBrowser = null, GC.Collect() , the WinWord Process still alive.
|
| Queued Components and TransactionScope | 27 Jul 2006 09:37 GMT | 3 |
I have an app that uses Queued Components. The queue is set as transactional and the transaction is set to Supported (I've also tried Required). Everything is running on the same box (tried XP and 2k3). In my app I wrap the queued component call in a TransactionScope. I'm ...
|
| DB Performance | 27 Jul 2006 08:04 GMT | 4 |
I have to use large volume SQL DB. My Table name is 'Customer' and has 52 fields with heavy data. Which SQL command is more fast? & why? 1. SELECT COUNT (*) FROM Customer WHERE CustId =
|
| Help with registering AssemblyResolve event | 26 Jul 2006 22:27 GMT | 1 |
I am writing an application that uses a set of library assembly dlls that are located in a command line passed location. Originally, I tried to solve this problem by creating an AssemblyResolve handler and registering it very early in hte main function.
|
| Pointless IL instructions? | 26 Jul 2006 22:17 GMT | 8 |
I've got a simple console app which just assigns 6 to an int and prints out the value. The IL looks like: .method public static void Main() cil managed {
|
| Detecting Battery Backup Notification | 26 Jul 2006 22:05 GMT | 3 |
I am setting up a couple of servers for an internal beta test of a web app. I want to implement a feature that would tell logged in users to log out should a power failure occur (and the servers are running on UPS batteries). Assuming I configure the Power Options so that ...
|