Ver Mensaje Individual
  #11 (permalink)  
Antiguo 29/11/2004, 15:25
RadicalEd
 
Fecha de Ingreso: octubre-2004
Ubicación: COLOMBIA
Mensajes: 240
Antigüedad: 20 años, 6 meses
Puntos: 3
ESAS SON API's DEBES COLOCAR EL VALOR DEL API, YO LAS COLOCO ASI PARA QUE ENTIENDAN PERO TE LAS VOY A DAR COMPLETAS

Código:
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long _
ByVal x As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long ByVal wFlags As Long) As Long
Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal IpClassName As String, ByVal IpWindowName As String) As Long
Const SWP_HIDEWINDOW = &H80
Const SWP_SHOWWINDOW = &H40