Hi !
I've a status bar into my window. I want display millisecs()... but b+ don't refresh the window...How to force b+ to refresh the display ?
Thanks !
I've a status bar into my window. I want display millisecs()... but b+ don't refresh the window...How to force b+ to refresh the display ?
Thanks !
Global Win1 Function CreateWin1() ; %10010 Or %00001 Win1 = CreateWindow("bayre.com",73,149,200,220,Desktop(),1+8+16) SetStatusText Win1, "Bienvenue." End Function CreateWin1() Repeat SetStatusText Win1, MilliSecs() Select WaitEvent() Case $803 : End End Select Forever