blah blah blah is here! blah blah » Close

0
votes
1 answers

Interface type

Can't seem to get this to work. Any suggestions? [code] internal MethodController(string progID, object iInterface) { // Get Type Information objType = Type.GetTypeFromProgID(progID); ...

0
votes
0 answers

InvokeMember Suggestions

I'd like to create some common methods to handle code like this and a few other variations of InvokeMember. Any help appreciated. [code]public string Action(string ActionName, string ActionParameters) { if (iCamera != null) return iC ...

Feedback