| Thread | Last Post | Replies |
|
| Generics Questions | 29 Jul 2008 15:39 GMT | 10 |
Two questions regarding Generics: 1. I'd like to constrain my Type parameter to be one of a preefined group of types. For example: class Field<T> where T: Byte, Int, String, Array<byte> {}
|
| Wow, C# 2.0 (Visual Studio 2005) does not support Polyline | 29 Jul 2008 15:37 GMT | 6 |
This language C# is more primitive than I thought. I just found out that C#2.0 does not support polyline (see below), a very useful feature for connecting points with a line automatically. Only C# 3.0 supports this. I'm curious, what did people do before version 3.0 was
|
| Displaying a portion of a image and zoom | 29 Jul 2008 15:35 GMT | 2 |
I'd like to display an imagem in a picture box, but just a portion of it Example (please ignore the dots, I use them to keep the alignment) +-----------------------------------------------+
|
| constains or linq | 29 Jul 2008 15:20 GMT | 5 |
linq on objects... want to find if the object exist in its collection if I have a loop searching in the collection foreach (myClass r in collections)
|
| List Property in Designer | 29 Jul 2008 15:11 GMT | 1 |
I have the following problem: I have a base Form with some general functionality and I want to create several derived Forms from it. The base Form contains a List - in particular a List of BindingSources -
|
| How to catch event KeyDown,KeyUp and KeyPress | 29 Jul 2008 14:35 GMT | 2 |
I have created a Control that consist of a label and a textbox.I have called this class ctlLabelTextbox. public partial class ctlLabelTextbox : UserControl {
|
| COM interop and Object Required | 29 Jul 2008 12:12 GMT | 4 |
Summary Getting the error message Run time error 424 Object Required when attempting to assign a value to a C# COM visible property of type object. I have created a COM visible class as below
|
| hiiiiiiii | 29 Jul 2008 11:34 GMT | 1 |
Here gret88 interview question website, which will be very helpful. www.bestitquestions.com To maintain this site please click on sponses links as well.
|
| LINQ to SQL - Count of Columns in Result? | 29 Jul 2008 11:03 GMT | 1 |
Does anyone know of a way to count the number of columnns in a Linq2SQL result? (In this case ISingleResult). I am building a method to get summary report data. I want to be able to add a column to my stored procedure at some point, without amending
|
| Using generic EventArgs | 29 Jul 2008 10:29 GMT | 3 |
I need to validate document DataGridview rows. Rows can be different types: invoice rows, order rows etc. I created generic EventArgs type for this: public class CellValidatedEventArgs<TRow> : EventArgs
|
| How can I prevent an application being ended by "Task Manager". How to keep it always alive? | 29 Jul 2008 09:26 GMT | 4 |
Dear Members I have a critical program written in c#. It runs every time the user log on. But sometimes log-oned user forces my application process to quit by “End Process” in task manager.
|
| Is this newsgroup managed? | 29 Jul 2008 08:14 GMT | 4 |
Just wondering if anybody here knows if any MVP or Microsoft employee reads the messages posted to these newsgroups before they are published. Is the content of messages posted here evaluated for appropriateness before the messages are let into the public domain?
|
| DataGridView: all control properties readonly in child form. | 29 Jul 2008 05:13 GMT | 1 |
I have a windows form "BaseForm" that contains a DataGridView that is not bound to any datasources and a button. Both of these controls have a modifier of "Protected Internal" and none of the controls are locked on this form.
|
| Named Pipes | 28 Jul 2008 21:47 GMT | 1 |
I'm trying to get Named Pipes working. It works fine as long as the server is up and going. Once I stop the server, the client doesn't notice the server isn't there on the first message, which is lost but then it notices that the pipe is down.
|
| New icon in ControlBox | 28 Jul 2008 19:42 GMT | 1 |
I Would like to add a new icon near the close/minimiez/maximize button in a winfor Did someone know how to do it ? Thanks in advance
|