Click here to Skip to main content
15,898,134 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Dragging a borderless Form.... Pin
Qwick Miller26-Jul-05 4:20
Qwick Miller26-Jul-05 4:20 
GeneralRe: Dragging a borderless Form.... Pin
Christian Graus26-Jul-05 8:21
protectorChristian Graus26-Jul-05 8:21 
GeneralRe: Dragging a borderless Form.... Pin
Qwick Miller30-Jul-05 8:39
Qwick Miller30-Jul-05 8:39 
GeneralC++ 5.0 and displaying Chinese characters Pin
mshuster25-Jul-05 6:13
mshuster25-Jul-05 6:13 
GeneralRe: C++ 5.0 and displaying Chinese characters Pin
Judah Gabriel Himango25-Jul-05 6:27
sponsorJudah Gabriel Himango25-Jul-05 6:27 
GeneralRe: C++ 5.0 and displaying Chinese characters Pin
mshuster25-Jul-05 6:31
mshuster25-Jul-05 6:31 
Generalusing MessengerAPI Pin
Asad Hussain25-Jul-05 5:49
Asad Hussain25-Jul-05 5:49 
GeneralAdd managed event handler function in unmanaged code Pin
Gian24-Jul-05 23:25
Gian24-Jul-05 23:25 
Hello,
i've inserted a .NET control in a MFC Dialog, i'd like to append functions to the events of the component but when i try to do (for example):

<br />
component1->OnItemMove += new OnItemMoveEvent(this, myFunction)<br />


the compiler gives my a C3363 error, saying that i cannot create a delegate for OnItemMoveEvent from a member of a unmanaged class (the dialog class where myFunction is defined) or a non member function.

Is there a "trick" to use .NET events from my MFC application or i cant do that in any way?

Thank you,
Gianmaria
GeneralRe: Add managed event handler function in unmanaged code Pin
Gian25-Jul-05 5:34
Gian25-Jul-05 5:34 
QuestionStoring windows positions in registry??? Pin
richiemac24-Jul-05 22:03
richiemac24-Jul-05 22:03 
AnswerRe: Storing windows positions in registry??? Pin
Qwick Miller30-Jul-05 8:48
Qwick Miller30-Jul-05 8:48 
QuestionRemote Desktop post a different display? Pin
nlyre24-Jul-05 15:51
nlyre24-Jul-05 15:51 
AnswerRe: Remote Desktop post a different display? Pin
Christian Graus2-Aug-05 14:11
protectorChristian Graus2-Aug-05 14:11 
GeneralRe: Remote Desktop post a different display? Pin
nlyre3-Aug-05 6:03
nlyre3-Aug-05 6:03 
GeneralRe: Remote Desktop post a different display? Pin
Christian Graus3-Aug-05 13:13
protectorChristian Graus3-Aug-05 13:13 
GeneralRe: Stranger in a Strange Land Pin
Christian Graus24-Jul-05 19:03
protectorChristian Graus24-Jul-05 19:03 
GeneralRe: Stranger in a Strange Land Pin
nlyre2-Aug-05 4:13
nlyre2-Aug-05 4:13 
GeneralRe: Stranger in a Strange Land Pin
Christian Graus2-Aug-05 14:10
protectorChristian Graus2-Aug-05 14:10 
GeneralConvert SYSTEMTIME to BSTR Pin
banski24-Jul-05 4:15
banski24-Jul-05 4:15 
GeneralRe: Convert SYSTEMTIME to BSTR Pin
John M. Drescher24-Jul-05 4:30
John M. Drescher24-Jul-05 4:30 
GeneralRe: Convert SYSTEMTIME to BSTR Pin
banski24-Jul-05 5:01
banski24-Jul-05 5:01 
GeneralRe: Convert SYSTEMTIME to BSTR Pin
John M. Drescher24-Jul-05 14:23
John M. Drescher24-Jul-05 14:23 
GeneralRe: Convert SYSTEMTIME to BSTR Pin
banski24-Jul-05 22:09
banski24-Jul-05 22:09 
GeneralRe: Convert SYSTEMTIME to BSTR Pin
John M. Drescher25-Jul-05 16:40
John M. Drescher25-Jul-05 16:40 
GeneralRe: Convert SYSTEMTIME to BSTR Pin
banski27-Jul-05 1:21
banski27-Jul-05 1:21 

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.