0
votes
votes
1 answers
canceling Background Worker
Hi! I have an issue with stopping BGW job. here is the snippet: [code] private void InitBGWorker() { OptionsSC.Playing = true; bgwTrackPos.DoWork += bw_DoWork; bgwTrackPos.WorkerReport ...
blah blah blah is here! blah blah » Close
Hi! I have an issue with stopping BGW job. here is the snippet: [code] private void InitBGWorker() { OptionsSC.Playing = true; bgwTrackPos.DoWork += bw_DoWork; bgwTrackPos.WorkerReport ...
I have the below code that loops through a datagrid setting the format per the items listed in that row. For some reason I cant find how to change the button background color for just one button (some buttons will be red and some will be gr ...
Got feedack? Found a bug? report it here.