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# > december 2007 > threads for saturday december 22

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

Simple Regex Replace() question.
Posted by Sin Jeong-hun at 12/22/2007 10:40:49 PM
I'm trying to replace \n with @(representing the actual new line character). Of course, \\n should not be replaced. What I'm trying to do is simply what the good-old printf does. For example, "\\n \n" should be converted to "\\n @". I used, Regex r = new Regex(@"[^\\](\\n)"); textBox2.Tex...more >>


Error in dataTable with Oracle
Posted by Antônio_José_Formiga_Neves at 12/22/2007 1:32:54 PM
I have this SQL SELECT name FROM table WHERE name = @parameter And this methods make in Visual Studio getData(@parameter){ .... } this work fine in the SQL Server, but in the oracle don't work Anyone help me plz... Formiga...more >>

Background worker
Posted by csharpula csharp at 12/22/2007 12:29:34 PM
Hello, Can you please tell me if I should use the background worker in the following way: if (worker.IsBusy) worker.CancelAsync(); (or I can avoid this if)? And in case I want to restart the background worker ,should I do it this way? worker.RunWorkerAsync(); Thank u ! *** ...more >>

design (gui)
Posted by csharpula csharp at 12/22/2007 12:25:34 PM
Hello,I would like to know how can I seperate the background worker invokation from the GUI implementation? *** Sent via Developersdex http://www.developersdex.com ***...more >>

Binding Property "Size" Works But Not "Width" -- Please Explain
Posted by Tom at 12/22/2007 7:05:32 AM
Can someone please explain the non-working aspect of binding to Width? See code below. Thanks !! -- Tom =================================================== using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; public class FormParent : Form ...more >>

Understanding Islaam
Posted by ÇáåÇÏí at 12/22/2007 3:36:56 AM
=C7=E1=D1=D3=C7=E1=C9 =C7=E1=CB=C7=E4=ED=E5 Understanding Islaam Please forgive us for any disturbance, but we have an important subject to address to you regarding FAITH, and we Don't intend to overload your email with unnecessary messages... Understanding Islaam 1) The deen (relig...more >>

Conversion from Java to C# in Visual Studio 2008
Posted by Flavelle Ballem at 12/22/2007 1:27:00 AM
Apparently the Java Conversion tool that used to be in Visual Studio 2005 is no longer supported in Visual Studio 2008. Anyone have any suggestions on how to convert a Java program to C# in Visual Studio 2008?...more >>



DevelopmentNow Blog