Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
AnswerRe: Conflicting Namespaces Pin
PandemoniumPasha16-Jun-07 23:56
PandemoniumPasha16-Jun-07 23:56 
AnswerRe: Conflicting Namespaces Pin
Guffa17-Jun-07 2:52
Guffa17-Jun-07 2:52 
AnswerRe: Conflicting Namespaces Pin
DavidNohejl17-Jun-07 4:45
DavidNohejl17-Jun-07 4:45 
GeneralRe: Conflicting Namespaces Pin
Brendan Vogt17-Jun-07 8:22
Brendan Vogt17-Jun-07 8:22 
QuestionProblems displaying data from query in the report Pin
sgeorgije16-Jun-07 19:26
sgeorgije16-Jun-07 19:26 
QuestionEVENTS Pin
half-life16-Jun-07 12:14
half-life16-Jun-07 12:14 
AnswerRe: EVENTS Pin
Not Active16-Jun-07 13:33
mentorNot Active16-Jun-07 13:33 
GeneralRe: EVENTS Pin
half-life16-Jun-07 13:46
half-life16-Jun-07 13:46 
i know how to create an event :(Example)

public delegate void EventInfoHandler(Object sender, EventArgs e);
public event EventInfoHandler EventGo;
EventGo(this, new EventArgs());

this is the event of the device
but the device User control does not really exist (i do not have an instanse of him in the deviceCollection usercontrol).
it is been added to the deviceCollection user control
during runnig (the user push a button and create the device on the deviceCollection "into the eviceCollection.Controls Collection").
how can i inform the deviceCollection that something has Occured in the device. Smile | :) Smile | :) Smile | :)


kobkob

GeneralRe: EVENTS Pin
Christian Graus16-Jun-07 14:49
protectorChristian Graus16-Jun-07 14:49 
QuestionSpeech input Pin
Ylno16-Jun-07 11:12
Ylno16-Jun-07 11:12 
AnswerRe: Speech input Pin
Christian Graus16-Jun-07 14:50
protectorChristian Graus16-Jun-07 14:50 
AnswerRe: Speech input Pin
Bob X16-Jun-07 16:32
Bob X16-Jun-07 16:32 
Questionserver socket Pin
topksharma198216-Jun-07 9:43
topksharma198216-Jun-07 9:43 
AnswerRe: server socket Pin
Fernando Hitch16-Jun-07 12:16
Fernando Hitch16-Jun-07 12:16 
GeneralRe: server socket Pin
topksharma198216-Jun-07 14:09
topksharma198216-Jun-07 14:09 
AnswerRe: server socket Pin
Expert Coming16-Jun-07 12:57
Expert Coming16-Jun-07 12:57 
Questioncombobox Pin
topksharma198216-Jun-07 9:41
topksharma198216-Jun-07 9:41 
QuestionMasked Textbox Pin
dhulipudi16-Jun-07 9:14
dhulipudi16-Jun-07 9:14 
AnswerRe: Masked Textbox Pin
Paul Conrad16-Jun-07 9:23
professionalPaul Conrad16-Jun-07 9:23 
GeneralRe: Masked Textbox Pin
dhulipudi16-Jun-07 9:47
dhulipudi16-Jun-07 9:47 
GeneralRe: Masked Textbox Pin
Paul Conrad16-Jun-07 9:53
professionalPaul Conrad16-Jun-07 9:53 
GeneralRe: Masked Textbox Pin
dhulipudi16-Jun-07 11:43
dhulipudi16-Jun-07 11:43 
GeneralRe: Masked Textbox Pin
Paul Conrad16-Jun-07 12:29
professionalPaul Conrad16-Jun-07 12:29 
GeneralRe: Masked Textbox Pin
dhulipudi17-Jun-07 6:17
dhulipudi17-Jun-07 6:17 
GeneralRe: Masked Textbox Pin
dhulipudi17-Jun-07 6:27
dhulipudi17-Jun-07 6:27 

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.