Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1639 connectés 

  FORUM HardWare.fr
  Programmation
  VB/VBA/VBS

  vbs api

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

vbs api

n°711093
PatLogan
Posté le 28-04-2004 à 16:05:03  profilanswer
 

Bonjour,
 
je voudrais pourvoir fermer une appli à partir de vbscrpit
 
apparamment, il faut faire appel à des api :
 
j'ai trouvé le code suivant sur http://faq.vb.free.fr/index.php?question=114
 

Citation :

Option Explicit
 
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
 
Private Const WM_CLOSE = &H10
 
Private Sub Form_Load()
 
Dim hWnd As Long
 
hWnd = FindWindow(vbNullString, "Lecteur CD" )
If hWnd <> 0 Then
Call PostMessage(hWnd, WM_CLOSE, 0, 0)
Else
MsgBox "Impossible de trouver la fenêtre !", vbExclamation
End If
 
End Sub


 
ça ne fonctionne pas sous vbscrpit (n'accepte pas la déclaration de fonction)
 
savez-vous si je peux m'en dépatouiller et si oui, comment ?
 
merci++
 
Pat  

mood
Publicité
Posté le 28-04-2004 à 16:05:03  profilanswer
 

n°714112
PatLogan
Posté le 03-05-2004 à 13:03:27  profilanswer
 

up

n°714400
drasche
Posté le 03-05-2004 à 16:11:18  profilanswer
 

c'est quoi exactement le message d'erreur?


---------------
Whichever format the fan may want to listen is fine with us – vinyl, wax cylinders, shellac, 8-track, iPod, cloud storage, cranial implants – just as long as it’s loud and rockin' (Billy Gibbons, ZZ Top)
n°714453
PatLogan
Posté le 03-05-2004 à 17:02:04  profilanswer
 

drasche a écrit :

c'est quoi exactement le message d'erreur?


line : 3
char : 17
fin d'instruction attendue
800A0401
erreur de compilation vbs


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  VB/VBA/VBS

  vbs api

 

Sujets relatifs
Plus de sujets relatifs à : vbs api


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR