Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Threads in Visual C++ 6.0 Pin
minad_7861-Feb-06 21:29
minad_7861-Feb-06 21:29 
QuestionMSFlexgrid Pin
Mike Winter1-Feb-06 2:45
Mike Winter1-Feb-06 2:45 
GeneralRe: MSFlexgrid Pin
Ryan Binns1-Feb-06 3:01
Ryan Binns1-Feb-06 3:01 
GeneralRe: MSFlexgrid Pin
Mike Winter1-Feb-06 3:51
Mike Winter1-Feb-06 3:51 
QuestionVC and VB interprocess communication Pin
gsheladia1-Feb-06 1:39
gsheladia1-Feb-06 1:39 
AnswerRe: VC and VB interprocess communication Pin
James Gupta1-Feb-06 2:02
professionalJames Gupta1-Feb-06 2:02 
AnswerRe: VC and VB interprocess communication Pin
Stephen Hewitt1-Feb-06 12:48
Stephen Hewitt1-Feb-06 12:48 
AnswerRe: VC and VB interprocess communication Pin
ThatsAlok1-Feb-06 18:28
ThatsAlok1-Feb-06 18:28 
QuestionApplication not working in Release mode... Pin
klvin1-Feb-06 0:42
klvin1-Feb-06 0:42 
AnswerRe: Application not working in Release mode... Pin
_anil_1-Feb-06 0:53
_anil_1-Feb-06 0:53 
AnswerRe: Application not working in Release mode... Pin
benjymous1-Feb-06 1:22
benjymous1-Feb-06 1:22 
AnswerRe: Application not working in Release mode... Pin
kakan1-Feb-06 1:22
professionalkakan1-Feb-06 1:22 
AnswerRe: Application not working in Release mode... Pin
ddmcr1-Feb-06 1:36
ddmcr1-Feb-06 1:36 
AnswerRe: Application not working in Release mode... Pin
James Gupta1-Feb-06 2:03
professionalJames Gupta1-Feb-06 2:03 
AnswerRe: Application not working in Release mode... Pin
Danny Pav1-Feb-06 5:20
Danny Pav1-Feb-06 5:20 
QuestionDoubt in CreateProcess() and ShellExecute() Pin
Sasikumar.SR31-Jan-06 23:52
Sasikumar.SR31-Jan-06 23:52 

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.