| Thread | Last Post | Replies |
|
| SaveFileDialog locks the file? | 14 Sep 2006 20:01 GMT | 17 |
I searched using Google, on the web and in the newsgroups, and found nothing on this topic. Hopefully that means I just don't understand what I'm supposed to be doing here. :) The problem:
|
| Datagridview, object datasource, and hiding properties via attribu | 14 Sep 2006 17:49 GMT | 1 |
I seem to remember this being possible, but I can't find a single thing about it now.. I have a datagridview that is bound to a bindinglist of type 'foo'. Foo is a business object with a number of public attributes.
|
| Why am I getting an Out Of Memory Exception | 14 Sep 2006 16:46 GMT | 4 |
I am getting an OutOfMemory exception within my loop when I try to load an object and then save the object. The loop should execute 5700 times. But when I get to iteration 4682, I get the memory error. I tried to run the garbage collect when I get the memory error but this
|
| How To Detect a DEBUG run (in C#)? | 14 Sep 2006 16:44 GMT | 1 |
I need to perform some Operations in DEBUG-Builds (C# Windows-Forms application). How can I detect a DEBUG-Configuration and perform actions as with the C++ directives #ifdef _DEBUG
|
| Framework 3.0 question | 14 Sep 2006 16:27 GMT | 4 |
Will the framework version 3.0 be shipped with Vista?
|
| Media PLayer 10 | 14 Sep 2006 16:08 GMT | 3 |
Installed a new video card and it works great for the games and such. But when I put a dvd in the drive, player loads than freezes. This also happens with power dvd player. Any ideas, thanks
|
| end process | 14 Sep 2006 14:14 GMT | 3 |
I have a windows program (C#) and I need to end a process from my application. This shold work equal to when you open the Windows Task Manager and right klick on a process and choose "end process". Any ideas? Thanks
|
| XmlReader and first char | 14 Sep 2006 13:44 GMT | 4 |
I've a string that contains a Xsl transformation : string tranform = @" <xml version=""1.0""> <xsl .....>
|
| frameworrk and GAC components | 14 Sep 2006 12:20 GMT | 4 |
I need to present a list of assemblies as potential references, similar to (but less sophisticated than) the Visual Studio project references dialog. The reason for this is that my app supports scripting by dynamically compiling VB.NET code (via CodeDom.Compiler), and I want to ...
|
| String comparison problem | 14 Sep 2006 04:36 GMT | 7 |
I'm having a hard time comparing two strings - even if the strings are identical, the If x <> y Then condition is always met. I'm going crazy. Here's my code: Dim x As String = "a"
|
| .NET Adoption Statistics | 14 Sep 2006 02:11 GMT | 4 |
Does anyone know where I can find statistical info regarding market share of .NET? More specifically, current usage of various versions of .NET and how long companies wait before upgrading and migrating. I'm trying to begin an effort to start migrating to .NET 3.0. One ...
|
| Possible bug in UnicodeEncoding | 13 Sep 2006 23:10 GMT | 3 |
We here at the office have discovered something odd. Can somebody please verify this potential bug for us? This code generates a byte buffer fills it with 256 bytes ranging from 0 to 255, and the bug appers when the Unicode Encoder gets the bytes
|
| Periodic housekeeping code strategy? | 13 Sep 2006 21:38 GMT | 6 |
I have a need to run a function on my dot net 2.0 web server every xx minutes forever - whether or not a client is logged on. Anyone have suggestions or examples of good ways to do this? Thanks
|
| SqlDecimal calculations in .NET 2.0 | 13 Sep 2006 16:38 GMT | 1 |
I'm trying to do some simple calculations with System.Data.SqlDecimal on .NET 2.0: SqlDecimal one = new SqlDecimal(1); SqlDecimal seven = new SqlDecimal(7);
|
| Interface Question | 13 Sep 2006 16:23 GMT | 2 |
hi, I need help on interface. I want something like interface, any class implements this interfaces HAS to do implement method / property declared in this interface. As there already many functions, I do not want to rewrite all of them. Can I
|