Click here to Skip to main content
15,912,021 members
Home / Discussions / C#
   

C#

 
GeneralRe: Delegates Pin
sabrown1002-Nov-07 13:45
sabrown1002-Nov-07 13:45 
AnswerRe: Delegates - Productive [modified] Pin
KennyPatel2-Nov-07 22:35
KennyPatel2-Nov-07 22:35 
QuestionFrame refresh information Pin
Yigal Agam2-Nov-07 5:26
Yigal Agam2-Nov-07 5:26 
QuestionRead web.config authorization's Pin
GreenGiant832-Nov-07 4:53
GreenGiant832-Nov-07 4:53 
QuestionAccessing control from seperate class Pin
oceanexplorer2-Nov-07 4:10
oceanexplorer2-Nov-07 4:10 
AnswerRe: Accessing control from seperate class Pin
led mike2-Nov-07 4:59
led mike2-Nov-07 4:59 
GeneralRe: Accessing control from seperate class Pin
oceanexplorer2-Nov-07 5:11
oceanexplorer2-Nov-07 5:11 
GeneralRe: Accessing control from seperate class Pin
led mike2-Nov-07 5:22
led mike2-Nov-07 5:22 
oceanexplorer wrote:
But my difficulty with this one is I am dealing with threading


Slow down and relax. The threading issue is completely separate from the object access issue. You actually seem to be aware of that but perhaps your frustration is not allowing you to realize it.

oceanexplorer wrote:
To be honest I know about accesing controls from other classes etc.

Then start there. Don't think about the thread issue and solve the access problem first. Once you have access to the object then go back to solving the thread issue.

#1 Get access to the object I need.
#2 Now I am in another thread so I need to Invoke the object rather than just call it's method.

Also take a look at this[^] and see if it helps.



GeneralRe: Accessing control from seperate class Pin
oceanexplorer2-Nov-07 5:35
oceanexplorer2-Nov-07 5:35 
GeneralRe: Accessing control from seperate class Pin
led mike2-Nov-07 7:09
led mike2-Nov-07 7:09 
QuestionC# based web service: Referring IP address? Pin
Jerry Evans2-Nov-07 4:03
Jerry Evans2-Nov-07 4:03 
AnswerRe: C# based web service: Referring IP address? Pin
Jerry Evans2-Nov-07 4:53
Jerry Evans2-Nov-07 4:53 
QuestionExecute script with trasaction on firebird database server Pin
Razvan Dimescu2-Nov-07 3:41
Razvan Dimescu2-Nov-07 3:41 
AnswerRe: Execute script with trasaction on firebird database server Pin
Razvan Dimescu2-Nov-07 4:46
Razvan Dimescu2-Nov-07 4:46 
QuestionThreading and cross-threading Pin
oceanexplorer2-Nov-07 3:16
oceanexplorer2-Nov-07 3:16 
AnswerRe: Threading and cross-threading Pin
Daniel Grunwald2-Nov-07 3:29
Daniel Grunwald2-Nov-07 3:29 
GeneralRe: Threading and cross-threading Pin
oceanexplorer2-Nov-07 3:37
oceanexplorer2-Nov-07 3:37 
AnswerCan anyone still answer this? Pin
oceanexplorer2-Nov-07 5:13
oceanexplorer2-Nov-07 5:13 
AnswerRe: Threading and cross-threading Pin
m@u2-Nov-07 6:29
m@u2-Nov-07 6:29 
QuestionXP ICONS Pin
half-life2-Nov-07 2:41
half-life2-Nov-07 2:41 
AnswerRe: XP ICONS Pin
Pete O'Hanlon2-Nov-07 3:31
mvePete O'Hanlon2-Nov-07 3:31 
GeneralRe: XP ICONS [modified] Pin
half-life2-Nov-07 5:00
half-life2-Nov-07 5:00 
QuestionHow can I check if a node in a treeview allready exist ? Pin
Kenth Ringsby2-Nov-07 2:31
Kenth Ringsby2-Nov-07 2:31 
AnswerRe: How can I check if a node in a treeview allready exist ? Pin
Giorgi Dalakishvili2-Nov-07 2:53
mentorGiorgi Dalakishvili2-Nov-07 2:53 
GeneralRe: How can I check if a node in a treeview allready exist ? Pin
c0ax_lx2-Nov-07 3:00
c0ax_lx2-Nov-07 3:00 

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.