PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [Windev 18]Open default program with Java
[Windev 18]Open default program with Java
Iniciado por aahjhjhj4, 09,feb. 2015 21:51 - No hay respuesta
Miembro registrado
3 mensajes
Publicado el 09,febrero 2015 - 21:51
Hi, I have to run the default program associated with a specific file extension under java. I can't use ShellExecute function because is not supported in version 18 of windev. Is there any other way to do that?
Example:
My program have to open "test.pdf" file with Adobe Reader if i press a button (same problem with other file extensions, obviously).