hey everybody ..

i have a question regarding the VC++ browser info file.

i am currently building the browser info file but its not showing me the browse information.

This is what i want:-

when i create an object like..

PClass *ptr = new PClass();

and then when i do ptr->

it should show me a drop down with all the members and variables of that class..

i guess browser info file is the only way we can achieve this..

i am trying different ways but its not working..

any help .. highly appreciated

Thanks,
Intruder.