| Thread | Last Post | Replies |
|
| set Dropdownlist SelectedIndex in a DataGrid | 29 May 2007 11:22 GMT | 2 |
I'm working with a DataGrid that has two template columns with one DropDownlist each one. It's something like this: A <DDL_1> <DDL_2> B <DDL_1> <DDL_2>
|
| How to replace the "\\" char with "\" | 29 May 2007 11:09 GMT | 24 |
I need to build a string with just one backslash included "\", but I keep getting an error message unless I use "\\". The double backslashes will not work with what I am doing.
|
| Problem with DllImport | 29 May 2007 08:03 GMT | 3 |
I load an external library written in Delphi (I don't have any source code of this lib). I do it in this way: [System.Runtime.InteropServices.DllImport("myLib.dll", EntryPoint="externalMethod")]
|
| wierd exception | 29 May 2007 08:00 GMT | 10 |
I have a C# project with windows forms. I sometimes get unprdictable .NET exceptions. I don't always get them, so I can't reproduce where exactly it happens. I can generally say it happens when closing the application (maybe in the dispose method?).
|
| Populating DownloadProgressChangedEventArgs | 29 May 2007 07:02 GMT | 3 |
How can I create and "fill" a DownloadProgressChangedEventArgs class? The WebClient does it... But I can't do it "manually". It doesn't seem to have a constructor, and it's members are protected. It's base class (ProgressChangedEventArgs) has a constructor that can be used.
|
| Streaming a dynamically created xml file (using memorystream) to let the client application pick it up automatically... | 29 May 2007 05:18 GMT | 1 |
Guys, I have a client tool which runs and accepts files with "amt" extensions. All the "amt" files have been setup to open using my client tool which works great when I double-click on the file in the
|
| Convert string to HorizontalAlign value | 29 May 2007 05:03 GMT | 3 |
vs2003, .NET1.1 I would like to store alignment values in SQL Server db and then use them in C# to set values of cells in tables. Problem is that a string variable will not work. Is there a way to set Alignment values from a
|
| How to set a Property? | 29 May 2007 00:28 GMT | 6 |
I am making the transition from VB to C# and am stumped on a seemingly simple task. I have created a class and defined a property using set/get. Now from one of my forms I want to set the property to a value but I get a compile error saying "An object reference is required for ...
|
| BindingSource Removing Current Row | 29 May 2007 00:05 GMT | 3 |
I have a a simple application with 1 form. On my form I use a BindingSource to bind a database table to a "table (gridDataView)" (one in the database, one on my form, 2 different types of tables). I want to remove the current row I tried :
|
| Foundations of F# - Coming Very Soon | 28 May 2007 23:48 GMT | 52 |
I'm very pleased to announce that Foundations of F#, the first book to be published on the F# programming, will finish its first printing run, tomorrow, Friday 25th May. It should reach any pre-order customers between 5 to 10 days later, meaning if ordered it on Amazon
|
| MyEnum.ToString() broke on .NET 3.0 machine | 28 May 2007 22:44 GMT | 11 |
I have a basic Enum: enum MyEnum { Name1,
|
| how stable is linq? | 28 May 2007 22:25 GMT | 7 |
Is lint stable enough for production? what is memory consumption like? I am using 988M out of 3876M when I run vs cs with dotnet 2 along with a VPC VM. actually I only have GAB of real RAM
|
| VAB - IValidatorDescriptor is inaccessible due to protection level | 28 May 2007 22:03 GMT | 5 |
In both of the UnitTest projects that ship with the Ent Lib, (VSTS and Nunit), there is a TestMethod with the name: AttributeWithLowerAndUpperBoundsOnlyCreatesAppropriateValidator. Each of these tests creates a StringLengthValidatorAttribute:
|
| Interfacing with Garmin GPS Device (Edge) | 28 May 2007 22:00 GMT | 1 |
Anyone write code to interface with the Garmin Edge via USB? (Or Forerunner - I think these are pretty much the same.) I'm not looking for real-time GPS feed, but rather I'd like to get the data off the device afterwards so I can plot my rides into MS MapPoint.
|
| strange? by ref instead of by value | 28 May 2007 21:50 GMT | 4 |
as i belived c# will always transfer the variables as by vale if not marked with a ref infront of the decleration. By using the folowing code there seams to be (at least for me) a strange behavior:
|