Hey there
i wanna make progress bar in status of um windows
is possible ??? someone can help me ??
i use xh1.1.0/fwh8.5
thanks
Function ProgressBar( nTotal )
Local o := TProgress():New( 01, 10, oWmain:oMsgBar, ,,, .T., )
Default nTotal := 1
o:SetRange( 0, nTotal )
o:SetPos( 0 )
Return( o )
Local nTt := 100
Local ott := ProgressBar( nTT )
Local nAt := 0
For nAt := 1 to nTT
oTT:SetPos( nAt )
Next nAt
oTT:End()
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 61 guests