Click here to Skip to main content
16,004,882 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionGDI+ Combine Pin
mpastchenko31-Aug-05 8:30
mpastchenko31-Aug-05 8:30 
QuestionFileLoadException Pin
mOOse-pl31-Aug-05 5:00
mOOse-pl31-Aug-05 5:00 
AnswerRe: FileLoadException Pin
ursus zeta3-Sep-05 10:38
ursus zeta3-Sep-05 10:38 
QuestionQuestion/problem regarding to templates in C++ Pin
chen_k30-Aug-05 23:18
chen_k30-Aug-05 23:18 
GeneralRe: Question/problem regarding to templates in C++ Pin
toxcct31-Aug-05 0:12
toxcct31-Aug-05 0:12 
Questiondelegate trouble Pin
Rob Tomson30-Aug-05 11:47
Rob Tomson30-Aug-05 11:47 
AnswerRe: delegate trouble Pin
Christian Graus30-Aug-05 13:16
protectorChristian Graus30-Aug-05 13:16 
GeneralRe: delegate trouble Pin
Rob Tomson30-Aug-05 15:28
Rob Tomson30-Aug-05 15:28 
actually it is the same when it comes to managed but I found the answer. It turns out that when I add a new event I have to pass in the class that's calling the event:

...
m_codeProject->MessageReceived += gcnew MessageReceivedEventHandler(this, &NS::MessageReceived_Message);
...

thanks!
Rob Tomson

--
There are 10 kinds of people. Those who understand binary and those who don't.

QuestionUndo Pin
hamidreza_buddy30-Aug-05 3:04
hamidreza_buddy30-Aug-05 3:04 
AnswerRe: Undo Pin
Nemanja Trifunovic30-Aug-05 3:28
Nemanja Trifunovic30-Aug-05 3:28 
GeneralRe: Undo Pin
MailtoGops8-Sep-05 3:37
MailtoGops8-Sep-05 3:37 
QuestionC++ .NET Tutorial Pin
Dario Solera29-Aug-05 22:15
Dario Solera29-Aug-05 22:15 
AnswerRe: C++ .NET Tutorial Pin
Saksida Bojan30-Aug-05 19:59
Saksida Bojan30-Aug-05 19:59 
NewsRe: C++ .NET Tutorial Pin
Dario Solera30-Aug-05 21:27
Dario Solera30-Aug-05 21:27 
GeneralRe: C++ .NET Tutorial Pin
Dario Solera30-Aug-05 21:28
Dario Solera30-Aug-05 21:28 
Questionsaving problem using serializion in C++ Pin
chen_k29-Aug-05 21:53
chen_k29-Aug-05 21:53 
QuestionOpenGl Es Pin
Esmo200029-Aug-05 6:42
Esmo200029-Aug-05 6:42 
Questioncalling SIMD dll Pin
jally_fpt28-Aug-05 20:43
jally_fpt28-Aug-05 20:43 
Questionconst char* to LPCTSTR conversion Pin
fjlv200528-Aug-05 16:49
fjlv200528-Aug-05 16:49 
AnswerRe: const char* to LPCTSTR conversion Pin
Christian Graus28-Aug-05 17:12
protectorChristian Graus28-Aug-05 17:12 
GeneralRe: const char* to LPCTSTR conversion Pin
fjlv200528-Aug-05 20:04
fjlv200528-Aug-05 20:04 
GeneralRe: const char* to LPCTSTR conversion Pin
Christian Graus28-Aug-05 20:07
protectorChristian Graus28-Aug-05 20:07 
GeneralRe: const char* to LPCTSTR conversion Pin
fjlv200528-Aug-05 20:11
fjlv200528-Aug-05 20:11 
AnswerRe: const char* to LPCTSTR conversion Pin
hamster129-Aug-05 15:17
hamster129-Aug-05 15:17 
QuestionAutorun checks in registry Pin
gnjunge28-Aug-05 3:25
gnjunge28-Aug-05 3:25 

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.