bonjour,

voila j'ai un petit soucis.

J'ai une application en vb qui m'ouvre un fichier OpenOffice (dans l'appli openoffice writter)

voici le code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
Dim St As String = My.Application.Info.DirectoryPath
Dim p As New Process
p.StartInfo.FileName = St & "\docs\modele IRCC.ott"
p.Start()
p.Close()
Je souhaiterai refaire mon application avec Qt, mais je ne sais pas quelle fonction utiliser.
Quelqu'un pourrait il m'aider ?

Merci