FILE: FINDEXE.ZIP FILE SIZE: 14,152 bytes FILE DATE: June 20th, 1998 UPLOADED BY: Arnor Baldvinsson, Denmark arnorbld@post3.tele.dk AUTHOR: Arnor Baldvinsson TYPE: Freeware VERSION: 1.1 DESCRIPTION: 32bit API Demo program COMMENTS: A small app that demonstrates a few useful 32bit api calls: FindExecutableA ShellExecuteA ShellAboutA GetModuleHandleA ExtractIconA Among other things it extracts icons from exe file to create buttons and extracts icon from the program to use in an About window. It demonstrates use of FindExecutable to locate an associated program and ShellExecuteA to run an associated program. Version 1.1 introduces two functions, one to get the associated exe name and icon, the other only to get the associated exe name. It also has a window where the program returned can be run and demonstrates how to make the calling program wait for the called program to finish (originally submitted by Jeff Berlinghoff, Florida)