Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
QuestionC# or .NET 3D Math Library Pin
rsaint2722-Jun-07 0:56
rsaint2722-Jun-07 0:56 
AnswerRe: C# or .NET 3D Math Library Pin
GrinderDev26-Jul-07 4:12
GrinderDev26-Jul-07 4:12 
Questioncan u solve it Pin
srinivassam22-Jun-07 0:51
srinivassam22-Jun-07 0:51 
AnswerRe: can u solve it Pin
Mali Perica22-Jun-07 0:58
Mali Perica22-Jun-07 0:58 
AnswerRe: can u solve it Pin
Christian Graus22-Jun-07 1:02
protectorChristian Graus22-Jun-07 1:02 
AnswerRe: can u solve it Pin
Nouman Bhatti22-Jun-07 3:01
Nouman Bhatti22-Jun-07 3:01 
QuestionDo i have to remove the Events ? Pin
MarkPhB22-Jun-07 0:19
MarkPhB22-Jun-07 0:19 
AnswerRe: Do i have to remove the Events ? Pin
Christian Graus22-Jun-07 1:03
protectorChristian Graus22-Jun-07 1:03 
testObj.TestEvent1 -= new EventHandler(testObj_TestEvent1);
testObj.TestEvent2 -= new EventHandler(testObj_TestEvent2);

Of course, it still fires in your main class, because you don't remove it there, an event is a chain, not a single call.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Do i have to remove the Events ? [modified] Pin
MarkPhB22-Jun-07 1:18
MarkPhB22-Jun-07 1:18 
AnswerRe: Do i have to remove the Events ? Pin
Luc Pattyn22-Jun-07 1:53
sitebuilderLuc Pattyn22-Jun-07 1:53 
AnswerRe: Do i have to remove the Events ? Pin
Martin#22-Jun-07 9:16
Martin#22-Jun-07 9:16 
QuestionGet User Data from the Active Directory : recieving err:System.Runtime.InteropServices.COMException: The server is not operational Pin
cksat122-Jun-07 0:10
cksat122-Jun-07 0:10 
Questioncookies Pin
tasumisra22-Jun-07 0:03
tasumisra22-Jun-07 0:03 
AnswerRe: cookies Pin
Christian Graus22-Jun-07 1:05
protectorChristian Graus22-Jun-07 1:05 
QuestionHow to convert a Win32 hbrush to a .Net brush object Pin
Tushar Mahajan21-Jun-07 23:54
Tushar Mahajan21-Jun-07 23:54 
AnswerRe: How to convert a Win32 hbrush to a .Net brush object Pin
Luc Pattyn22-Jun-07 0:17
sitebuilderLuc Pattyn22-Jun-07 0:17 
Questioncreating dll files Pin
razanabanu21-Jun-07 23:49
razanabanu21-Jun-07 23:49 
AnswerRe: creating dll files Pin
Colin Angus Mackay21-Jun-07 23:53
Colin Angus Mackay21-Jun-07 23:53 
GeneralRe: creating dll files Pin
razanabanu21-Jun-07 23:57
razanabanu21-Jun-07 23:57 
GeneralRe: creating dll files Pin
Colin Angus Mackay22-Jun-07 2:57
Colin Angus Mackay22-Jun-07 2:57 
AnswerRe: creating dll files Pin
Sandeep Akhare21-Jun-07 23:56
Sandeep Akhare21-Jun-07 23:56 
GeneralRe: creating dll files Pin
razanabanu22-Jun-07 0:01
razanabanu22-Jun-07 0:01 
AnswerRe: creating dll files Pin
Natarajasivan22-Jun-07 0:33
Natarajasivan22-Jun-07 0:33 
GeneralRe: creating dll files Pin
razanabanu22-Jun-07 2:18
razanabanu22-Jun-07 2:18 
GeneralRe: creating dll files Pin
Colin Angus Mackay22-Jun-07 2:59
Colin Angus Mackay22-Jun-07 2:59 

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.