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

Managed C++/CLI

 
Questionout parameters Pin
a.mulay16-Jul-07 20:37
a.mulay16-Jul-07 20:37 
AnswerRe: out parameters Pin
G Haranadh16-Jul-07 21:03
G Haranadh16-Jul-07 21:03 
AnswerRe: out parameters Pin
George L. Jackson17-Jul-07 12:01
George L. Jackson17-Jul-07 12:01 
GeneralRe: out parameters Pin
a.mulay17-Jul-07 17:33
a.mulay17-Jul-07 17:33 
GeneralRe: out parameters Pin
G Haranadh26-Jul-07 6:46
G Haranadh26-Jul-07 6:46 
QuestionStatic member variable in class? Pin
G Haranadh16-Jul-07 19:59
G Haranadh16-Jul-07 19:59 
AnswerRe: Static member variable in class? Pin
Shoaib Hussain17-Jul-07 3:19
Shoaib Hussain17-Jul-07 3:19 
Questionproblem in thread ???????????? Pin
abbd16-Jul-07 9:28
abbd16-Jul-07 9:28 
hello,
I have declared a classe, when i creat instance of this classe, it work but when I call a thread it does not work

Thread ^trd;

ThreadStart ^myThreadDelegate = gcnew ThreadStart(this, &BHIDS00::Form1::rep);
trd = gcnew Thread(myThreadDelegate);
trd->IsBackground = true;
trd->Start();



avec rep() { .....................} est une méthode que je veux appelé

or in this methode there are listView->items->add(".."); with thread it doesn't display in listview, and I do rep();

how i do work my methode using thread ???

Merci beaucoup
AnswerRe: problem in thread ???????????? Pin
led mike16-Jul-07 10:50
led mike16-Jul-07 10:50 
GeneralRe: problem in thread ???????????? Pin
Mark Salsbery16-Jul-07 12:39
Mark Salsbery16-Jul-07 12:39 
QuestionL”” or to “” Strings Pin
earlgraham16-Jul-07 9:22
earlgraham16-Jul-07 9:22 
AnswerRe: L"" or "" Strings [modified] Pin
Mark Salsbery16-Jul-07 9:43
Mark Salsbery16-Jul-07 9:43 
GeneralRe: L"" or "" Strings Pin
iddqd51516-Jul-07 10:55
iddqd51516-Jul-07 10:55 
GeneralRe: L"" or "" Strings Pin
Mark Salsbery16-Jul-07 12:21
Mark Salsbery16-Jul-07 12:21 
GeneralRe: L"" or "" Strings Pin
G Haranadh16-Jul-07 20:02
G Haranadh16-Jul-07 20:02 
GeneralRe: L"" or "" Strings Pin
iddqd51517-Jul-07 3:33
iddqd51517-Jul-07 3:33 
QuestionI am new to programming Pin
Red Lake16-Jul-07 8:54
Red Lake16-Jul-07 8:54 
AnswerRe: I am new to programming Pin
Wes Aday16-Jul-07 9:33
professionalWes Aday16-Jul-07 9:33 
GeneralRe: I am new to programming Pin
Red Lake16-Jul-07 9:48
Red Lake16-Jul-07 9:48 
GeneralRe: I am new to programming Pin
Wes Aday16-Jul-07 9:55
professionalWes Aday16-Jul-07 9:55 
AnswerRe: I am new to programming Pin
Paul Conrad16-Jul-07 10:07
professionalPaul Conrad16-Jul-07 10:07 
GeneralRe: I am new to programming Pin
Red Lake16-Jul-07 10:22
Red Lake16-Jul-07 10:22 
GeneralRe: I am new to programming Pin
Paul Conrad16-Jul-07 10:52
professionalPaul Conrad16-Jul-07 10:52 
QuestionRegistering Window Class Pin
john john mackey16-Jul-07 8:38
john john mackey16-Jul-07 8:38 
AnswerRe: Registering Window Class Pin
Mark Salsbery16-Jul-07 9:51
Mark Salsbery16-Jul-07 9:51 

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.