Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to update progressBar from another class Pin
Jibesh15-Jan-13 10:06
professionalJibesh15-Jan-13 10:06 
GeneralRe: How to update progressBar from another class Pin
MichCl15-Jan-13 10:15
MichCl15-Jan-13 10:15 
GeneralRe: How to update progressBar from another class Pin
Jibesh15-Jan-13 11:34
professionalJibesh15-Jan-13 11:34 
GeneralRe: How to update progressBar from another class Pin
MichCl17-Jan-13 5:18
MichCl17-Jan-13 5:18 
GeneralRe: How to update progressBar from another class Pin
Jibesh17-Jan-13 8:17
professionalJibesh17-Jan-13 8:17 
GeneralRe: How to update progressBar from another class Pin
MichCl17-Jan-13 8:59
MichCl17-Jan-13 8:59 
GeneralRe: How to update progressBar from another class Pin
Jibesh17-Jan-13 9:18
professionalJibesh17-Jan-13 9:18 
GeneralRe: How to update progressBar from another class Pin
MichCl17-Jan-13 9:44
MichCl17-Jan-13 9:44 
C_Comm.cs is a separate VS project, separate dll, commonly referenced by everything (CR5.cs, PC.cs). Do you think I still need everything except the delegate part in my iCR? The CR5 implements iCR and that's the only way I can see getting the ProgressChanged defined in CR5 from PC.cs, but when I take out the delegate part, I get "The type or namespace name 'ProgressChangeHandler' could not be found (are you missing a using directive or an assembly reference?)". I can't keep my iCR.cs and C_Comm.cs in the same dll because of the whole layout. The VS project layout is:

Project 1 has iCR.cs

Project 2 has PC.cs and a couple of other things. (update - this has form with progress bar)

Project 3 has CR5 (implements iCR) and a couple of other things.

Project 4 has CR_Factory which will return a CR5 through the iCR interface to my PC.cs

Project 5 has C_Comm.cs. It is referenced in PC.cs, CR5, and iCR.

In the future I'll have a CR6 project like the CR5.

As far as cb.ProgressChanged != null, I'm just trying to get what you suggested originally to work with my delegate in my C_Comm. Yes, checking for null before I send the update.

modified 17-Jan-13 16:18pm.

GeneralRe: How to update progressBar from another class Pin
Jibesh17-Jan-13 10:24
professionalJibesh17-Jan-13 10:24 
GeneralRe: How to update progressBar from another class Pin
MichCl18-Jan-13 2:07
MichCl18-Jan-13 2:07 
GeneralRe: How to update progressBar from another class Pin
MichCl18-Jan-13 7:16
MichCl18-Jan-13 7:16 
GeneralRe: How to update progressBar from another class Pin
Jibesh18-Jan-13 13:55
professionalJibesh18-Jan-13 13:55 
GeneralRe: How to update progressBar from another class Pin
MichCl21-Jan-13 4:53
MichCl21-Jan-13 4:53 
GeneralRe: How to update progressBar from another class Pin
Jibesh21-Jan-13 5:00
professionalJibesh21-Jan-13 5:00 
GeneralRe: How to update progressBar from another class Pin
MichCl21-Jan-13 5:01
MichCl21-Jan-13 5:01 
GeneralRe: How to update progressBar from another class Pin
Jibesh21-Jan-13 5:02
professionalJibesh21-Jan-13 5:02 
GeneralRe: How to update progressBar from another class Pin
MichCl6-May-13 3:44
MichCl6-May-13 3:44 
QuestionIncluding a PDF file in SHFB generated .chm (Html Helpfile 1) Pin
User 971917715-Jan-13 1:07
User 971917715-Jan-13 1:07 
AnswerRe: Including a PDF file in SHFB generated .chm (Html Helpfile 1) Pin
Pete O'Hanlon15-Jan-13 3:28
mvePete O'Hanlon15-Jan-13 3:28 
QuestionDirectX9 Pin
electriac15-Jan-13 0:20
electriac15-Jan-13 0:20 
AnswerRe: DirectX9 Pin
markovl15-Jan-13 0:53
markovl15-Jan-13 0:53 
GeneralRe: DirectX9 Pin
electriac15-Jan-13 4:59
electriac15-Jan-13 4:59 
GeneralRe: DirectX9 Pin
Dave Kreskowiak15-Jan-13 6:48
mveDave Kreskowiak15-Jan-13 6:48 
GeneralRe: DirectX9 Pin
electriac15-Jan-13 12:17
electriac15-Jan-13 12:17 
GeneralRe: DirectX9 Pin
Dave Kreskowiak15-Jan-13 19:39
mveDave Kreskowiak15-Jan-13 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.