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

Managed C++/CLI

 
AnswerRe: Temperature conversion Pin
Michael Dunn2-Jun-06 7:53
sitebuilderMichael Dunn2-Jun-06 7:53 
QuestionMixed Assembly for a wrapper class Pin
greggor31-May-06 11:39
greggor31-May-06 11:39 
QuestionAbout C++/CLI spec... Pin
Jun Du31-May-06 5:05
Jun Du31-May-06 5:05 
AnswerRe: About C++/CLI spec... Pin
Nemanja Trifunovic31-May-06 6:16
Nemanja Trifunovic31-May-06 6:16 
Questionmaking PictureBox component transparent Pin
9ine31-May-06 4:14
9ine31-May-06 4:14 
QuestionHow to place an edit box and dialog box on a window(SDI)in VC++ dot Net Pin
Ashutosh Bagaria30-May-06 8:00
Ashutosh Bagaria30-May-06 8:00 
QuestionThreading [modified] Pin
satsumatable30-May-06 1:36
satsumatable30-May-06 1:36 
AnswerRe: Threading [modified] Pin
2bee 30-May-06 2:31
2bee 30-May-06 2:31 
Hi,

as far as i know it should be done like this in C++/CLI:

System::Threading::Thread^ backgroundThread = gcnew System::Threading::Thread (gcnew System::Threading::ThreadStart(this, &TCPIP::SocketConnection));

The "this" pointer is not neccessarily needed but if you pass a nullptr instead, then you'll have to specify a static method.

regards Tobias
GeneralRe: Threading [modified] Pin
satsumatable30-May-06 2:38
satsumatable30-May-06 2:38 
GeneralRe: Threading [modified] Pin
George L. Jackson30-May-06 11:22
George L. Jackson30-May-06 11:22 
QuestionC++/CLI or Native Pin
Sarath C29-May-06 3:26
Sarath C29-May-06 3:26 
AnswerRe: C++/CLI or Native Pin
Milton Karimbekallil29-May-06 7:25
Milton Karimbekallil29-May-06 7:25 
QuestionUse Managed Pin
satsumatable29-May-06 2:07
satsumatable29-May-06 2:07 
AnswerRe: Use Managed Pin
Milton Karimbekallil29-May-06 7:18
Milton Karimbekallil29-May-06 7:18 
Questionhow to search a keyword in all files and folders in c++ [modified] Pin
B.L.MALYADA DEVI28-May-06 23:20
B.L.MALYADA DEVI28-May-06 23:20 
AnswerRe: how to search a keyword in all files and folders in c++ [modified] Pin
Milton Karimbekallil29-May-06 6:52
Milton Karimbekallil29-May-06 6:52 
Questionhow to concatenate 2 .wav files with different frequencies in c++ [modified] Pin
B.L.MALYADA DEVI28-May-06 23:17
B.L.MALYADA DEVI28-May-06 23:17 
Questionhelp in using plugin for MS word Pin
ismailkhan2u28-May-06 4:08
ismailkhan2u28-May-06 4:08 
QuestionHow to convert String^ to LPCTSTR ? Pin
zenzero27-May-06 12:28
zenzero27-May-06 12:28 
AnswerRe: How to convert String^ to LPCTSTR ? Pin
Saurabh.Garg27-May-06 13:14
Saurabh.Garg27-May-06 13:14 
GeneralRe: How to convert String^ to LPCTSTR ? Pin
zenzero27-May-06 13:22
zenzero27-May-06 13:22 
QuestionBuild Script Pin
satsumatable26-May-06 19:12
satsumatable26-May-06 19:12 
AnswerRe: Build Script Pin
georgeraafat2-Jun-06 14:53
georgeraafat2-Jun-06 14:53 
Questionillegal call of non-static member function Pin
satsumatable26-May-06 17:17
satsumatable26-May-06 17:17 
AnswerRe: illegal call of non-static member function Pin
George L. Jackson26-May-06 17:27
George L. Jackson26-May-06 17:27 

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.