I've got half an answer to my own question:-

Assuming that the .vbg file is in the same directory as the .vbp then I can use Dir("*.vbg") to get the name of the Group file and get the information from there.

What I was really hoping for though was, for example, an IDE object that I could have interrogated for information about the IDE.

If anybody has any ideas let me know.