Checking of a file before the main window is shown
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Sir, I am doing a file searching program before my appication shows its screen. If the file exists then the main window is shown otherwise an error is reported to the client. I know the code to be written will be in InitInstance but do not understand the exact place to write. Say..... if File Exists Show the Main window else Do not show the main window Report an error to the client. Regards Ykut Pls guide I am doing a multi threaded application that involves exchange of data. ONE UI THREAD AND 3 WORKER THREADS.PLS LET ME HOW TO EXCHANGE THE DATA BETWEEN THESE 3 WORKER THREADS. FOR EX:THE FIRST THREAD WILL GIVE THE SECOND THREAD THE 2 NUMBERS AS ARGUEMENTS.the second thread should return the first thread the sum. Pls help