This is the tool I use for Win32 stuff - it's called API Viewer 2004. http://apiviewer-2004.software.informer.com/ Another great tool is called - .Net Reflector by Lutz Roeder. It's referenced here ... http://msdn.microsoft.com/en-us/magazine/cc300497.aspx and can be downloaded here ... http://www.red-gate.com/products/reflector/ It uses reflection to disassemble code. It's a great resource when learning IL, because you can write a function, compile it, and then look at the IL using the tool. If you're not familiar with IL (Intermediate Language) there are a lot of online resources to explain/learn it. Brian Smith |