function KillApp(const sCapt: PChar) : boolean; var AppHandle:THandle; begin AppHandle:=FindWindow(Nil, sCapt); Result:=PostMessage(AppHandle, WM_QUIT, 0, 0); end;
Blog sur la conception, développement et le génie logiciel. Divers langages et systèmes d'exploitations sont traités.
jeudi 11 octobre 2001
Comment fermer une application par son nom?
Comment fermer une application par son nom?
Inscription à :
Articles (Atom)
Migration d’une application Spring Boot 2.2 vers Spring Boot 4.0 : retour d’expérience concret
En 2019, nous avons développé une application métier basée sur : Java 8 Spring Boot 2.2.7 Gradle 6.6.1 Thymeleaf Boots...