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 >>
|