Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
EXEC - Launch openoffice diaporama
Launch openoffice diaporama from gambas
Hi, To launch openoffice diaporama from gambas application, you have to create one process like this: Private $hprocess as Process $hProcess = EXEC ["ooffice", "-impress", "-show", $sPath] FOR READ WRITE To explain this code, when you use EXEC command, put between [] some parameters : first is name of external executable and other parameters separated by this symbol: , More généraly, you could use EXEC command to launch external linux application from gambas. Thanks for your attention.
Creation date : 30/03/2022 @ 23:01 Reactions to this article
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
visitors visitors online ARCHIVES GAMBAS 1/2
|