Is there a possibility to show a progress bar during the start of an application.
If not do you think it could be done with a starter.exe with a timer which is in the foreground and kills itself after a certain time.
Thanks in advance,
Otto
Otto wrote:Is there a possibility to show a progress bar during the start of an application.
function Main()
local oDlgSome
*----------------------------------------------------------
if IsExeRunning( cFileName( HB_ArgV( 0 ) ) )
MsgInfo1( "The application is already running" )
return nil
endif
DEFINE DIALOG oDlgSome TITLE "Programmstart: WHBiene" ;
SIZE 200, 200
ACTIVATE DIALOG oDlgSome CENTERED //NOWAIT
….
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 12 guests