Hello,
Is it possible to have the function WaitSeconds()?
Or is there a work around to wait for a defined number of seconds?
Thanks
#pragma BEGINDUMP
#include "windows.h"
#include "hbapi.h"
HB_FUNC( SLEEP )
{
Sleep( hb_parnl( 1 ) );
}
#pragma ENDDUMP
Enrico Maria Giordano wrote:Try
- Code: Select all Expand view
#pragma BEGINDUMP
#include "windows.h"
#include "hbapi.h"
HB_FUNC( SLEEP )
{
Sleep( hb_parnl( 1 ) );
}
#pragma ENDDUMP
EMG
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 14 guests