> I am doing my final year project related to Haskell & COM. > I have to write a program that can read any COM & display all the > properties > & methods inside. > > Do you know how to solve this problem or would you please suggest some > documents about this? > > Thank you very much, > Phan Dung. You will have to use the type-library of a component to do this. Probably you can reuse a lot of code from H/Direct. Erik
- How to list all properties & methods inside COM? Nguyen Phan Dung
- Erik Meijer