Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
2 Commented Posts
0 Endorsements
~52 People Reached
Favorite Forums
Member Avatar for kousikmail

Help me please. I am using a BackGroundWorker but i dont wanna use Thread.Sleep() Method.Is there any other options to slow down the process here is the code..........[code] using System; using System.ComponentModel; using System.Windows.Forms; namespace Control14_12_11 { public partial class frmBW : Form { #region public frmBW() { InitializeComponent(); bw.DoWork …

-3
52