How to send a 'refresh' message to MS-Dev from an another MFC application
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I've recently made a source-code navigater (Explorer look-alike, MFC application), on which one can doubleclick on a file. For source-code files, these files will then be opened in Microsoft Developer Studio (version 6). My problem ---------- Sometimes the view of MSDEV is corrupted by contents of my MFC-application. When minimize and maximize MS-DEV, the view is correct again. So actually I need to refresh the MSDEV environment, after opening a file from external application (my application). Question :confused: -------- How can I make MSDEV refreshing the view from an other application? Many thanks, EiSl