Ver Mensaje Individual
  #8  
Antiguo 18-06-2012
Joviali Joviali is offline
Miembro
 
Registrado: may 2006
Posts: 22
Reputación: 0
Joviali Va por buen camino
Buenas,
La funcion que me has pasado me ha ayudado mucho, por cierto he tenido que cambiar esto para que funcione

Código Delphi [-]GetWindowThreadProcessId(Handle, PId);
por GetWindowThreadProcessId(Handle,@ PId);



La funcion me ha devuelto mas informacion de la que esperaba y me ha surgido la siguiente duda.
¿Puedo preguntar si la Clase TF_MULTICONSULTA es una calse class(TForm) ?.Esto me ayudaria ya
que me mostraria solo los formularios de la aplicacion.

hWnd: 000202B6h
Caption: MultiConsulta
Clase: TF_MULTICONSULTA
-----------------------------------------------
hWnd: 000102B0h
Caption: Aplicación Servidor -
Clase: TF_Principal
-----------------------------------------------
hWnd: 000202A2h
Caption:
Clase: TfrProgressForm
-----------------------------------------------
hWnd: 00060248h
Caption: Servidor -
Clase: TApplication
-----------------------------------------------
hWnd: 011B04D2h
Caption:
Clase: ComboLBox
-----------------------------------------------
hWnd: 000102CAh
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102C8h
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102C6h
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102C4h
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102C2h
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102C0h
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102BEh
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102BCh
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102B4h
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102AEh
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102ACh
Caption:
Clase: TPUtilWindow
-----------------------------------------------
hWnd: 000102D8h
Caption: M
Clase: MSCTFIME UI
-----------------------------------------------
hWnd: 0004022Ch
Caption: Default IME
Clase: IME
-----------------------------------------------
Responder Con Cita