hello again Joaquim.
If you open Group1.vbg with notepad you see something like this
Code:
VBGROUP 5.0
StartupProject=..\..\..\..\..\..\Documents and Settings\Joaquim\Os meus documentos\Visual Basic 6.0\Objectos\Sprite\teste.vbp
Project=pjtSprite.vbp
It should be more like this
Code:
VBGROUP 5.0
StartupProject=teste.vbp
Project=pjtSprite.vbp
There are similar problems with teste.vbp and pjtSprite.vbp
I think you can fix this by going through the project and resaving all the different compontants, use SaveAs. Then check to see if that corrects all the pathnames.