Click here to Skip to main content
15,896,606 members

Comments by Noze (Top 13 by date)

Noze 20-Dec-11 1:44am View    
Thank you SAKryukov
Noze 19-Dec-11 14:17pm View    
Thanks Pete O'Hanlon
and I know this
but I want The idea of ​​recursive
I have this code http://www.codeproject.com/KB/WPF/Fractals.aspx
I just want idea .
help me codeproject .....
Noze 19-Dec-11 13:33pm View    
thank you
but pleas write code for me
I have this links but I don't no how write code
help me .........
Noze 2-Jul-11 18:34pm View    
Deleted
thank you very much
look i write this code it is succeeded
static void Main(string[] args)
{
string connsql = "Data Source=" + Environment.MachineName + ";Integrated Security=True;Pooling=False;MultipleActiveResultSets=False;Packet Size=4096";
SqlConnection conn = new SqlConnection(connsql);
conn.Open();
StreamReader readfilequery = new StreamReader(@"J:\Project\Finelf\Dental lab and Storeff\Main Form\query\script.sql");
string query = "";
string line = readfilequery.ReadLine();
while (line != null)
{
if (line.IndexOf("GO") == -1)
{
query = query + line;
}
else
{

SqlCommand commqnd = new SqlCommand(query, conn);
commqnd.ExecuteNonQuery();
query = null;
}
line = readfilequery.ReadLine();
}

}
Noze 1-Jul-11 7:07am View    
hi
you want login code in wpf without database how
are you save usernames and passeowds in array or what
pls Explain your question to help you