Wha's up?
quote:
clicking browse after initial browse does not result in browse&show but it only shows the old cached info.
IIRC, I thought that caching the information would be the best way to go so. I can add a refresh button to the browse list, that sounds better than refreshing each time the browse list is displayed.
quote:
oh, also if I read some info with it, the dll/exe will be locked down.
are you writing something to it or why it needs to be locked?
It is locked since the file is open and being actively read. Each time you select something from either column, new information needs to be read in from the type library. If it's a real problem, there are 2 solutions:
1 - Connect, read the typelib info and then disconnect for each call
2 - Parse all the typelib information from the beginning so that the file is not reopened/locked again.
_________________________
Stevie