How to button to load the MS-paint in GUI?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have created the GUI, in that I wanted to add button that should open the MS-paint directly. Is there any way to open the app like this?
0 commentaires
Réponses (1)
Karim
le 20 Juin 2022
You can try using the system command and link it to the location of MS Paint on your computer:
system('"C:\WINDOWS\system32\mspaint.exe"');
0 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!