First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
#.NET help to video processing?
Pasan Indeewara wrote: ho, I need to count moving objects per minute in a video stream. I'm currently using Aforge.NET. But unfortunately I could not find a way to do this using Aforge.NET. I checked their forums/Code project examples as well and no luck. Please help me on this.... We're stuck :( ... 1 Jul 2010 08:52
How to collapse C# XML doc comments like in VB.NET
Anybody know how I can set environment in C# so that when you will press "-" sign in front XML doc comment (///) it will collapse like in VB.NET, With that i mean you will see only summary text and not only <summary> tag. Let me show example and results in both languages. In VB.NET: ''' <summary> ''' Add... 2 Jul 2010 12:25
Storing a generic type
I have a class with a property, called Value, which contains different types of data. That is, it might hold a Float, an Int, a String... The property value depends on another property which defines they type. I also have an 'OriginalValue' object. That never changes. It contains the origibal value when the class... 1 Jul 2010 13:22
Are there methods with parameters of interface type in the standardlibrary?
On 30-06-2010 20:23, Stefan Ram wrote: Are there any methods in the standard .NET library that have parameters of an interface type? (Preferably, simple methods with only one parametersthat can be called without many preparations and can be easily understood by beginners.) System.Col... 30 Jun 2010 23:07
WPF - How can I selectively set the “Border brush” of a customcont
I want to have a custom control that changes its border brush color to the selected background brush color at IsMouseOver trigger event. How can I do this? <ControlTemplate.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property="BorderBrush" TargetName="border" Value="{Binding Backgro... 1 Jul 2010 03:27
Works just as good without the Threadstart
Hello! Here I have a simple example to start a Thread. I have noticed that I can skip the Threadstart and pass the working method directly to the Thread C-tor. So what is the point to use ThreadStart when it works just as good without it. public static void MyMethod() { Console.WriteLine("Testin... 30 Jun 2010 23:07
the Clear method for the Queue class
Hello! Can somebody explain what this text mean ? When you call the Clear method for a Queue object, the capacity of the Queue object is not changed. //Tony ... 30 Jun 2010 17:36
Quick inheritance Q
Hi, I have a class 'A' that has a virtual member 'm()'. Another class 'B' inherits from A and overrides m. Yet another class 'C' inherits from B. A <- B <- C From C, can I call A's implementation of m(), or the member from the immediate inheritance from B? Thanks, -Duncan ... 1 Jul 2010 18:59
Problem with TTable
Hello my application uses TTable here is my code where I ocreate and open TTable ////////////////////////////////////////////////////////////////////////////////////////////////////// AnsiString nomdatabasebalance,nomtablebalance; AnsiString nomdatabasereference,nomtablereference; TableBalance->Active=false... 30 Jun 2010 04:21
Use of Assembly Attributes
We have been trying to mimic a sort of "plug-in" design with our app. We are loading assemblies which are in the app's assembly directory and then iterating all the Types in each Assembly to find ones which match the plug-in loaders designated type. I was thinking of perhaps trying to use Assembly Attributes to ... 30 Jun 2010 12:01
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12