blah blah blah is here! blah blah » Close

0
votes
1 answers

canceling Background Worker

AK01
15

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 ...

0
votes
1 answers

Changing button background color for one row in datagrid

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 ...

Feedback