Home Image-Pro Automation (Macros, Apps, Reports)
Options

Read out app version from app settings

I can define a version of an app (see screenshot). I tried the following command to get the app version:

ThisApplication.Settings("<AppName>").Get("App Version", "")

But its not working. How can I read out this via programcode?



Thanks in advance
fsup


Comments

  • Options
    Hi fsup,

    Returns app version: CType(Me.Control, MediaCy.Addins.Scripting.AppHostControl).AppVersion

    Thanks,
    Nikita.
  • Options
    Hi Nikita,

    thank you. It works great. Are things like this documented? I did not find this in the reference guides.

    fsup

Sign In or Register to comment.