Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > c# > august 2003 > threads for sunday august 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

create datatable at runtime
Posted by LPeter at 8/17/2003 11:21:36 PM
Hi Group, i'd like to create 10 datatables at runtime something like this for (int i=1; i<11;i++) { DataTable i.ToString() = new DataTable() } How can I do it? TIA Peter ...more >>


C# Switch statement
Posted by Duncan McNutt [BSDM] at 8/17/2003 10:14:21 PM
Is it possible to have ranges or patterns in a case ? If not, why wasnt this designed in to make it easier instead of listing every case value needed? -- Duncan McNutt Microsoft Product Deactivation Team -- ...more >>

Opening forms when using multiple threads
Posted by Alasdair at 8/17/2003 6:42:51 PM
Friends, I'm an old C programmer who upgraded to C++ but was never comfortable with it. I've recently moved to C# and love it but I obviously am missing some of the subtleties. I thought the following code would simply expose the Form1 and move on but what actually happens is that the F...more >>

data grid control problem
Posted by cfyam at 8/17/2003 2:36:56 PM
After I set the datagrid allowsort is true, the position of data binding will not correct when i click the row header! How can I slove the problem? ...more >>

Text reading
Posted by Patrick De Ridder at 8/17/2003 1:55:23 PM
Sorry this must be very elementary. When I apply the example in "Reading Text from a File" in the help file (.NET Framework Developer's Guide) to a simple text file like the cat jumped over the wall words are printed two at a time. Maybe this has to do with the read buffer? Could yo...more >>

Interactive Voice Response applications
Posted by Suhail A, Salman at 8/17/2003 12:08:18 PM
Dear All, we are planning to build voice applications or "IVRs: Interactive Voice Response applications" under .NET, any one knows what is the best technolohy/tools available and if you can help me with some links that will be great.. thanks for helping Suhail ...more >>

.NET serialization specification
Posted by Mike Schilling at 8/17/2003 10:28:38 AM
Is there an official specification for .NET serialization? I've looked at the .NET framework docs and read Jeffrey Richter's MSDN articles, but I'm looking for something more complete, corresponding to the specification of Java serialization found at http://java.sun.com/products/jdk/1.2/docs/g...more >>

Auto-Check out VSS
Posted by Tony Liu at 8/17/2003 2:54:13 AM
Hi, how can I have the Visual SourceSafe automatically check out files when VS.NET shutdown? Thanks Tony ...more >>




DevelopmentNow Blog