Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threads, Events & BeginInvoke Pin
Judah Gabriel Himango22-May-06 10:16
sponsorJudah Gabriel Himango22-May-06 10:16 
QuestionNeed help Pin
engsrini22-May-06 4:56
engsrini22-May-06 4:56 
AnswerRe: Need help Pin
Judah Gabriel Himango22-May-06 6:16
sponsorJudah Gabriel Himango22-May-06 6:16 
GeneralRe: Need help Pin
engsrini22-May-06 6:37
engsrini22-May-06 6:37 
QuestionType or namespace name could not be found Pin
msolh22-May-06 4:17
msolh22-May-06 4:17 
AnswerRe: Type or namespace name could not be found Pin
User 665822-May-06 5:11
User 665822-May-06 5:11 
GeneralRe: Type or namespace name could not be found Pin
msolh22-May-06 7:57
msolh22-May-06 7:57 
GeneralRe: Type or namespace name could not be found Pin
User 665822-May-06 11:16
User 665822-May-06 11:16 
QuestionDatabinding Listview with array reference Pin
Seraphin22-May-06 3:54
Seraphin22-May-06 3:54 
Questiona question about tabcontrol ? Pin
cmpeng3422-May-06 3:47
cmpeng3422-May-06 3:47 
AnswerRe: a question about tabcontrol ? Pin
KishoreT22-May-06 3:53
KishoreT22-May-06 3:53 
AnswerRe: a question about tabcontrol ? Pin
sathish s22-May-06 4:00
sathish s22-May-06 4:00 
GeneralRe: a question about tabcontrol ? Pin
RaviBattula22-May-06 4:19
professionalRaviBattula22-May-06 4:19 
Questioncompile C# windows project using csc Pin
KishoreT22-May-06 3:46
KishoreT22-May-06 3:46 
AnswerRe: compile C# windows project using csc Pin
Dustin Metzgar22-May-06 5:10
Dustin Metzgar22-May-06 5:10 
AnswerRe: compile C# windows project using csc Pin
leppie22-May-06 6:38
leppie22-May-06 6:38 
QuestionHow to add event handlers for controls added at runtime. Pin
Herhighness22-May-06 3:25
Herhighness22-May-06 3:25 
AnswerRe: How to add event handlers for controls added at runtime. Pin
KrIstOfK22-May-06 3:33
KrIstOfK22-May-06 3:33 
Your thrid party component has to trigger events, once you know it does, you can catch them by for example with a button:

btnButton.Click += (and then you press tab and it will create the method for you)

When the third party component doens not trigger any events i'm affraid you can't. You can recognize events when you press <varname>. and then you get a list of all posible options, when it's a yellow lightening sign it's an event. (this if you use Visual Studio)
QuestionDelay command Pin
bspman22-May-06 3:19
bspman22-May-06 3:19 
AnswerRe: Delay command Pin
stancrm22-May-06 3:46
stancrm22-May-06 3:46 
Questionhow to stop current page loading when the popup window comes? Pin
ayyp22-May-06 2:52
ayyp22-May-06 2:52 
AnswerRe: how to stop current page loading when the popup window comes? Pin
aarthi@yahoo.com22-May-06 3:16
aarthi@yahoo.com22-May-06 3:16 
GeneralRe: how to stop current page loading when the popup window comes? [modified] Pin
ayyp22-May-06 3:22
ayyp22-May-06 3:22 
Questioncombobox question ? [modified] Pin
cmpeng3422-May-06 2:48
cmpeng3422-May-06 2:48 
AnswerRe: combobox question ? [modified] Pin
J4amieC22-May-06 2:58
J4amieC22-May-06 2:58 

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.