HY
I HAVE PROGRESSBAR NOT WITH PERCENT JUST WITH STYLE :Marquee
in click event i exec stored procedure into datagridview
but when i click the button and write :MarqueeAnimationSpeed =30
and after exec the sp the pb doesnt animated
as i know i need to make thread but i dont no how?
pls help me
this.Cursor = Cursors.WaitCursor;
progressBar1.MarqueeAnimationSpeed = 30;
string kindOfReport;
string connectionstrinng;
string connectionstring_OLTP01;
string strSqlDel;
connectionstrinng = ConfigurationManager.AppSettings["CONN"];// "Data Source=xxx;Initial Catalog=xxx;Integrated Security=True";
SqlConnection connImportVed = new SqlConnection(connectionstrinng);