Wednesday, March 6, 2013

3/6/2013

IT Salaries - http://www.networkworld.com/slideshow/89498/how-different-tech-degrees-measure-up.html?source=NWWNLE_nlt_afterdark_2013-03-05#slide1

 

Advanced Process killer - http://processhacker.sourceforge.net/

Linux on a Flash drive - http://unetbootin.sourceforge.net/

 

Manual Billing: Fixed Tax bug. Computed Tax not same as invoice Tax.

Manual Billing: Bug with deleting object and datagridrow.

Dim NumOfRows As Integer = DataGridView1.Rows.Count - 1
For i As Integer = 0 To DataGridView1.Rows.Count - 1
If DataGridView1.Rows.Count - 1 < i Then Continue For
DataGridView1.Rows.RemoveAt(i)
mShellOrder.CartItems.RemoveAt(i)
i -= 1
isCartCleared = True
InvTax = txtTax.Text
Next

No comments:

Post a Comment