Click here to Skip to main content
15,881,089 members

Comments by Member 10657083 (Top 31 by date)

Member 10657083 22-Apr-16 4:07am View    
Thank you the error wasn't actually in the code but another header file.
Member 10657083 13-Mar-16 0:47am View    
How would you do that with the code above.
Member 10657083 11-Feb-16 4:48am View    
Ok I think I will proceed from that thank you.
Member 10657083 10-Feb-16 5:21am View    
Ok that just makes no sense,look at this.
https://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.progresschanged%28v=vs.110%29.aspx?cs-save-lang=1&cs-lang=cpp#code-snippet-2
Member 10657083 8-Feb-16 8:33am View    
Clearly that is wrong
auto textData = e->UserState->ToString();
error C2228: left of '.ToString' must have class/struct/union

From what I know this
backgroundWorker1->ReportProgress(0,data);
this meant to call the ProgressChanged function.