| Thread | Last Post | Replies |
|
| A question in c# | 23 Jun 2007 19:23 GMT | 2 |
I used all the examples found in www.codeproject.com for Video capture using C# and get a still image from this stream Any one please have an idea in how to do that using C# Please
|
| Opening Other Application | 23 Jun 2007 18:23 GMT | 3 |
Is it possible to run other applications like start MS word, or turn off the system, or run an antivirus program SCAN etc.. using .NET
|
| Question about handling form resizing events. | 23 Jun 2007 17:41 GMT | 6 |
I have a WinForms based application written for the .NET Framework 2.0 and in this application I need to be able to be able to take some action in code when the user finishes resizing the form. I can easily create an event handler for the SizeChanged form level
|
| Streams contents | 23 Jun 2007 17:20 GMT | 3 |
Do the stream objects in .NET support any tipe of content i'd like to put in them?, like memorystream...can i put a table in there? or a stream inside another stream?
|
| How do I use Generics with interfaces? | 23 Jun 2007 16:04 GMT | 9 |
I want to have an object with a method that accepts a List of interfaces, for example: List<IMyInterface> myInterfaces Then in another object I have a List of objects which implement that
|
| How to ? out argument in managed c++ | 23 Jun 2007 15:20 GMT | 6 |
Hello gurus, I have the following C# function signature: void TheFunction(Dictionary<string, MyClassObj> dicName, out int nOne, out int nTwo, out int nThree, out int nFour);
|
| IDataReader closed on return from proc | 23 Jun 2007 12:10 GMT | 2 |
Whenever I try the following, the reader that is returned is always closed. What am I missing ? When I look at the reader in the ExecuteReader, it is fine. THen it gets closed on the returm.
|
| Encapsulation philosophy question | 23 Jun 2007 12:00 GMT | 1 |
I have run into a design question that I don't have strong feelings about one way or the other, so I'm curious what the OOP gurus think about it. :) A recent post led me to suggest using a state graph, which got me to wanting to fiddle with a state graph implementation in .NET. ...
|
| Form level MouseDown and MouseUp events don't seem to be working.... | 23 Jun 2007 11:21 GMT | 1 |
It appears the WinForm MouseDown and MouseUp event handlers are not working properly. In the "bare bones" sample application below, Form1_MouseUp gets called even through the mouse button remains pressed while dragging the Form window to resize it.
|
| using icomparable | 23 Jun 2007 09:36 GMT | 2 |
I have a class called orders, which has a DateTime dateCreated property, telling me when each order was created. I get the orders returned to me in a collection, as an array. but now i need to sort them by datecreated. i've tried the following:
|
| Ascertain CTRL+SHFT keys pressed during MouseDown event | 23 Jun 2007 09:15 GMT | 1 |
Within a mousedown event, can you please show a code sample of how to ascertain whether the CTRL and/or ALT and/or SHIFT keyboard key is pressed? Thank you
|
| obtain ref to assembly from created class instance | 23 Jun 2007 08:57 GMT | 7 |
It does not seem possible to compare instances of assemblies from which instances of controls/classes are created. In other words, if I have Assembly myAssembly Assembly.LoadFrom(path);
|
| SQL sp error | 23 Jun 2007 08:31 GMT | 7 |
When ever I try the follwoing I get an error message saying too many arguments specified: ...connection... sqlCmd.CommandText = "NewCCInf0";
|
| Wizard Control Challenge | 23 Jun 2007 08:10 GMT | 1 |
I am using a Wizard control with 5 steps. On step 2 the user is present with a radiobuttonlist with two listitems in it. If the first radiobutton is selected I want to take the user to step 3, if the second is selected I want to take the user to step 4. I have the
|
| Get field info of base class with reflection | 23 Jun 2007 07:39 GMT | 10 |
I have a class that exist in my UI assembly that inherits from a class in a referenced assembly like this. class EmployeesDC {
|