I have some calculation after calculating all data stores in SQL Server2005. i want add a pop up window which will be finished after storing into data base. how can i do that. please help me its urgent.. Shafik
I have some calculation after calculating all data stores in SQL Server2005. i want add a pop up window which will be finished after storing into data base. how can i do that. please help me its urgent.. Shafik
u can design ur ownpopup window using normal form and can open that form before starting the calculation and then can close that form after storing into data base.