Peter Parente wrote: > Is it possible to call function in DLLs using Python for .NET? Knowing what little I know of Python for .NET I would say that you might want to look into ctypes. I have used it very successfully to do call arbitrary functions in DLLs. See http://starship.python.net/crew/theller/ctypes/ for more information. -- Benji York