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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|