hi,
i'm having error "Member not found." from the following code(in time of invoking member)..
what could be the problem? thanx for helpCode:foreach (MemberInfo mi in type.GetMember("test_mdi_Init")) { type.InvokeMember (mi.Name.ToString(), BindingFlags.Default | BindingFlags.InvokeMethod, null, ibaseObject, arguments); }![]()


Reply With Quote
, and thanks for helping me 