| Thread | Last Post | Replies |
|
| Selection in ListView control | 17 Jul 2007 13:16 GMT | 2 |
Is there a way to show the selected item always in a ListView control, even if the control is not in focus ? Yoav.
|
| Delegate Failure after Migration to .NET 2.0 - Vista | 17 Jul 2007 12:48 GMT | 3 |
I am converting a C# .NET 1.1 based system to .NET 2.0. I am encountering a socket exception with delegate events. The system uses an NT service as a remoting host that provides services that desktop applications consume.
|
| Why does a DataReader continue after losing connection? | 17 Jul 2007 12:15 GMT | 2 |
>From just about everything I have read, a DataReader reads only one record at a time from a database and only caches that one record in the client's memmory. However, a colleague of mine noted that this is not exactly the case and proceeded to demonstrate this to me by
|
| resizing usercontrol | 17 Jul 2007 11:20 GMT | 1 |
.NET 2.0 I've added a custom UserControl onto a form. When I resize the form the UserControl doesn't resize. What property do I need to set on the UserControl so it automatically resizes if the window it's placed on
|
| using List<object> as a datasource, how?? | 17 Jul 2007 11:19 GMT | 2 |
.NET 2.0 I'm wondering if it is possible set the DataGridView.DataSource to a List<object> collection. Where object is a class derived from the object class.
|
| How do I inflate compressed data from an asynchronous socket? | 17 Jul 2007 09:52 GMT | 6 |
Hi, I'm writing my own implementation of the Gnutella P2P protocol using C#. I have implemented it using BeginReceive and EndReceive calls so as not to block when waiting for data from the supernode. Everything I have written works fine sending and receiving
|
| DataRelations | 17 Jul 2007 09:35 GMT | 1 |
i already ask yesterday but probably i did missed the point :) I'd like to know if its possible to show data from 2 (or more) tables in a DataGridView. One from a master table and one from a lookuptable using databinding for the grid. I like to build up the relations
|
| Initializing a dictionary | 17 Jul 2007 07:22 GMT | 6 |
Forgive the fairly mundane question, but all the code samples I've found searching for initializing a dictionary have only shown one way, specifically: <code>
|
| Fast image processing in C# | 17 Jul 2007 06:21 GMT | 15 |
Any thoughts about how to implement image processing algorithms to run fast in C#? Using GetPixel to access every pixel from a Bitmap seems to be rather time-consuming.
|
| Regular express question | 17 Jul 2007 05:30 GMT | 5 |
I have the following words, and I want to extract the first part and the trailing numbers. OP001 => ABC, 001 ST02 => CD, 02
|
| Reading & Creating cookies in Local Machine using Windows Application | 17 Jul 2007 04:39 GMT | 3 |
Is there any way to read the cookies which are in local machine? Can we create cookies using windows Application in the local machine? I am developing a windows application which needs to Read the
|
| loading a COM object dynamically? | 17 Jul 2007 04:36 GMT | 2 |
I'm using OCR in my application. Its not a feature my users can't live without. I need office 2003+ installed. So instead of referencing the MODI library, i want to late bind it? In other words check which exists and then use it.
|
| C# COM entry point function | 17 Jul 2007 04:16 GMT | 4 |
I am a developer from C++ COM to C# COM. I feel confused about the entry point function for a C# COM object. In C++, we always initialize object through GetClassObject or DLLGetClassObject, but it seems C# does not need these functions?
|
| Child Form maximizes automatically. Why? | 17 Jul 2007 03:50 GMT | 6 |
Assuming I have several child Forms open (not maximized) in my MDI Form, when I maximize any of them and then close it, all my other Forms automatically maximize. How come? Is there an easy solution for this?
|
| How to have user can only control aboutbox? | 17 Jul 2007 03:20 GMT | 9 |
It is very convenient to make a About box in C#. My problem is how to let user must to click OK to close this About box. ( user should not allow to click any other place at this time ) Thank you!
|