Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Retrieving Sorted Directories25 Oct 2007 01:05 GMT2
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 GMT3
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 array24 Oct 2007 23:22 GMT5
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 needed24 Oct 2007 22:35 GMT2
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.024 Oct 2007 22:28 GMT3
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 info24 Oct 2007 22:18 GMT2
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 Database24 Oct 2007 21:50 GMT8
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/Catch24 Oct 2007 21:35 GMT17
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 border24 Oct 2007 20:33 GMT4
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 DataRow24 Oct 2007 20:28 GMT5
How to inherit from System.Data.DataRow?
class ItemRow: DataRow
   {
       public ItemRow(DataRowBuilder rb):base(rb){}
trouble with events24 Oct 2007 19:21 GMT1
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 Version24 Oct 2007 19:19 GMT1
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 get24 Oct 2007 19:04 GMT11
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 GMT6
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 Requirements24 Oct 2007 18:03 GMT1
Can you use Windows Presentation Foundation with VS 2005 / C# 2.0 ?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.