vb.net

  1. M

    Blueprism To Create Validation Drop Down List In Excel

    I have a Code stage running the following: GetInstance(handle).Activecell.Validation.Add (Type:=xlValidateList, AlertStyle:=xlValidAlertStop,Formula1:=("Yes,No")) This is producing the following error: Page: Input Validation List Stage: Input Validation List Type: Error Action: Validate...
  2. K

    How to get current or parent xaml file name in Studio and Runtime?

    Hi everyone! Could you please help me if there is a way to get the current xaml filename in Studio or Runtime? It’s a requierment regarding a customized log component we are developing for a client. So far, there is no way to recover data from the log message activities. So, we are trying to map...
  3. D

    Custom DLL from .NET

    Hi everyone, I've written a DLL in VB.NET with the TargetFramework 4.7 to decrypt and read SMIME E-Mails. The DLL implements the MimeKit.dll I've tried already to register the DLL and installed it as assembly. In other Projects from VS-Studio the DLL works fine. Blue Prism throws always the...
Top