Click here to Skip to main content
15,920,956 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Client/Server doubt Pin
Mark Salsbery18-Jun-07 11:54
Mark Salsbery18-Jun-07 11:54 
QuestionReset the count of a Semaphore Pin
Ajay L D18-Jun-07 3:23
Ajay L D18-Jun-07 3:23 
AnswerRe: Reset the count of a Semaphore Pin
Roger Stoltz18-Jun-07 3:52
Roger Stoltz18-Jun-07 3:52 
AnswerRe: Reset the count of a Semaphore Pin
Arman S.18-Jun-07 4:11
Arman S.18-Jun-07 4:11 
AnswerRe: Reset the count of a Semaphore Pin
Joe Woodbury18-Jun-07 9:11
professionalJoe Woodbury18-Jun-07 9:11 
QuestionAudio Capture using DirectShow Pin
Maynka18-Jun-07 3:07
Maynka18-Jun-07 3:07 
AnswerRe: Audio Capture using DirectShow Pin
Mark Salsbery18-Jun-07 5:29
Mark Salsbery18-Jun-07 5:29 
QuestionHelp Pin
suntromantralalalala18-Jun-07 2:17
suntromantralalalala18-Jun-07 2:17 
I have a program with threads and a class. In class i have a treeview , but i can't update it from thread.

<br />
foreach(DirectoryInfo d in dir.GetDirectories("*.*"))<br />
                {<br />
                    TreeNode new_node = new TreeNode(d.Name);<br />
                    nods.Nodes.Add(new_node);<br />
                 }<br />

Error:
Action being performed on this control is being called from the wrong thread. Marshal to the correct thread using Control.Invoke or Control.BeginInvoke to perform this action. at nods.Nodes.Add(new_node);

Help me!!!

Please excuse my englishSmile | :)


AnswerRe: Help Pin
James R. Twine18-Jun-07 2:26
James R. Twine18-Jun-07 2:26 
AnswerRe: Help Pin
Hamid_RT18-Jun-07 2:30
Hamid_RT18-Jun-07 2:30 
AnswerRe: Help Pin
Mark Salsbery18-Jun-07 5:33
Mark Salsbery18-Jun-07 5:33 
GeneralRe: Help Pin
Hamid_RT18-Jun-07 9:22
Hamid_RT18-Jun-07 9:22 
QuestionHow to embeded IE into a dialog ? Pin
kcynic18-Jun-07 2:15
kcynic18-Jun-07 2:15 
AnswerRe: How to embeded IE into a dialog ? Pin
James R. Twine18-Jun-07 2:25
James R. Twine18-Jun-07 2:25 
GeneralRe: How to embeded IE into a dialog ? Pin
kcynic19-Jun-07 1:17
kcynic19-Jun-07 1:17 
AnswerRe: How to embeded IE into a dialog ? Pin
Mahesh Kulkarni18-Jun-07 3:13
Mahesh Kulkarni18-Jun-07 3:13 
GeneralRe: How to embeded IE into a dialog ? Pin
kcynic19-Jun-07 1:18
kcynic19-Jun-07 1:18 
QuestionTool tip on a button Pin
_AnsHUMAN_ 18-Jun-07 1:43
_AnsHUMAN_ 18-Jun-07 1:43 
AnswerRe: Tool tip on a button Pin
James R. Twine18-Jun-07 2:12
James R. Twine18-Jun-07 2:12 
GeneralRe: Tool tip on a button Pin
_AnsHUMAN_ 18-Jun-07 3:10
_AnsHUMAN_ 18-Jun-07 3:10 
AnswerRe: Tool tip on a button Pin
Hamid_RT18-Jun-07 2:35
Hamid_RT18-Jun-07 2:35 
QuestionGraph Creation Pin
Neo Andreson18-Jun-07 1:25
Neo Andreson18-Jun-07 1:25 
AnswerRe: Graph Creation Pin
_AnsHUMAN_ 18-Jun-07 1:34
_AnsHUMAN_ 18-Jun-07 1:34 
AnswerRe: Graph Creation Pin
James R. Twine18-Jun-07 1:46
James R. Twine18-Jun-07 1:46 
Questionconersion into blob datatype Pin
p_18-Jun-07 1:23
p_18-Jun-07 1:23 

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.