| Thread | Last Post | Replies |
|
| ASP Pgm pls Rectify the problem | 20 Apr 2007 19:50 GMT | 1 |
hi i'm neeraja i'm new to Dotnet subject nd i'm getting one exception while running one ASP Pgm pls rectify the problem and what actually is.... help me out
|
| .Net 2005 user control | 20 Apr 2007 18:12 GMT | 1 |
I'm trying to migrate a custom built user control for .net 2005, to .net 2003. How can this be done? I understood there was some way to wrap around it, and create a new user control. Thanks,
|
| reflections | 20 Apr 2007 18:01 GMT | 1 |
Is there a way to reflect the events in a class that are declared as "Friend"? Dim objEventDescriptors As EventDescriptorCollection = TypeDescriptor.GetEvents(Me, New Attribute() {New
|
| Outlook Express 6 Opening Error | 20 Apr 2007 17:57 GMT | 7 |
When I try to open Outlook Express 6 an error window pops up, then disappears before I can read it. I downloaded and installed the recommended Hotfix, but that did not solve the problem.
|
| Folder settings for MyComputer | 20 Apr 2007 15:29 GMT | 1 |
I would like to know if it is possible to have a default setting for when I create folders in My Computer that it always shows "Details" and not the icons. At the moment each time I create a new folder or change the name of a folder it goes back to "Icons". The reason I like ...
|
| How to avoid component rect cleaning with WM_SETREDRAW message. | 20 Apr 2007 15:21 GMT | 4 |
I'm writing a WinForms application in .NET and I have a problem. I use the WM_SETREDRAW message to avoid flicking in some component during processes (populating, etc...). But when the message is sended to the component, the component area is cleaned and then I have a
|
| Add managed assemblies to GAC programmatically? | 19 Apr 2007 19:35 GMT | 4 |
Let's pretend I really really really don't like ClickOnce and I want to implement my own updating process. Let's also say that I want the update process to be able to add new assemblies to the GAC. Since gacutil.exe no longer comes with the .NET framework by default, I can't ...
|
| System.Net.Mail | 19 Apr 2007 18:34 GMT | 2 |
I have written a program using the Win32 API / MAPI to create email messages. Are there any code samples or good reference sites for doing this using managed code (C++/CLI if possible). TIA,
|
| Remember Me Checkbox via login control | 19 Apr 2007 13:30 GMT | 2 |
My boss is having a fit over the fact that the "Remember Me" checkbox doesn't stay checked when he visits the site after the initial visit. Any tips on how I might go about doing this? Thx,
|
| .NET 2.0 Framework fails to install | 19 Apr 2007 12:17 GMT | 3 |
I keep getting the message: [04/18/07,15:18:42] Error 25015.Failed to install assembly 'C:\WINDOWS \Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Vsa.dll' because of system error: 0x80131107
|
| excel process not terminating properly | 19 Apr 2007 10:35 GMT | 13 |
hello all you gurus. I am struggling with releasing com objects. I have isolated the problem to the code below. Objects are released and the process ends until I use "int k = sheet.Count;" Then the process does not end. So I feel
|
| How to access Lotus Organizer 6 data using C# ? | 19 Apr 2007 07:56 GMT | 1 |
A customer using a SQL Express 2005 database wishes to import contract data from his Lotus Organizer 6. As I do not own this software I have no idea about the way it stores its data and how I can access it ? (ODBC or something else ?)
|
| Export Restrictions on .NET ?? | 19 Apr 2007 01:35 GMT | 3 |
There used to be restrictions on the export of "enhanced encryption" (which usually meant encryption with a strength greater than 40-bit) to certain "restricted countries" (Cuba, Iran, Iraq, Libya, North Korea, Sudan, Syria and Vietnam - the list varies over time)
|
| Thread Abort and Unhandled Exception Event | 18 Apr 2007 23:50 GMT | 7 |
In .NET 2.0 unhandled exceptions in separate threads cause raising unhandled exception event and terminating the process. This is true for most exceptions, but not for ThreadAbortException, what is reasonable.
|
| How to determine a string is in valid dateTime format | 18 Apr 2007 23:21 GMT | 4 |
Hello, friends, What is the best way to determine a string is in valid dateTime format? Thanks a lot.
|