Good morning,
I can call the date/time control with the following command but sometimes it doesn't open directly and appears in the toolbar. I need control to come forward.
Thanks in advance.
! /n control date/time
* Declara funções de API
cTituloJanela = 'Data e hora'
Declare Integer BringWindowToTop In Win32API Integer HWnd
lnWinHandle = FindWindowLike(cTituloJanela)
If !Empty(lnWinHandle)
BringWindowToTop(lnWinHandle) && Trazer a janela para frente
endif
CLEAR DLLS GringWindowToTop
I can call the date/time control with the following command but sometimes it doesn't open directly and appears in the toolbar. I need control to come forward.
Thanks in advance.
! /n control date/time
* Declara funções de API
cTituloJanela = 'Data e hora'
Declare Integer BringWindowToTop In Win32API Integer HWnd
lnWinHandle = FindWindowLike(cTituloJanela)
If !Empty(lnWinHandle)
BringWindowToTop(lnWinHandle) && Trazer a janela para frente
endif
CLEAR DLLS GringWindowToTop