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

Managed C++/CLI

 
GeneralRe: Database connection using OLE DB Pin
led mike14-Nov-07 10:54
led mike14-Nov-07 10:54 
QuestionA problem Pin
minihotto7-Nov-07 2:22
minihotto7-Nov-07 2:22 
AnswerRe: A problem Pin
led mike7-Nov-07 4:40
led mike7-Nov-07 4:40 
AnswerRe: A problem [modified] Pin
George L. Jackson7-Nov-07 13:40
George L. Jackson7-Nov-07 13:40 
QuestionCOM event sink Pin
eero_p5-Nov-07 23:44
eero_p5-Nov-07 23:44 
AnswerRe: COM event sink Pin
led mike6-Nov-07 4:15
led mike6-Nov-07 4:15 
GeneralRe: COM event sink Pin
eero_p7-Nov-07 3:56
eero_p7-Nov-07 3:56 
GeneralRe: COM event sink Pin
led mike7-Nov-07 4:34
led mike7-Nov-07 4:34 
eero_p wrote:
but how do I pass the parameter received in 'OnEvent' into a control on the form?

eero_p, your english seems fine but your choice of words is less than optimal in terms of clear communications.

"how do I pass the parameter" ? What the heck does that mean. If you want assistance from texting forums you must give clear specific information. We can't see what you see on your monitor.

For example that might mean that on your form you have a System::Windows::Forms::TextBox and you want to assign the string value received in eventString to the .Text property of the TextBox.

If you had asked that question I would know exactly what you are asking. Also my answer would be that marshaling data from native memory to managed memory is a fundamental aspect of developing with C++/CLI. Therefore if you have not taken the time to study that aspect until you clearly understand it, I strongly suggest you do so now. There are excellent introductory resources both here on CodeProject (Articles) and on MSDN that provide all the C++/CLI information you require.



GeneralRe: COM event sink Pin
eero_p7-Nov-07 20:55
eero_p7-Nov-07 20:55 
QuestionMixed types problem Pin
minihotto5-Nov-07 22:49
minihotto5-Nov-07 22:49 
AnswerRe: Mixed types problem Pin
led mike6-Nov-07 4:13
led mike6-Nov-07 4:13 
GeneralRe: Mixed types problem Pin
minihotto7-Nov-07 2:41
minihotto7-Nov-07 2:41 
QuestionConversion From Int to Hwnd Pin
narayanagvs5-Nov-07 18:44
narayanagvs5-Nov-07 18:44 
AnswerRe: Conversion From Int to Hwnd Pin
led mike6-Nov-07 4:18
led mike6-Nov-07 4:18 
QuestionWarning C4945 Pin
Xpnctoc5-Nov-07 5:09
Xpnctoc5-Nov-07 5:09 
AnswerRe: Warning C4945 Pin
Mark Salsbery5-Nov-07 6:13
Mark Salsbery5-Nov-07 6:13 
GeneralRe: Warning C4945 Pin
Xpnctoc5-Nov-07 7:32
Xpnctoc5-Nov-07 7:32 
GeneralRe: Warning C4945 Pin
Mark Salsbery5-Nov-07 8:44
Mark Salsbery5-Nov-07 8:44 
GeneralRe: Warning C4945 Pin
savibosch4-Feb-10 22:31
savibosch4-Feb-10 22:31 
QuestionHow to track Mouse Movement in a Property Page Dialog Pin
Larry Mills Sr4-Nov-07 9:29
Larry Mills Sr4-Nov-07 9:29 
Answereditbox --> MFC --> wrong forum Pin
Luc Pattyn4-Nov-07 9:44
sitebuilderLuc Pattyn4-Nov-07 9:44 
QuestionFunction return string pointer Pin
karthickbabu_india2-Nov-07 18:06
karthickbabu_india2-Nov-07 18:06 
AnswerRe: Function return string pointer Pin
Mark Salsbery2-Nov-07 18:18
Mark Salsbery2-Nov-07 18:18 
AnswerRe: Function return string pointer Pin
Christian Graus2-Nov-07 19:19
protectorChristian Graus2-Nov-07 19:19 
QuestionLooking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
EdBerde2-Nov-07 8:17
EdBerde2-Nov-07 8:17 

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.