Click here to Skip to main content
15,905,323 members

Comments by manu goel (Top 3 by date)

manu goel 15-Oct-14 1:19am View    
Hi Bling,

As its just the representation of the Relevant actual Code. The parameter "fc" is actually used in that method, but is not relevant for us in this situation.

Also the Main Thread waits for the Alert Window to get Created thats why they have used IsWindow
manu goel 15-Oct-14 1:16am View    
Hi Richard,

Actually its not the code that i Wrote. It was already written by another team.
The code that you see here is just the representation of the same code with only relevant Methods, Members and procedure.
manu goel 14-Oct-14 13:24pm View    
Hi Bling,

Thanks, but note that it doesn't happen everytime but the 35th time as it's an indefinite cyclic inspection in that same procedure happens again and again so the Alert Window with the progress bar also gets created after one cycle of inspection finishes while the reports gets written to disk.

Also as the Inspection application is a Regular Dll MFC which eventually Creates the Object of Type CAlertCtrl and then calls the Show Method so there i can get the main window using ::AfxGetApp()->m_pMainWnd and post a message to the main window to create the Alert Control.