PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Event for all windows
Event for all windows
Débuté par J. Flietstra, 21 sep. 2004 23:02 - 2 réponses
Posté le 21 septembre 2004 - 23:02
I want to call a procedure for each window.
In the TranslateWindow procedure i have to know the WindowName
I use the command CurrentWin() but the WM_Create does not have the Windowname active..
How can i solve this problem?
------
Here is the code from the globalroject
------------------------------------------
EXTERN "WINCONST.WL"
Event("TranslateWindow", "*.", WM_CREATE)
Posté le 22 septembre 2004 - 00:44
I use the command CurrentWin() but the WM_Create does not have the Windowname active..
How can i solve this problem?

Hi,
Use the WinInput() command instead ?
Regards,
Peter
Posté le 22 septembre 2004 - 10:54
MySelf is set to the window at this moment.
HTH Raimund
I want to call a procedure for each window.
In the TranslateWindow procedure i have to know the WindowName
I use the command CurrentWin() but the WM_Create does not have the Windowname active..
How can i solve this problem?
------
Here is the code from the globalroject
------------------------------------------
EXTERN "WINCONST.WL"
Event("TranslateWindow", "*.", WM_CREATE)



http://www.invitec.com