| Thread | Last Post | Replies |
|
| Retrieving Sorted Directories | 25 Oct 2007 01:05 GMT | 2 |
Is there an easy way to loop through directories sorted by, say, CreationTime or LastAccessTime? It seems like a reasonable capability, but I don't see it. v/r
|
| Is there a way to add metadata to a file? | 24 Oct 2007 23:43 GMT | 3 |
I have a binary file (zip file) that's being created by my app and I would like to store a comma delimited list of items contained in that file (e.g. the .zip file contains 5 large TIFF images and I want to store the description of each image as meta data on the zip so I can
|
| Extracting single dimensional array out of two dimensional array | 24 Oct 2007 23:22 GMT | 5 |
I am using framework 2.0. I am writing a foreach loop that will extract single dimensional arrays out of double dimensional array. I am trying writing something like this. string [,] strDetails
|
| Motion detection library needed | 24 Oct 2007 22:35 GMT | 2 |
I'm looking for some examples of utilities or .NET programming libraries that will allow me to detection motion in a video sequence. I would rather have results that will take AVI files that have already been saved to hard disk and not rely upon ones that use capture
|
| caspol in framework 3.0 | 24 Oct 2007 22:28 GMT | 3 |
Today when I tried to run a caspol on a box where I have only framework 3.0 and found out that it is not distributed like it does in 2.0 or 1.1 How can I run a caspol on client box where we have only framework 3.0?
|
| Reading jpg EXIF info | 24 Oct 2007 22:18 GMT | 2 |
I am working on a program the reads the user comment field of a jpg file. When I read it in using GetPropertyItem to get the property and saving it to a variable with item=Encoding.UTF8.GetString(PropItem.Value).Trim() I get a string that looks like \0\0\0\0\0\0my text here.
|
| Re-Connect with Remote SQL Servr 2005 Database | 24 Oct 2007 21:50 GMT | 8 |
I am developing C# win form app to work with remote database on SQL Server 2005. Problem scenario is as follows: 1. a form is open that has downloaded dataset to local cache 2. computer is put into stand-by or hibernation
|
| Try/Catch | 24 Oct 2007 21:35 GMT | 17 |
I am making the transition from VB to C# I am struggling to get my try/catch to work. For some reason, the exception is not caught. My code is below, any help will be much appreciated.
|
| DataGridView border | 24 Oct 2007 20:33 GMT | 4 |
I derived a custom control from DataGridView class. When my DataGridView borderStyle is equal to FixedSingle, i would like to replace this Black pen by a user pento allow him to change the border color (but only when borderStyle is = FixedSingle).
|
| Inherit from DataRow | 24 Oct 2007 20:28 GMT | 5 |
How to inherit from System.Data.DataRow? class ItemRow: DataRow { public ItemRow(DataRowBuilder rb):base(rb){}
|
| trouble with events | 24 Oct 2007 19:21 GMT | 1 |
I am new to C# and windows programming. I am trying do create something fairly simple (at least I think). I have 1 form (Form1). On Form1 I have a listbox. I also have a Class (Class1). Class1 loops through the local filesystem. I want Class1 to add filenames to Form1's ...
|
| Auto Increment Version | 24 Oct 2007 19:19 GMT | 1 |
Is there a way to have a timestamp automatically become part of the Assembly version number? I.e., so everytime the DLL compiles, the assembly version updates? TIA-
|
| Best practice with get | 24 Oct 2007 19:04 GMT | 11 |
Ms defines get as follows: an accessor method in a property or indexer that retrieves the value of the property or the indexer element. So is the following TestDirectory get bad practice? class Framework
|
| Am I using ThreadPool the right way? | 24 Oct 2007 18:46 GMT | 6 |
I'm programming a TCP server. During the stress tests I noticed that maybe my socket-receiving thread became deaf after an hour of heavy stress. I think that the reason could be this: The processing of the received
|
| WPF Requirements | 24 Oct 2007 18:03 GMT | 1 |
Can you use Windows Presentation Foundation with VS 2005 / C# 2.0 ?
|