Click here to Skip to main content
15,917,611 members
Home / Discussions / C#
   

C#

 
QuestionPeoblem releasing the event handler? Pin
Khoramdin25-Mar-07 14:56
Khoramdin25-Mar-07 14:56 
AnswerRe: Peoblem releasing the event handler? Pin
Christian Graus25-Mar-07 15:09
protectorChristian Graus25-Mar-07 15:09 
GeneralRe: Peoblem releasing the event handler? Pin
Khoramdin25-Mar-07 15:21
Khoramdin25-Mar-07 15:21 
GeneralRe: Peoblem releasing the event handler? Pin
abalfazl25-Mar-07 21:30
abalfazl25-Mar-07 21:30 
QuestionHow to write program in C# that will act exactly as COM object ? Pin
Yanshof25-Mar-07 11:23
Yanshof25-Mar-07 11:23 
AnswerRe: How to write program in C# that will act exactly as COM object ? Pin
Christian Graus25-Mar-07 12:10
protectorChristian Graus25-Mar-07 12:10 
GeneralRe: How to write program in C# that will act exactly as COM object ? Pin
Yanshof25-Mar-07 18:04
Yanshof25-Mar-07 18:04 
QuestionConstructor 'new' Pin
Rick van Woudenberg25-Mar-07 10:00
Rick van Woudenberg25-Mar-07 10:00 
Dear All,

If have the following question. I have two forms. On form one I open another form with the following code :

Form f = new Form();<br />
f.ShowDialog();


A new instance of that Form opens. However .. in form B I want to run a method from Form A. I have to reference an object.

FormA a = new FormA<br />
a.Method();


This works fine, however it opens a new instance of FormA and run the method in the new instance, while what I really want it to do is go back to the previous FormA ( already open ) and run the Method on that form.

Any suggestions ?

thx !!
AnswerRe: Constructor 'new' Pin
kubben25-Mar-07 10:16
kubben25-Mar-07 10:16 
AnswerRe: Constructor 'new' Pin
Christian Graus25-Mar-07 10:16
protectorChristian Graus25-Mar-07 10:16 
AnswerRe: Constructor 'new' Pin
Muammar©25-Mar-07 20:30
Muammar©25-Mar-07 20:30 
QuestionCase-insentive datamapper Pin
AndrusM25-Mar-07 8:35
AndrusM25-Mar-07 8:35 
AnswerRe: Case-insentive datamapper Pin
kubben25-Mar-07 10:19
kubben25-Mar-07 10:19 
QuestionAbsolute Location vs. Relative Location for uploading to webserver Pin
dboy22125-Mar-07 8:33
dboy22125-Mar-07 8:33 
AnswerRe: Absolute Location vs. Relative Location for uploading to webserver Pin
StianSandberg25-Mar-07 12:01
StianSandberg25-Mar-07 12:01 
GeneralRe: Absolute Location vs. Relative Location for uploading to webserver Pin
dboy22125-Mar-07 13:33
dboy22125-Mar-07 13:33 
AnswerRe: Absolute Location vs. Relative Location for uploading to webserver Pin
Guffa25-Mar-07 14:36
Guffa25-Mar-07 14:36 
GeneralRe: Absolute Location vs. Relative Location for uploading to webserver Pin
dboy22125-Mar-07 15:09
dboy22125-Mar-07 15:09 
QuestionPanel MouseLeave Pin
Pafflik25-Mar-07 8:25
Pafflik25-Mar-07 8:25 
AnswerRe: Panel MouseLeave Pin
Christian Graus25-Mar-07 9:24
protectorChristian Graus25-Mar-07 9:24 
GeneralRe: Panel MouseLeave Pin
Pafflik25-Mar-07 9:30
Pafflik25-Mar-07 9:30 
GeneralRe: Panel MouseLeave Pin
Christian Graus25-Mar-07 10:18
protectorChristian Graus25-Mar-07 10:18 
GeneralRe: Panel MouseLeave Pin
Pafflik25-Mar-07 10:27
Pafflik25-Mar-07 10:27 
GeneralRe: Panel MouseLeave Pin
Christian Graus25-Mar-07 12:25
protectorChristian Graus25-Mar-07 12:25 
Questionhow can i use wpf? Pin
Mir_As25-Mar-07 7:38
Mir_As25-Mar-07 7:38 

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.