Nevron Open Vision Documentation
Nevron.Nov.Windows.Forms Namespace / NNovApplicationInstaller Class
Members


In This Topic
    NNovApplicationInstaller Class
    In This Topic
    The Windows Forms Application installer. Make sure to call its Install() method in your Windows Forms application Main() function prior to using Nevron Open Vision Products. For example: static class Program { [STAThread] static void Main() { NNovApplicationInstaller.Install(); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } }
    Object Model
    NNovApplicationInstaller Class
    Syntax
    'Declaration
     
    
    Public MustInherit NotInheritable Class NNovApplicationInstaller 
    'Usage
     
    
    Dim instance As NNovApplicationInstaller
    public static class NNovApplicationInstaller 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Windows.Forms.NNovApplicationInstaller

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also