Click here to Skip to main content
15,922,630 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGetting Mouse Positions Pin
Allad1-Feb-06 4:15
Allad1-Feb-06 4:15 
AnswerRe: Getting Mouse Positions Pin
BlackDice1-Feb-06 4:34
BlackDice1-Feb-06 4:34 
GeneralRe: Getting Mouse Positions Pin
Allad1-Feb-06 5:07
Allad1-Feb-06 5:07 
AnswerRe: Getting Mouse Positions Pin
ThatsAlok1-Feb-06 19:23
ThatsAlok1-Feb-06 19:23 
QuestionRead tab delimited file Pin
kelprinc1-Feb-06 3:39
kelprinc1-Feb-06 3:39 
AnswerRe: Read tab delimited file Pin
toxcct1-Feb-06 4:03
toxcct1-Feb-06 4:03 
GeneralRe: Read tab delimited file Pin
kelprinc1-Feb-06 19:00
kelprinc1-Feb-06 19:00 
QuestionRe: Read tab delimited file Pin
David Crow1-Feb-06 5:17
David Crow1-Feb-06 5:17 
AnswerRe: Read tab delimited file Pin
kelprinc1-Feb-06 21:17
kelprinc1-Feb-06 21:17 
GeneralRe: Read tab delimited file Pin
David Crow2-Feb-06 2:45
David Crow2-Feb-06 2:45 
QuestionRe: Read tab delimited file Pin
kelprinc2-Feb-06 3:04
kelprinc2-Feb-06 3:04 
AnswerRe: Read tab delimited file Pin
David Crow2-Feb-06 4:55
David Crow2-Feb-06 4:55 
AnswerRe: Read tab delimited file Pin
Stephen Hewitt1-Feb-06 12:43
Stephen Hewitt1-Feb-06 12:43 
GeneralRe: Read tab delimited file Pin
kelprinc1-Feb-06 18:59
kelprinc1-Feb-06 18:59 
GeneralRe: Read tab delimited file Pin
Stephen Hewitt1-Feb-06 19:03
Stephen Hewitt1-Feb-06 19:03 
AnswerRe: Read tab delimited file Pin
kelprinc1-Feb-06 21:14
kelprinc1-Feb-06 21:14 
QuestionWindows User Name and HostName Pin
RadioOpa1-Feb-06 3:10
RadioOpa1-Feb-06 3:10 
AnswerRe: Windows User Name and HostName Pin
Chris Meech1-Feb-06 3:55
Chris Meech1-Feb-06 3:55 
AnswerRe: Windows User Name and HostName Pin
David Crow1-Feb-06 5:19
David Crow1-Feb-06 5:19 
AnswerRe: Windows User Name and HostName Pin
ThatsAlok1-Feb-06 18:06
ThatsAlok1-Feb-06 18:06 
JokeRe: Windows User Name and HostName Pin
RadioOpa1-Feb-06 21:49
RadioOpa1-Feb-06 21:49 
QuestionVisual C++ 6.0 How to make ellipse with mouse Pin
roonex1-Feb-06 3:06
roonex1-Feb-06 3:06 
AnswerRe: Visual C++ 6.0 How to make ellipse with mouse Pin
ThatsAlok1-Feb-06 19:21
ThatsAlok1-Feb-06 19:21 
QuestionThreads in Visual C++ 6.0 Pin
minad_7861-Feb-06 2:45
minad_7861-Feb-06 2:45 
Hello,
I have a problem in using threads.
There is a main thread, when a button is clicked a dll has to start executing.
This process takes some time, to a user it appears as if the system has crashed.
So I use thread to display a progress bar during the execution of the dll.
The problem is that, the progress bar does not get updated during the execution of the dll, the dll seems to block the thread.
(The dll is written by someone else so I have no access to the source code,
I know only the inputs and the expected output.)
The thread(worker) is implemented as a global function (UINT....)it also has
the highest priority.
Could anyone please help me.



Nami.
AnswerRe: Threads in Visual C++ 6.0 Pin
Danny Pav1-Feb-06 5:16
Danny Pav1-Feb-06 5:16 

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.