View Single Post
  #5  
Old 04-01-2008, 03:35 PM
JonSmith JonSmith is online now
Registered User
 
Join Date: 03-10-2008
Location: Chattanooga, Tn
Posts: 6
Actions for dummies

I'm attempting to create an action based on COM. It took me a bit to sort of figure the relationship between the action & component looking at the example. I still don't have something right because I get an "Invalid class string" message when I try to invoke it. To save time - is there a step-by-step procedure for creating a user action? I had assumed that the ProgID is specified in the VS project using: System.Runtime.InteropServices.ProgId("classname")
When I created the user action in VBP I set the ProgID to the string in my code as above "classname" (which is just used for illustration of course).
Jon
Reply With Quote