Recent content by RaphaelFrei

  1. RaphaelFrei

    Question How do I use Windows Hello Authentication (Windows.Security.Credentials)

    I'd recommend you to create an C# DLL and encapsulate the file inside your application... I did this to integrate our login system into Azure's authentication. You'll require the following Nugets: Microsoft.Windows.SDK.Contracts package. In the right pane of the NuGet Package Manager window...
  2. RaphaelFrei

    Question How do i know its a valid directory and how i can know the handle belongs to a temp table

    I know this post is kinda old, but searching thru ways to list an directory and all sub directories I've created this function that fills a temp-table: List the tt-dir after running the FillTempTableDir(INPUT cRootDir) and get a list with all subdirs. (including the root) /*...
  3. RaphaelFrei

    .NET OCX on Progress 12.8

    Hi! We currently develop our Progress apps with Version 11.7 32 bits with App Builder. With the end of the support from 11.7, we started migrating our program from version 11.7 to 12.8 64bits. The problem is the MSCOM OCX we currently use only supports into the 32b version. Looking into...
  4. RaphaelFrei

    Opening Win32 session form a URL Link

    Can't you use the email to open a file from a Shared Network HD? Of course this includes in the user having access to read and execute the file. In your case, something like: And change the DLC variables to: And for the last thing... You need to change all the DIR from .INI file too...
Top