Hi, You can look into p/invoke! Just assume that you have a C++ dll, and you want to call into your C# application. [DllImport("yourapp.dll")] internal static extern int SomeMethod(); Hope it helps. Cheers. Regards, Chua Wen Ching Visit us at http://www.necoders.com