search for: npercent

Displaying 1 result from an estimated 1 matches for "npercent".

Did you mean: percent
2001 Jul 03
1
Re: ogg vorbis controls (fwd)
...; * you can now specify the outputfile. > * there is a stop function to stop encoding. > *added info tagging. you can tag the artist, album, title, tracknumber, and > comment. > > to support batch you can use something like this. > > Private Sub OEnc1_PercentDone(ByVal nPercent As Long) > > prog.Progress = nPercent > Label1.Caption = nPercent & " %" > > If nPercent = 100 Then > prog.Progress = 100 > ListBox.RemoveItem 0 > > If ListBox.ListCount > 0 Then > prog.Progress...