Click here to Skip to main content
15,924,317 members
Home / Discussions / C#
   

C#

 
AnswerRe: event handler Pin
PIEBALDconsult31-Oct-08 15:32
mvePIEBALDconsult31-Oct-08 15:32 
AnswerRe: event handler Pin
DaveyM691-Nov-08 0:20
professionalDaveyM691-Nov-08 0:20 
GeneralRe: event handler Pin
nelsonpaixao3-Nov-08 12:48
nelsonpaixao3-Nov-08 12:48 
QuestionCan some body tell me why it behaves like this Pin
netJP12L31-Oct-08 11:14
netJP12L31-Oct-08 11:14 
QuestionActivating last textbox in DataGridView on form active Pin
AndrusM31-Oct-08 10:37
AndrusM31-Oct-08 10:37 
QuestionCancel the transformMatrix in Graphics Pin
baranils31-Oct-08 9:58
baranils31-Oct-08 9:58 
QuestionWindow as seperate thread. Pin
vaseeem31-Oct-08 9:52
vaseeem31-Oct-08 9:52 
GeneralRe: Window as seperate thread. Pin
Luc Pattyn31-Oct-08 10:40
sitebuilderLuc Pattyn31-Oct-08 10:40 
Can't be done. All Windows, Forms, Controls must be created and manipulated
by the main thread only; if you need additional threads, they should not
touch the Controls, instead they should use the Control.InvokeRequired/Invoke
pattern to tell the main thread to read or write Control properties and call
Control methods in their behalf.

Anything else is bound to fail, either immediately, or at some later time, with
often mysterious phenomena such as disappearing menu bars, windows "Not
responding" and much more.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


QuestionNewbie Property Binding Question Pin
Chris Klepeis31-Oct-08 9:50
Chris Klepeis31-Oct-08 9:50 
QuestionLooking for C# example to create Image Metadata app [modified] Pin
DrGerm31-Oct-08 9:35
DrGerm31-Oct-08 9:35 
QuestionFtpWebRequest Upload question Pin
KaptinKrunch31-Oct-08 8:38
KaptinKrunch31-Oct-08 8:38 
Questionhow to retreive correct control.visible property of a hidden control in c# Pin
Dino2Dino31-Oct-08 8:32
Dino2Dino31-Oct-08 8:32 
AnswerRe: how to retreive correct control.visible property of a hidden control in c# Pin
EliottA31-Oct-08 9:50
EliottA31-Oct-08 9:50 
AnswerRe: how to retreive correct control.visible property of a hidden control in c# Pin
Giorgi Dalakishvili31-Oct-08 11:45
mentorGiorgi Dalakishvili31-Oct-08 11:45 
GeneralRe: how to retreive correct control.visible property of a hidden control in c# Pin
Luc Pattyn31-Oct-08 12:21
sitebuilderLuc Pattyn31-Oct-08 12:21 
QuestionRe: how to retreive correct control.visible property of a hidden control in c# Pin
nelsonpaixao31-Oct-08 13:49
nelsonpaixao31-Oct-08 13:49 
AnswerRe: how to retreive correct control.visible property of a hidden control in c# Pin
Dave Kreskowiak1-Nov-08 5:20
mveDave Kreskowiak1-Nov-08 5:20 
QuestionList<int> in wpf designer</int> [modified] Pin
vincentgr31-Oct-08 8:02
vincentgr31-Oct-08 8:02 
AnswerRe: List in wpf designer Pin
Pedram Behroozi31-Oct-08 8:16
Pedram Behroozi31-Oct-08 8:16 
GeneralRe: List in wpf designer Pin
vincentgr31-Oct-08 8:33
vincentgr31-Oct-08 8:33 
GeneralRe: List in wpf designer Pin
Pedram Behroozi31-Oct-08 8:41
Pedram Behroozi31-Oct-08 8:41 
QuestionSNMP Trap or Packet Listner Program --Socket Question. Please advice Pin
jobin00700731-Oct-08 7:23
jobin00700731-Oct-08 7:23 
AnswerRe: SNMP Trap or Packet Listner Program --Socket Question. Please advice Pin
jobin0070075-Nov-08 15:54
jobin0070075-Nov-08 15:54 
QuestionTabControl question Pin
aalex67531-Oct-08 6:29
aalex67531-Oct-08 6:29 
AnswerRe: TabControl question Pin
Pedram Behroozi31-Oct-08 7:33
Pedram Behroozi31-Oct-08 7:33 

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.