Hi,
I am working on a project in VC++, i want to get find all the MS project files(.mpp) opened . I am able to get Windowandle for the active window of MSP but not being able to find Handle for other windows (which are in background). Is there a way to find all the open .mpp files?

Regards,
Grace

You can get handles to all windows, which ones would have .mpp files I don't know. See win32 api function EumWindows()

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.