| Thread | Last Post | Replies |
|
| The DoubleClick delay - reading the windows setting | 14 Jan 2005 00:59 GMT | 2 |
Is there a way to read what the millisecond delay is for a DoubleClick as set within the Window's Control Panel? Thanks everyone!! ==
|
| Compare object[] Not Working for Hashtable Keys | 13 Jan 2005 22:23 GMT | 1 |
I have a HybridDictionary with a key containing an object array. It's not matchng with the following code. What is a better way to do this. HybridDictionary hd = new HybridDictionary(13); object[] oneKey = new object[]{"a", 0 , "a" };
|
| How to cast to a dynamic type ? | 13 Jan 2005 22:22 GMT | 4 |
I am confused how to cast to a type which is obtained from reflection: Normally, this is what we do: using ABC; ...
|
| Get Last in HybridDictionary? | 13 Jan 2005 22:20 GMT | 3 |
I have a HybridDictionary with 120 key/value pairs. I want to get pair #120, but if I use GetEnumerator() then I will have to traverse everything to get the last one... How can I read from the bottom? Thanks.
|
| Common Language Runtime detected an invalid program | 13 Jan 2005 21:07 GMT | 2 |
I am developing an ASP.NET application on Visual Studio .NET 2003 (VB.NET code). There are numerous forms, and a few user controls. Each form does not have any more than 40 controls on it. It had been running fine in Debug and Release modes (uploading to a test server every ...
|
| Parse date with format yyyyMMdd | 13 Jan 2005 18:17 GMT | 8 |
i have a date in the format yyyyMMdd. When I try to parse this I get the following error: string was not recognized as a valid datetime. I use the following code: CultureInfo culture = new CultureInfo("en-US");
|
| UTF8 Decoder | 13 Jan 2005 17:57 GMT | 1 |
I am using the following code to decode a UTF string from an XML element. All the fonts being used is Arial Unicode MS and the UTF characters are not corrupt as they display correctly within the raw XML page. The code below works fine with the majority of characters, with the ...
|
| DNS name resolution in .Net | 13 Jan 2005 17:11 GMT | 2 |
Is there any way within .Net to do a DNS lookup ONLY from a given server about its own DNS records? I am having a problem with name resolution which is detailed in this post (posted to m.p.d.l.csharp yesterday):
|
| Any value to signing assemblies if not using the GAC? | 13 Jan 2005 14:47 GMT | 5 |
If you're not putting assemblies in the GAC, but are referencing shared code with copylocal=true into the projects that use them, is there any value to signing the assemblies? In the environment I've just begun to work in, there are customer-facing web
|
| System.Web.Mail | 13 Jan 2005 14:08 GMT | 1 |
I try to send dotnet MailMessage via dotnet SmtpMail.Send. This works fine on my machine. The question is now, what prerequisites do I have to do this. As far as I see the framework only wraps CDO. So is CDO required? If yes which version?
|
| Shared/Static methods & functions | 13 Jan 2005 14:07 GMT | 2 |
When designing a n-tier architecture, what is the preferred method/function accessibility? <Specifically for asp.net apps> A private constructor and shared/static methods & functions?
|
| windows installer - Code | 13 Jan 2005 12:02 GMT | 1 |
I have to create an installer (setup project in visual studio). First, a window is shown with 3 radio buttons, so that the user can select a language. Then, the rest of the installer should show the texts in the selected language.
|
| Connecting to SQL Server | 13 Jan 2005 11:54 GMT | 1 |
Hello, I am having problems with the server explorer making a connection to the SQL server. I can see the instances that i want to connect to but when i try this error comes up PROVIDER CANNOT BE FOUND. IT MAY NOT BE
|
| Suggestions needed... | 13 Jan 2005 11:44 GMT | 1 |
I would like to write a program which would be capable of creating and encoding 2D barcodes (a student project, but a serious one). I need to figure out the principles of information encoding into 2D barcodes. I've searched all over the web and could find only short descriptions ...
|
| .net.framework 1.1 service pack 1 | 13 Jan 2005 11:43 GMT | 1 |
I downloaded seervice pack 1 and when I go to my "Add or Remove Programs" window, I do not see where service pack 1 has been installed. The only loaded program that I see is .net Framework 1.1 as being installed. How can I vertified that I have service pack 1 installed?
|