Недавний контент Rico

  1. R

    Issue with Instance Object?

    DD, I am back to this... finally. I guess I need to explain a bit more. :) Objective: Execute ZennoPoster methods from my custom .NET exe. Since this would be used by my clients, they would not have a copy of ZennoPoster on their machine. I am assuming it is possible based on the ZennoPoster...
  2. R

    Issue with Instance Object?

    Fellow ZPers, I am calling it from a .NET exe in Visual Studio. Does there need to be some setup before you can create the Instance object? Thanks Again, Rico
  3. R

    Issue with Instance Object?

    Shade, Thanks for answering. It looks fine in Code Creator. In Visual Studio 2008, the IsVoid property is always true. I have tried several different combinations to instantiate the Instance object properly. I have had no luck. Do you have any ideas, my friend? Thanks, Rico
  4. R

    Issue with Instance Object?

    Hello, I am using ZennoPoster in C# using .Net 3.5. I have tried several different ways to properly instantiate the Instance object. To get started, I am using the example code as follows: using System; using Zennolab.CommandCenter; namespace Sample { internal class Example...