What can we help you with today?

Log in and chat with an Applications Engineer now! Check out our chat button in the bottom right corner!

What can we help you with today?

Log in and chat with an Applications Engineer now! Check out our chat button in the bottom right corner!

How to use DLL (C#) in VBS for the Add-Ons menu.

Comments

4 comments

  • Permanently deleted user
    Permanently deleted user

    C# DLL + VBScript? Are you serious?!

    Maybe it will be better write standalone .exe application instead this.

    --
    E3.Series COM programmer (C#, WPF + MVVM pattern)

    Was this Helpful?

    0
  • Permanently deleted user
    Permanently deleted user

    Hello alex.buraykin,

    Yes, I'm very serious and I used this way because I work with "Triggered-Scripts" and "Add-Ons Menus" using in some case the same functionalities. And I don't know if it's possible to work with EXE with triggered-scripts. Also, I don't want to duplicate my code twice and work with VBS and DLL for Triggered-scripts and EXE for Add-Ons. My customer also has a strong security about the EXE files and when it's possible, i prefer to don't use EXE.

    Maybe this way is not the best but in my case, it is.

    This way works very well but I had to change my way to develop, debug and test my DLLs with E3.

    Was this Helpful?

    0
  • Permanently deleted user
    Permanently deleted user

    about a year ago someone at zuken told me that e3 can now handle exe files for triggered scripts. i've not tried it so i'm not sure if it really works.

    in your VBScript, can you identify the process the DLL is running and just kill it?

    debugging VBScript sucks. Whaaaaa?

    Was this Helpful?

    0
  • Permanently deleted user
    Permanently deleted user

    That's why i'm using Visual Studio and write .NET standalone apps

    Was this Helpful?

    0

Please sign in to leave a comment.