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

Managed C++/CLI

 
AnswerRe: Thread and listView Pin
Luc Pattyn27-Jul-07 23:49
sitebuilderLuc Pattyn27-Jul-07 23:49 
QuestionRe: Thread and listView Pin
abbd28-Jul-07 0:04
abbd28-Jul-07 0:04 
AnswerRe: Thread and listView Pin
Luc Pattyn28-Jul-07 0:21
sitebuilderLuc Pattyn28-Jul-07 0:21 
GeneralRe: Thread and listView Pin
abbd28-Jul-07 0:48
abbd28-Jul-07 0:48 
GeneralRe: Thread and listView Pin
Luc Pattyn28-Jul-07 1:03
sitebuilderLuc Pattyn28-Jul-07 1:03 
QuestionRe: Thread and listView Pin
abbd28-Jul-07 2:39
abbd28-Jul-07 2:39 
AnswerRe: Thread and listView Pin
Luc Pattyn28-Jul-07 3:07
sitebuilderLuc Pattyn28-Jul-07 3:07 
QuestionRe: Thread and listView Pin
abbd28-Jul-07 11:20
abbd28-Jul-07 11:20 
Hi,

i do this

private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {<br />
			oa[0] = sender;<br />
                        oa[1] = e;<br />
<br />
<br />
			 Thread ^th = gcnew Thread(gcnew ThreadStart(this, &Form1::Traitement));<br />
		         th->Start();<br />
		<br />
			 <br />
  }<br />
.<br />
.<br />
.<br />
this->Invoke(gcnew DelegateThreadTask(this,&BHIDS00::Form1::ThreadTask), oa);



but unfortunately, there are always exception, he show me line of
this->Invoke(gcnew DelegateThreadTask(this,&BHIDS00::Form1::ThreadTask), oa);

Thank you verry mutch
QuestionVersion Info in C++/CLI assemblies Pin
Bartosz Bien27-Jul-07 11:07
Bartosz Bien27-Jul-07 11:07 
GeneralRe: Version Info in C++/CLI assemblies Pin
screanjap27-Apr-08 7:41
screanjap27-Apr-08 7:41 
QuestionWhy does Font class need full qualification? Pin
BuckBrown27-Jul-07 10:28
BuckBrown27-Jul-07 10:28 
AnswerRe: Why does Font class need full qualification? Pin
Bartosz Bien27-Jul-07 10:51
Bartosz Bien27-Jul-07 10:51 
AnswerRe: Why does Font class need full qualification? Pin
Mark Salsbery27-Jul-07 12:44
Mark Salsbery27-Jul-07 12:44 
QuestionWhy do some classes need full qualification Pin
BuckBrown27-Jul-07 10:26
BuckBrown27-Jul-07 10:26 
QuestionOpenEx problem Pin
CodeMaster_0527-Jul-07 4:15
CodeMaster_0527-Jul-07 4:15 
AnswerRe: OpenEx problem Pin
Mark Salsbery27-Jul-07 7:14
Mark Salsbery27-Jul-07 7:14 
GeneralRe: OpenEx problem Pin
CodeMaster_0527-Jul-07 9:43
CodeMaster_0527-Jul-07 9:43 
GeneralRe: OpenEx problem Pin
Mark Salsbery27-Jul-07 9:49
Mark Salsbery27-Jul-07 9:49 
GeneralRe: OpenEx problem Pin
Mark Salsbery27-Jul-07 9:54
Mark Salsbery27-Jul-07 9:54 
GeneralRe: OpenEx problem Pin
CodeMaster_0527-Jul-07 10:03
CodeMaster_0527-Jul-07 10:03 
QuestionCreateProcess with write permission Pin
slasktrat26-Jul-07 10:25
slasktrat26-Jul-07 10:25 
QuestionProblem in reading data from any hardware device like Time access machine Pin
pathak7825-Jul-07 22:47
pathak7825-Jul-07 22:47 
AnswerRe: Problem in reading data from any hardware device like Time access machine Pin
jhwurmbach25-Jul-07 22:56
jhwurmbach25-Jul-07 22:56 
QuestionCLI inheritance Pin
vibindia25-Jul-07 17:29
vibindia25-Jul-07 17:29 
AnswerRe: CLI inheritance Pin
Christian Graus25-Jul-07 17:34
protectorChristian Graus25-Jul-07 17:34 

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.