Click here to Skip to main content
15,886,724 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem to implement designer at runTime. Pin
Henry Minute21-Jan-11 4:17
Henry Minute21-Jan-11 4:17 
GeneralRe: Problem to implement designer at runTime. Pin
hdv21221-Jan-11 5:45
hdv21221-Jan-11 5:45 
GeneralRe: Problem to implement designer at runTime. Pin
Henry Minute21-Jan-11 5:56
Henry Minute21-Jan-11 5:56 
QuestionC# program to share screen using RDPCOMAPILIB.dll Pin
ayandelhi21-Jan-11 1:54
ayandelhi21-Jan-11 1:54 
AnswerRe: C# program to share screen using RDPCOMAPILIB.dll Pin
Bernhard Hiller21-Jan-11 3:43
Bernhard Hiller21-Jan-11 3:43 
AnswerRe: C# program to share screen using RDPCOMAPILIB.dll Pin
Nexuscan19-Jul-11 16:39
Nexuscan19-Jul-11 16:39 
Questionneed help in Basic Network programming in c# Pin
akosidandan20-Jan-11 17:16
akosidandan20-Jan-11 17:16 
AnswerRe: need help in Basic Network programming in c# Pin
Praveen Raghuvanshi20-Jan-11 18:36
professionalPraveen Raghuvanshi20-Jan-11 18:36 
You are trying to access UI controls(here listbox lbConnections) from a user thread, which is not possible in Winforms.
Winforms allows the updation of controls from the thread that have created it.

Refer below for a detailed explanation to it.
http://weblogs.asp.net/justin_rogers/articles/126345.aspx[^]

You can use Dispatcher in .Net 4.0 for updating the controls from a user thread.
Here is the link for the same http://msdn.microsoft.com/en-us/library/ms741870.aspx[^]

Hope this helps!
Praveen Raghuvanshi
Software Developer

QuestionHelp with file search Pin
turbosupramk320-Jan-11 11:56
turbosupramk320-Jan-11 11:56 
AnswerRe: Help with file search PinPopular
Luc Pattyn20-Jan-11 12:38
sitebuilderLuc Pattyn20-Jan-11 12:38 
GeneralRe: Help with file search Pin
turbosupramk320-Jan-11 13:12
turbosupramk320-Jan-11 13:12 
AnswerRe: Help with file search Pin
Luc Pattyn20-Jan-11 13:36
sitebuilderLuc Pattyn20-Jan-11 13:36 
GeneralRe: Help with file search Pin
musefan21-Jan-11 0:55
musefan21-Jan-11 0:55 
AnswerRe: Help with file search Pin
Not Active20-Jan-11 12:54
mentorNot Active20-Jan-11 12:54 
GeneralRe: Help with file search Pin
turbosupramk320-Jan-11 13:12
turbosupramk320-Jan-11 13:12 
GeneralRe: Help with file search Pin
Not Active20-Jan-11 13:23
mentorNot Active20-Jan-11 13:23 
GeneralRe: Help with file search Pin
turbosupramk320-Jan-11 13:49
turbosupramk320-Jan-11 13:49 
AnswerRe: Help with file search Pin
Yusuf20-Jan-11 16:09
Yusuf20-Jan-11 16:09 
QuestionNodes, Script interface/ API and Undo Pin
adamvanner20-Jan-11 8:47
adamvanner20-Jan-11 8:47 
AnswerRe: Nodes, Script interface/ API and Undo Pin
SledgeHammer0120-Jan-11 9:51
SledgeHammer0120-Jan-11 9:51 
GeneralRe: Nodes, Script interface/ API and Undo Pin
adamvanner20-Jan-11 22:43
adamvanner20-Jan-11 22:43 
QuestionAccessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 5:16
thatdiceygirl20-Jan-11 5:16 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 5:46
sitebuilderLuc Pattyn20-Jan-11 5:46 
GeneralRe: Accessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 5:56
thatdiceygirl20-Jan-11 5:56 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 6:05
sitebuilderLuc Pattyn20-Jan-11 6:05 

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.