Skip to content

Commit

Permalink
+ 531
Browse files Browse the repository at this point in the history
ProgressBar2.ToolTip = Disk_Drives.Used & "%"
+ 535
ProgressBar2.ToolTip = "Unknown"
  • Loading branch information
eloaders committed Jan 28, 2012
1 parent d5f39cf commit 8021139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,11 @@ Public Sub refreshing()
Endif
If Disk_Drives.Used <> 0 Then
Try ProgressBar2.Value = Disk_Drives.Used / 100
ProgressBar2.ToolTip = Disk_Drives.Used & "%"
Endif
If Disk_Drives.Used = Null Then
ProgressBar2.Value = 0
ProgressBar2.ToolTip = "Unknown"
Endif
If Disk_Drives.check_swap = ComboBox3.Text Then
Label48.Visible = True
Expand Down

0 comments on commit 8021139

Please sign in to comment.