J
Jeff Ledbetter
Guest
Hi. What is the preferred means to call SHBrowseForFolder using OE 64-bit? The method that we have used for quite some time is crashing the OE session when executed in OE 64-bit: PROCEDURE SHBrowseForFolder EXTERNAL "shell32":U : DEFINE INPUT PARAMETER lpbi AS LONG. DEFINE RETURN PARAMETER lpItemIDList AS LONG. END PROCEDURE. Is there a .Net way that one should be using these days? I notice that the OE ADE code is using CREATE 'Shell.Application' chServer. Is that the best way? Thanks.
Continue reading...
Continue reading...