Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: explorer in Windows CE Pin
Miss_F24-Jan-09 3:15
Miss_F24-Jan-09 3:15 
GeneralRe: explorer in Windows CE Pin
Stuart Dootson24-Jan-09 4:43
professionalStuart Dootson24-Jan-09 4:43 
GeneralRe: explorer in Windows CE Pin
Miss_F24-Jan-09 18:53
Miss_F24-Jan-09 18:53 
QuestionGet TrackBar Value in Form from a Thread Pin
Member 391913824-Jan-09 1:16
Member 391913824-Jan-09 1:16 
AnswerRe: Get TrackBar Value in Form from a Thread Pin
Stuart Dootson24-Jan-09 1:37
professionalStuart Dootson24-Jan-09 1:37 
GeneralRe: Get TrackBar Value in Form from a Thread Pin
Member 391913824-Jan-09 1:56
Member 391913824-Jan-09 1:56 
GeneralRe: Get TrackBar Value in Form from a Thread Pin
Stuart Dootson24-Jan-09 2:19
professionalStuart Dootson24-Jan-09 2:19 
GeneralRe: Get TrackBar Value in Form from a Thread Pin
Chris.G.Weber24-Jan-09 6:40
Chris.G.Weber24-Jan-09 6:40 
I will try that. Thanks for your answers and help!

I used a code which shown in one of the articles from this forum which helps to control 4 Progressbars in a Form from 4 Threads.

See: http://www.codeproject.com/KB/mcpp/managedsafethreads.aspx[^]
It works fine, since the delegate function seems to be recalled until the InvokeRequired-property is false. in this case the progressbars can be controlled directly in the thread by "form->progressBar1->PerformStep();"
In my case I want to get the Value (Position) of the trackBar-component. So if the delegate function is called 2 times we have a recursive calling of the same function. I assumed that the return value is then overwritten by the previous call of my function "Get_TrackBar1_Value(object)".

I will let you know about the result.
GeneralRe: Get TrackBar Value in Form from a Thread Pin
Member 391913824-Jan-09 8:12
Member 391913824-Jan-09 8:12 
QuestionHelp for Wizard look ! Pin
Le@rner24-Jan-09 0:50
Le@rner24-Jan-09 0:50 
AnswerRe: Help for Wizard look ! Pin
Naveen24-Jan-09 1:04
Naveen24-Jan-09 1:04 
GeneralRe: Help for Wizard look ! Pin
Le@rner24-Jan-09 1:51
Le@rner24-Jan-09 1:51 
Question[Message Deleted] Pin
AnithaSubramani24-Jan-09 0:41
AnithaSubramani24-Jan-09 0:41 
AnswerRe: Listener in MFC Pin
Naveen24-Jan-09 1:01
Naveen24-Jan-09 1:01 
QuestionRe: Listener in MFC Pin
Rajesh R Subramanian25-Jan-09 4:47
professionalRajesh R Subramanian25-Jan-09 4:47 
AnswerRe: Listener in MFC Pin
Hans Dietrich25-Jan-09 9:04
mentorHans Dietrich25-Jan-09 9:04 
QuestionDebuggerEvents under C++ in Visual Studio [modified] Pin
primexx23-Jan-09 22:31
primexx23-Jan-09 22:31 
QuestionSetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 22:06
ganesh.dp23-Jan-09 22:06 
AnswerRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 22:39
Naveen23-Jan-09 22:39 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 22:56
ganesh.dp23-Jan-09 22:56 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 23:00
ganesh.dp23-Jan-09 23:00 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 23:07
Naveen23-Jan-09 23:07 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 23:28
ganesh.dp23-Jan-09 23:28 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 23:39
Naveen23-Jan-09 23:39 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp24-Jan-09 0:10
ganesh.dp24-Jan-09 0:10 

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.