| Thread | Last Post | Replies |
|
| How group by and sum values in DataTable? | 13 May 2008 21:42 GMT | 2 |
I have a DataTable that looks like this: Id Value 123 4.0 123 5.0
|
| Clearing items before refreshing dataset from listbox | 13 May 2008 21:17 GMT | 1 |
I have a ListBox which is binded to a dataSet. When I need to refresh this dataSet, it works, but the old entries don't get removed from the listbox. Items.Clear() doesn't work when a DataSource is set. How would I clear all the items from the ListBox before refreshing the
|
| Generic function to output the values of an Enumeration | 13 May 2008 21:05 GMT | 3 |
I want to create a method that takes in the type of a Enumeration, passes in the Enumeration as an object, and then outputs the values with checkboxes, and pre-checks the checkbox if that value is set in a mask.
|
| Multithreading multiple with processors | 13 May 2008 20:16 GMT | 2 |
Do i need to use a special class if i need to code on computer with multiple processors. I need to make sure that all of the CPU resources are used to process the code. Is there a way to do this? thank you,
|
| Not to draw when my custom control is not visible. | 13 May 2008 19:59 GMT | 1 |
I have created a simple custom control, which displays a string data on it. It draws the string at its OnPaint(). When the string is changed I can call Invalidate() to redraw the string. Sort of simple. But I guess it might not be efficient. The instances of my custom
|
| How to add headers an existing xls file | 13 May 2008 19:55 GMT | 1 |
I need to add headers to a existing xls file.Then after that i can update my dataset into the xls file.Can you explain how i could do this.
|
| How to apply batch changes to source | 13 May 2008 19:45 GMT | 2 |
c# vs 2008 what's the best way... need to apply changes to some methods in many source files (C#.cs). (Pseudocode) here is how is done manually:
|
| passing array of structs to unmanaged code | 13 May 2008 19:31 GMT | 2 |
Using .NET 3.5, I need to pass an array of structs as parameter to a C++ unmanaged function. The C++ dll stores some data in an unmanaged cache, the function writes the values into the array of structs. The array of structs are allocated
|
| Unicode values | 13 May 2008 19:07 GMT | 4 |
Where do I find the unicode values for math operators like equal, minus and plus sign and how to I check if the value of a byte array is one of these operators? I populate the byte array from a filestream object using the Read method. So far Ihave been working with utf8
|
| Linq over xml question | 13 May 2008 17:46 GMT | 2 |
I have a List of person objects using Generics. Each person will have an Id, firstname and may have a DepartmentId I am trying to convert this list to xml. However if the person doesnt have a departmentId, I dont want to write out a departmentId
|
| Plz help me with the confusion of tree node and xml | 13 May 2008 15:40 GMT | 1 |
Hi, i am a new bie in programming.I am currently doing a project that displays certain hierarchial set of data in tree view.I currently implemented this tree view to be displayed in xml file which is one of my requirement too.But, the point that i am confused is with
|
| How to: Windows Forms DataGridVeiw Pagination | 13 May 2008 15:35 GMT | 1 |
How to do pagination for a DataGridView in a Windows Forms application? Please help me. Thank you, Venu.
|
| Labels with graphics? | 13 May 2008 15:31 GMT | 11 |
Is there a common way to embed a graphic or icon into a label? I want to have something like "Press <<IMGBTN1>> To Continue" or "Press <<IMGBTN2>> For Help". Normally I'd just create a graphic for the whole string, but this will
|
| User pressing TAB or Enter to advance to next field on a form | 13 May 2008 15:26 GMT | 3 |
I have a perplexing situation. I am using Visual Studio 2005 SP1 and have created a simple form with two or three textboxes on them. They are not multi-line text boxes. I would like the behavior of them to advance to the next control when Tab or ENTER is pressed. However I
|
| Validation | 13 May 2008 14:41 GMT | 3 |
I would like to know if there is a way to validate xml file using xsd or some other way for the following case: Xml element represented by string value which need to be validated against some strings domain . For example the element can be pnly one of
|