| Thread | Last Post | Replies |
|
| Visual Serapator between methods | 19 Jun 2006 04:11 GMT | 1 |
VB.NET code has a nice visual line separating every method from other methods in the text editor. Is this available for C# as well? Thanks -Ron
|
| DataAdapter.AcceptChangesDuringUpdate not working | 19 Jun 2006 03:01 GMT | 5 |
I have set DataAdapter.AcceptChangesDuringUpdate = true; However, I find that I still need to call AcceptChanges on the associated DataTable, DataTable.AcceptChanges();
|
| List of web components in the page at runtime | 19 Jun 2006 02:50 GMT | 1 |
Hi, How can I get the list of web components in the page at runtime ? e.g. there is two components in the page :
|
| Why is concept of equals and operator== implemented this way? | 18 Jun 2006 22:30 GMT | 12 |
Why can I overload operator== and operator!= separately having different implementations and additionally I can override equals() also having a different implementation. Why not forbid overloading of == and != but instead translate each call
|
| nunit deploy and accessibility modifiers | 18 Jun 2006 20:50 GMT | 4 |
Hi, I have a DLL project that implements the Model/Controller part of MVC, and the client of the DLL would be the View. The interface the View consumes is the Controller API, and the Model is marked internal, b/c the View shouldn't need to get at it, but this means I can no
|
| oledb connection | 18 Jun 2006 19:42 GMT | 1 |
I'm trying to connect an access database into my c# application. But I'm having trouble to Drag and drop the data connection on the Form to create an OleDbConnection object. I used to use the Visual Studio 2005 and this works, but now I'm using the C# express and I'm not able to
|
| Event Processing? | 18 Jun 2006 19:05 GMT | 1 |
If i were to create a new thread which fires an event back to the main() thread, which thread executes the event? Martin
|
| This is annoying | 18 Jun 2006 18:55 GMT | 8 |
Why can't you hide rows in a datagridview which is bound to a binding source ?
|
| Is IDisposable.Dispose() deterministic for managed resources? | 18 Jun 2006 17:32 GMT | 3 |
For instance: component.Dispose(); will this lead to resources beginning to be released immediately after the method is called, as opposed to relying on GC?
|
| C# and RapidShare | 18 Jun 2006 17:07 GMT | 3 |
I want users to be-able to upload file via rapidshare with my app, but can this be done? I've been looking in the namespace 'system.web' for examples with HTTP etc, but with no luck or on the net. Could someone point me in the right direction?
|
| Cross Thread calls | 18 Jun 2006 17:06 GMT | 4 |
I have a couple of classes that I am using to read a swipe-card reader attached to the serial port (c# VS 2005 Pro). I have a SerialComm class which actaully reads the serial port, and a CardReader class which validates the number etc.
|
| A Couple of questions about the Property Grid | 18 Jun 2006 17:02 GMT | 2 |
1. I have a MDI document what is the best way to link data form a specific MDI document to parameters of a property grid. In this case I have a palette that can change from document to document, and I want my customized color picker to support the diffrent palettes depending on
|
| XML documentation problem | 18 Jun 2006 15:46 GMT | 2 |
I have a class which kind of represent something akin to a node in a tree like data structure. I have some method like that: class Element
|
| System.environment API calls for 32 and 64 bit OS | 18 Jun 2006 15:40 GMT | 1 |
I am porting my current project to a 64 bit machine and I am having some issues with folder paths that vary between a 64 and 32 machine for any 32 bit application. The below calls return c:\program files in a 32 bit machine and 64 bit
|
| access an actual object of ContextboundObject in sink class? | 18 Jun 2006 14:19 GMT | 1 |
I'd like to intercept some method invocations on certain object. For the object, I wrote a class inherited from ContextBoundObject. and also related classes to implement attribute, property, sink classes required to intercept the method invocations.
|